Hostname
cdc.gov
Last fetched
cdc.gov resolves to 13 IPv4 addresses operated by AKAMAI-ASN1 in SE.
Nutrition Label
Resolution chain
cdc.gov resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.84.152.161 | 104.84.152.0/23 | AS20940 | AKAMAI-ASN1 | SE |
| 104.84.152.48 | 104.84.152.0/23 | AS20940 | AKAMAI-ASN1 | SE |
| 184.86.103.204 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.103.207 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.212.110.112 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.73 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.33.40.74 | 23.33.40.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.33.40.84 | 23.33.40.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.36.162.207 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.209 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.210 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.110.26 | 95.100.110.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.110.30 | 95.100.110.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
No WHOIS records are currently associated with cdc.gov in WhisperGraph.
Subdomains
764 observed subdomains of cdc.gov.
Showing 25 of 764. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cdc.gov in the public web crawl.
320,454 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
25 SPF mechanisms authorising senders for cdc.gov.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _s0.cdc.gov |
| SPF_IP | 124.17.27.36 |
| SPF_IP | 149.72.0.0/16 |
| SPF_IP | 155.95.86.50/32 |
| SPF_IP | 155.95.96.50 |
| SPF_IP | 167.89.0.0/17 |
| SPF_IP | 172.81.80.64 |
| SPF_IP | 172.81.81.38 |
| SPF_IP | 172.81.81.39 |
| SPF_IP | 172.81.81.50 |
| SPF_IP | 172.81.82.50 |
| SPF_IP | 172.81.82.79 |
| SPF_IP | 172.81.82.87 |
| SPF_IP | 172.81.82.88 |
| SPF_IP | 198.21.0.0/21 |
| SPF_IP | 23.90.98.102 |
| SPF_IP | 40.92.0.0/15 |
| SPF_IP | 50.31.32.0/19 |
| SPF_IP | 51.4.72.0/24 |
| SPF_IP | 51.4.80.0/27 |
| SPF_IP | 51.5.72.0/24 |
| SPF_IP | 51.5.80.0/27 |
| SPF_IP | 63.123.152.4 |
| SPF_IP | 68.232.140.57/32 |
| SPF_IP | 68.232.140.79/32 |
Related pages
Pivot deeper into the graph from cdc.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdc.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.