Skip to content

Hostname

umn.edu

Last fetched

umn.edu resolves to 1 IPv4 address operated by UMN-SYSTEM - University of Minnesota in US.

Nutrition Label

WHISPER CANON · umn.eduRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint8.3/10canon.whisper.security/host/umn.edu

Resolution chain

umn.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
134.84.223.68134.84.0.0/16AS217UMN-SYSTEM - University of MinnesotaUS

WHOIS identity

Registrar
Organization
university of minnesota
Contact emails

Subdomains

68,473 observed subdomains of umn.edu.

Web-graph footprint

Distinct hostnames that link to or from umn.edu in the public web crawl.

1,484 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for umn.edu.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.umn.edu
SPF_INCLUDEservers.mcsv.net

Related pages

Pivot deeper into the graph from umn.edu.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "umn.edu"})-[: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.