Skip to content

Hostname

datanerd.us

Last fetched

datanerd.us resolves to 2 IPv4 addresses operated by AS23764 in US. WHOIS lists iana:600 as the registrar.

Nutrition Label

WHISPER CANON · datanerd.usRouting diversity1.5/10Peering density9.9/10MOAS conflict⚠ 2 conflictsThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint5.2/10canon.whisper.security/host/datanerd.us

Resolution chain

datanerd.us resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

WHOIS identity

Registrar
iana:600
Organization
new relic
Contact emails

Subdomains

27 observed subdomains of datanerd.us.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for datanerd.us.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_IP38.129.65.12/32
SPF_IP54.214.46.183/32

Related pages

Pivot deeper into the graph from datanerd.us.

Cypher and MCP

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

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