Hostname
dhs.gov
Last fetched
dhs.gov resolves to 5 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in DE.
Nutrition Label
Resolution chain
dhs.gov resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.81.15.39 | 104.81.0.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 2.21.198.108 | 2.21.192.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | SE |
| 23.201.247.156 | 23.201.240.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.51.108.73 | 23.51.96.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | FR |
| 95.100.67.70 | 95.100.64.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from dhs.gov in the public web crawl.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for dhs.gov.
| Mechanism | Target |
|---|---|
| SPF_A | mail.tripwire-dhs.us |
| SPF_INCLUDE | spf-00376703.gpphosted.com |
| SPF_INCLUDE | spf.dhs.gov |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 128.129.88.18 |
| SPF_IP | 216.128.251.155/32 |
Related pages
Pivot deeper into the graph from dhs.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dhs.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.