Skip to content

Hostname

db0b0natmis2c.cloudfront.net

Last fetched

db0b0natmis2c.cloudfront.net resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU.

Nutrition Label

WHISPER CANON · db0b0natmis2c.cloudfront.netRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/db0b0natmis2c.cloudfront.net

Resolution chain

db0b0natmis2c.cloudfront.net resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.158.16.11108.158.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU
108.158.16.114108.158.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU
108.158.16.53108.158.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU
108.158.16.84108.158.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU
18.154.109.15018.154.108.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.154.109.1618.154.108.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.154.109.2418.154.108.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.154.109.418.154.108.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with db0b0natmis2c.cloudfront.net in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from db0b0natmis2c.cloudfront.net in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from db0b0natmis2c.cloudfront.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "db0b0natmis2c.cloudfront.net"})-[: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.