Hostname
mn.gov
Last fetched
mn.gov resolves to 1 IPv4 address operated by RADWARE-CLOUD-SERVICES - RADWARE INC. in US.
Nutrition Label
Resolution chain
mn.gov resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 66.225.237.206 | 66.225.237.0/24 | AS25773 | RADWARE-CLOUD-SERVICES - RADWARE INC. | US |
WHOIS identity
No WHOIS records are currently associated with mn.gov in WhisperGraph.
Subdomains
144 observed subdomains of mn.gov.
Showing 25 of 144. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mn.gov in the public web crawl.
12,946 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for mn.gov.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 151.111.145.190/30 |
| SPF_IP | 151.111.145.191 |
| SPF_IP | 151.111.145.192 |
| SPF_IP | 151.111.145.193 |
| SPF_IP | 151.111.174.12 |
| SPF_IP | 151.111.174.40/30 |
Related pages
Pivot deeper into the graph from mn.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mn.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.