AWS Security MCP

Apache 2.0
4
  • Apple

check_subdomain_takeover_vulnerability

Identify and assess subdomain takeover vulnerabilities by analyzing DNS records and configurations to detect unclaimed or abandoned resources, ensuring domain security.

Instructions

Check if a specific domain or subdomain is vulnerable to subdomain takeover attacks.

This function performs a DNS-based analysis for subdomain takeover vulnerabilities: 1. Identifies all DNS records for the domain 2. For CNAME records, checks if they point to services that could be vulnerable 3. Analyzes DNS configurations for signs of abandoned or unclaimed resources Args: domain_name: The domain or subdomain name to check (e.g., xyz.dreamplug.in) Returns: JSON string with vulnerability assessment results

Input Schema

NameRequiredDescriptionDefault
domain_nameYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g