Hostname
nga.mil
Last fetched
nga.mil resolves to 2 IPv4 addresses operated by AS27064 in US.
Nutrition Label
Resolution chain
nga.mil resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 214.28.173.26 | 214.28.173.0/24 | AS27064 | — | US |
| 214.28.174.26 | 214.28.174.0/24 | AS27064 | — | US |
WHOIS identity
No WHOIS records are currently associated with nga.mil in WhisperGraph.
Subdomains
590 observed subdomains of nga.mil.
Showing 25 of 590. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nga.mil in the public web crawl.
1,118 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for nga.mil.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.eemsg.mail.mil |
| SPF_MX | nga.mil |
Related pages
Pivot deeper into the graph from nga.mil.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nga.mil"})-[: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.