Skip to content

Hostname

chatapp.dev

Last fetched

chatapp.dev resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · chatapp.devRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.3/10canon.whisper.security/host/chatapp.dev

Resolution chain

chatapp.dev resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.138.106.116108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.127108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.128108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.79108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.66.147.3518.66.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.66.147.3818.66.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.66.147.6518.66.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.66.147.8218.66.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
54.192.100.10854.192.100.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
54.192.100.3054.192.100.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
54.192.100.3454.192.100.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
54.192.100.954.192.100.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

7 observed subdomains of chatapp.dev.

Web-graph footprint

Distinct hostnames that link to or from chatapp.dev in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for chatapp.dev.

MechanismTarget
SPF_INCLUDEzoho.eu

Related pages

Pivot deeper into the graph from chatapp.dev.

Cypher and MCP

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

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