AWS Security MCP

by groovyBugify
Verified
Apache 2.0
4
  • Apple

scan_s3_buckets_for_public_access

Identify S3 buckets with public access permissions using specified search terms or bucket names. Returns JSON results for security assessment to address potential misconfigurations.

Instructions

Scan S3 buckets for public access permissions.

Args: search_term: Optional text to filter buckets by name (ignored if bucket_names is provided) bucket_names: Optional list of specific bucket names to scan Returns: JSON object with security assessment results for public buckets

Input Schema

NameRequiredDescriptionDefault
bucket_namesNo
search_termNo

Input Schema (JSON Schema)

{ "properties": { "bucket_names": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Bucket Names" }, "search_term": { "default": "", "title": "Search Term", "type": "string" } }, "title": "scan_s3_buckets_for_public_accessArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g