AWS Security MCP

Apache 2.0
4
  • Apple

list_shield_attacks

Detect and retrieve DDoS attack data using AWS Shield Advanced. Specify days, limit, and pagination to analyze attack details in JSON format for enhanced AWS infrastructure security.

Instructions

List DDoS attacks detected by AWS Shield Advanced.

Args: days: Number of days to look back for attacks limit: Maximum number of attacks to return next_token: Pagination token for fetching the next set of attacks Returns: JSON object with attack information

Input Schema

NameRequiredDescriptionDefault
daysNo
limitNo
next_tokenNo

Input Schema (JSON Schema)

{ "properties": { "days": { "default": 30, "title": "Days", "type": "integer" }, "limit": { "default": 100, "title": "Limit", "type": "integer" }, "next_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Token" } }, "title": "list_shield_attacksArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g