Hostname
dixie.edu
Last fetched
dixie.edu resolves to 2 IPv4 addresses operated by WEST-NET-WEST - Utah Education Network in US.
Nutrition Label
Resolution chain
dixie.edu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 144.38.31.68 | 144.38.0.0/16 | AS210 | WEST-NET-WEST - Utah Education Network | US |
| 144.38.31.70 | 144.38.0.0/16 | AS210 | WEST-NET-WEST - Utah Education Network | US |
WHOIS identity
- Registrar
- —
- Organization
- dixie state college 225 sout 700 east
- Contact emails
- —
Subdomains
623 observed subdomains of dixie.edu.
Showing 25 of 623. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dixie.edu in the public web crawl.
273 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for dixie.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf1.dixie.edu |
| SPF_INCLUDE | _spf2.dixie.edu |
| SPF_INCLUDE | _spf3.dixie.edu |
| SPF_INCLUDE | _spf4.dixie.edu |
| SPF_INCLUDE | _spf5.dixie.edu |
| SPF_INCLUDE | _spf6.dixie.edu |
| SPF_IP | 144.38.43.10 |
| SPF_IP | 144.38.43.9 |
| SPF_IP | 205.124.9.0/24 |
Related pages
Pivot deeper into the graph from dixie.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dixie.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.