Skip to content

Hostname

utahtech.edu

Last fetched

utahtech.edu resolves to 1 IPv4 address operated by WEST-NET-WEST - Utah Education Network in US.

Nutrition Label

WHISPER CANON · utahtech.eduRouting diversity1.5/10Peering density4.6/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/utahtech.edu

Resolution chain

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

IPPrefixASNOperatorCountry
144.38.31.68144.38.0.0/16AS210WEST-NET-WEST - Utah Education NetworkUS

WHOIS identity

No WHOIS records are currently associated with utahtech.edu in WhisperGraph.

Subdomains

107 observed subdomains of utahtech.edu.

Web-graph footprint

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

413 sites link to this hostname.

294 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for utahtech.edu.

MechanismTarget
SPF_INCLUDE_spf1.utahtech.edu
SPF_INCLUDE_spf2.utahtech.edu
SPF_INCLUDE_spf3.utahtech.edu
SPF_INCLUDE_spf4.utahtech.edu
SPF_INCLUDE_spf5.utahtech.edu
SPF_INCLUDE_spf6.utahtech.edu
SPF_IP144.38.43.9
SPF_IP205.124.9.0/24

Related pages

Pivot deeper into the graph from utahtech.edu.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "utahtech.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.