AWS Security MCP

Apache 2.0
4
  • Apple

find_ip_address_details

Identify EC2 instances, network interfaces, and Route53 records linked to a specific IP address within AWS infrastructure using this tool, returning detailed JSON output for security analysis.

Instructions

Find details about an IP address, including associated EC2 resources and DNS records pointing to it.

This function: 1. Identifies EC2 instances with this IP (public or private) 2. Finds network interfaces using this IP 3. Searches Route53 records pointing to this IP Args: ip_address: The IP address to lookup (e.g., 43.205.186.36) Returns: JSON string with IP address details and associated resources

Input Schema

NameRequiredDescriptionDefault
ip_addressYes

Input Schema (JSON Schema)

{ "properties": { "ip_address": { "title": "Ip Address", "type": "string" } }, "required": [ "ip_address" ], "title": "find_ip_address_detailsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g