AWS Security MCP

by groovyBugify
Verified
Apache 2.0
4
  • Apple

get_securityhub_findings

Retrieve and filter AWS SecurityHub findings by severity, search term, and limit using JSON output to identify and analyze potential security issues in your AWS infrastructure.

Instructions

Get findings from AWS SecurityHub.

Args: limit: Maximum number of findings to return severity: Severity level to filter by (CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL, or ALL) search_term: Optional search term to filter findings Returns: JSON formatted string with SecurityHub findings

Input Schema

NameRequiredDescriptionDefault
limitNo
search_termNo
severityNoALL

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "title": "Limit", "type": "integer" }, "search_term": { "default": "", "title": "Search Term", "type": "string" }, "severity": { "default": "ALL", "title": "Severity", "type": "string" } }, "title": "get_securityhub_findingsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g