Hostname
dtic.mil
Last fetched
dtic.mil resolves to 3 IPv4 addresses operated by DNIC-ASBLK-27032-27159 - United States Department of Defense DoD in US.
Nutrition Label
Resolution chain
dtic.mil resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 214.48.244.101 | 214.48.244.0/22 | AS27064 | DNIC-ASBLK-27032-27159 - United States Department of Defense DoD | US |
| 214.48.248.101 | 214.48.248.0/22 | AS27064 | DNIC-ASBLK-27032-27159 - United States Department of Defense DoD | US |
| 214.48.252.101 | 214.48.252.0/22 | AS27064 | DNIC-ASBLK-27032-27159 - United States Department of Defense DoD | US |
WHOIS identity
- Registrar
- —
- Organization
- ipv4 address block not managed by the ripe ncc
- Contact emails
- —
Subdomains
70 observed subdomains of dtic.mil.
Showing 25 of 70. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dtic.mil in the public web crawl.
4,214 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for dtic.mil.
| Mechanism | Target |
|---|---|
| SPF_A | dmg03.mgt.dtic.mil |
| SPF_INCLUDE | _spf.eemsg.mail.mil |
| SPF_MX | dtic.mil |
Related pages
Pivot deeper into the graph from dtic.mil.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dtic.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.