AWS Security MCP

Apache 2.0
4
  • Apple

analyze_domain_security

Assess a domain's security by analyzing DNS records, IP address vulnerabilities, and subdomain takeover risks. Provides actionable security recommendations in JSON format.

Instructions

Analyze the security posture of a domain, including its DNS configuration and associated resources.

This function: 1. Checks the domain's DNS records 2. For A records, analyzes the security of the associated IP addresses 3. For CNAME records, checks for subdomain takeover vulnerabilities 4. Provides security recommendations based on the findings Args: domain_name: The domain name to analyze Returns: JSON string with security analysis results

Input Schema

NameRequiredDescriptionDefault
domain_nameYes

Input Schema (JSON Schema)

{ "properties": { "domain_name": { "title": "Domain Name", "type": "string" } }, "required": [ "domain_name" ], "title": "analyze_domain_securityArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g