Skip to content

Hostname

console.aws.eu

Last fetched

console.aws.eu resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

WHISPER CANON · console.aws.euRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/console.aws.eu

Resolution chain

console.aws.eu resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
51.224.67.7351.224.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.DE
51.225.41.16451.224.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.DE
51.225.69.13951.224.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with console.aws.eu in WhisperGraph.

Subdomains

1 observed subdomain of console.aws.eu.

Threat posture

History

Related pages

Pivot deeper into the graph from console.aws.eu.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "console.aws.eu"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.