AWS Security MCP

by groovyBugify
Verified
Apache 2.0
4
  • Apple

list_findings_by_category

Filter and retrieve AWS security findings by specific resource type and status using Access Analyzer ARN. Supports pagination and custom result limits for efficient data extraction.

Instructions

Get findings filtered by resource type category.

Args: analyzerArn: ARN of the Access Analyzer resource_type: Resource type to filter by (e.g., AWS::S3::Bucket, AWS::SQS::Queue) status: Finding status filter (ACTIVE, ARCHIVED, RESOLVED) next_token: Pagination token for fetching the next set of results limit: Maximum number of findings to return Returns: JSON string with findings for the specified category

Input Schema

NameRequiredDescriptionDefault
analyzerArnYes
limitNo
next_tokenNo
resource_typeYes
statusNoACTIVE

Input Schema (JSON Schema)

{ "properties": { "analyzerArn": { "title": "Analyzerarn", "type": "string" }, "limit": { "default": 100, "title": "Limit", "type": "integer" }, "next_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Token" }, "resource_type": { "title": "Resource Type", "type": "string" }, "status": { "default": "ACTIVE", "title": "Status", "type": "string" } }, "required": [ "analyzerArn", "resource_type" ], "title": "list_findings_by_categoryArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g