Skip to content

Hostname

nrd.gov

Last fetched

nrd.gov resolves to 1 IPv4 address operated by AS8987 in US.

Nutrition Label

WHISPER CANON · nrd.govRouting diversity1.5/10Peering density3.4/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint8.2/10canon.whisper.security/host/nrd.gov

Resolution chain

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

IPPrefixASNOperatorCountry
52.61.51.23952.61.0.0/16AS8987US

WHOIS identity

No WHOIS records are currently associated with nrd.gov in WhisperGraph.

Subdomains

12 observed subdomains of nrd.gov.

Web-graph footprint

Distinct hostnames that link to or from nrd.gov in the public web crawl.

1,025 sites link to this hostname.

9 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

2 SPF mechanisms authorising senders for nrd.gov.

MechanismTarget
SPF_IP2600:1f12:cf5:601:6ffb:8ad6:57c5:3b9c
SPF_IP52.61.51.239

Related pages

Pivot deeper into the graph from nrd.gov.

Cypher and MCP

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

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