AWS Security MCP

Apache 2.0
4
  • Apple

list_ip_sets

Retrieve and display GuardDuty IP sets by providing a detector ID and optional max results. Outputs JSON-formatted data for security analysis and monitoring within AWS infrastructure.

Instructions

List IP sets for a GuardDuty detector.

Args: detector_id: GuardDuty detector ID max_results: Maximum number of results to return Returns: JSON formatted string with GuardDuty IP sets

Input Schema

NameRequiredDescriptionDefault
detector_idYes
max_resultsNo

Input Schema (JSON Schema)

{ "properties": { "detector_id": { "title": "Detector Id", "type": "string" }, "max_results": { "default": 50, "title": "Max Results", "type": "integer" } }, "required": [ "detector_id" ], "title": "list_ip_setsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g