Hostname
ms.gov
Last fetched
ms.gov resolves to 6 IPv4 addresses operated by AKAMAI-ASN1 in US.
Nutrition Label
Resolution chain
ms.gov resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.212.251.76 | 23.212.251.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.212.251.79 | 23.212.251.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.41.4.88 | 23.41.4.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.41.4.91 | 23.41.4.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.50.131.144 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.148 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
No WHOIS records are currently associated with ms.gov in WhisperGraph.
Subdomains
184 observed subdomains of ms.gov.
Showing 25 of 184. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ms.gov in the public web crawl.
1,330 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for ms.gov.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-00360801.pphosted.com |
| SPF_INCLUDE | spf-00360802.pphosted.com |
| SPF_IP | 205.144.227.101 |
| SPF_IP | 205.144.227.102 |
| SPF_IP | 205.144.227.103 |
| SPF_IP | 205.144.227.104 |
Related pages
Pivot deeper into the graph from ms.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ms.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.