Skip to content

Hostname

ms.gov

Last fetched

ms.gov resolves to 6 IPv4 addresses operated by AKAMAI-ASN1 in US.

Nutrition Label

WHISPER CANON · ms.govRouting diversity3.0/10Peering density8.5/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint5.6/10canon.whisper.security/host/ms.gov

Resolution chain

ms.gov resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

WHOIS identity

No WHOIS records are currently associated with ms.gov in WhisperGraph.

Subdomains

184 observed subdomains of ms.gov.

Web-graph footprint

Distinct hostnames that link to or from ms.gov in the public web crawl.

1,330 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for ms.gov.

MechanismTarget
SPF_INCLUDEspf-00360801.pphosted.com
SPF_INCLUDEspf-00360802.pphosted.com
SPF_IP205.144.227.101
SPF_IP205.144.227.102
SPF_IP205.144.227.103
SPF_IP205.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.