Skip to content

Hostname

atom.nc

Last fetched

atom.nc resolves to 1 IPv4 address operated by AS56055 in NC.

Nutrition Label

WHISPER CANON · atom.ncRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/atom.nc

Resolution chain

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

IPPrefixASNOperatorCountry
202.22.233.101202.22.224.0/20AS56055NC

WHOIS identity

No WHOIS records are currently associated with atom.nc in WhisperGraph.

Subdomains

30 observed subdomains of atom.nc.

Web-graph footprint

Distinct hostnames that link to or from atom.nc in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for atom.nc.

MechanismTarget
SPF_INCLUDEspf.mandrillapp.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.sendinblue.com
SPF_IP202.22.224.192/28
SPF_MXatom.nc

Related pages

Pivot deeper into the graph from atom.nc.

Cypher and MCP

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

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