AWS Security MCP

Apache 2.0
4
  • Apple

list_threat_intel_sets

Retrieve and manage GuardDuty threat intelligence sets by specifying a detector ID and results limit, enhancing AWS security monitoring and threat analysis.

Instructions

List threat intelligence 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 threat intel 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_threat_intel_setsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g