Hostname
iad.gov
Last fetched
iad.gov resolves to 7 IPv4 addresses operated by AS20940 in US.
Nutrition Label
Resolution chain
iad.gov resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
No WHOIS records are currently associated with iad.gov in WhisperGraph.
Subdomains
9 observed subdomains of iad.gov.
Web-graph footprint
Distinct hostnames that link to or from iad.gov in the public web crawl.
142 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for iad.gov.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.eemsg.mail.mil |
| SPF_IP | 214.29.60.2/32 |
| SPF_IP | 214.29.60.3/32 |
Related pages
Pivot deeper into the graph from iad.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "iad.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.