Skip to content

Hostname

console.aws.com

Last fetched

console.aws.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · console.aws.comRouting diversity3.5/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/console.aws.com

Resolution chain

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

IPPrefixASNOperatorCountry
166.117.12.241166.117.0.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
166.117.166.206166.117.160.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
166.117.98.246166.117.96.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
99.83.202.24399.83.192.0/20AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

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

Subdomains

4 observed subdomains of console.aws.com.

Web-graph footprint

Distinct hostnames that link to or from console.aws.com in the public web crawl.

8 sites link to this hostname.

Sample outbound links

Threat posture

History

Related pages

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

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "console.aws.com"})-[: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.