Skip to content

Hostname

atdot.cc

Last fetched

atdot.cc resolves to 1 IPv4 address operated by AS24459 in US. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · atdot.ccRouting diversity1.5/10Peering density3.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.2/10canon.whisper.security/host/atdot.cc

Resolution chain

atdot.cc resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
74.50.50.14974.50.48.0/20AS24459US

WHOIS identity

Registrar
iana:81
Organization
Contact emails

Subdomains

2 observed subdomains of atdot.cc.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for atdot.cc.

MechanismTarget
SPF_IP138.201.70.161/32
SPF_IP217.70.190.202
SPF_IP2a01:4f8:173:14c3:1:0:0:161
SPF_IP74.50.50.149

Related pages

Pivot deeper into the graph from atdot.cc.

Cypher and MCP

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

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