Hostname
cms.gov
Last fetched
cms.gov resolves to 5 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in DE.
Nutrition Label
Resolution chain
cms.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.102.18.84 | 104.102.18.0/23 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 184.30.128.77 | 184.30.128.0/21 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 2.16.33.238 | 2.16.32.0/23 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.41.181.83 | 23.41.180.0/23 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 72.246.149.79 | 72.246.148.0/23 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | GB |
WHOIS identity
No WHOIS records are currently associated with cms.gov in WhisperGraph.
Subdomains
688 observed subdomains of cms.gov.
Showing 25 of 688. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cms.gov in the public web crawl.
46,933 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
20 SPF mechanisms authorising senders for cms.gov.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.qemailserver.com |
| SPF_INCLUDE | mail.sandbox2.idp.idm.cms.gov |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.152.72.100 |
| SPF_IP | 146.123.140.0/26 |
| SPF_IP | 15.200.32.0/24 |
| SPF_IP | 15.200.33.0/24 |
| SPF_IP | 158.70.144.146/32 |
| SPF_IP | 158.72.139.19/32 |
| SPF_IP | 199.127.232.0/22 |
| SPF_IP | 199.255.192.0/22 |
| SPF_IP | 208.250.57.111/26 |
| SPF_IP | 208.250.57.112 |
| SPF_IP | 208.250.57.113 |
| SPF_IP | 54.240.0.0/18 |
| SPF_IP | 63.88.93.240/28 |
| SPF_IP | 65.213.206.111/26 |
| SPF_IP | 65.213.206.112 |
| SPF_IP | 65.213.206.113 |
Related pages
Pivot deeper into the graph from cms.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cms.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.