Hostname
mohave.edu
Last fetched
mohave.edu resolves to 1 IPv4 address operated by WECOM-INC - WECOM LLC in US.
Nutrition Label
Resolution chain
mohave.edu 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 |
|---|---|---|---|---|
| 104.166.8.33 | 104.166.8.0/22 | AS7352 | WECOM-INC - WECOM LLC | US |
WHOIS identity
- Registrar
- —
- Organization
- mohave county community college
- Contact emails
- —
Subdomains
35 observed subdomains of mohave.edu.
Showing 25 of 35. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mohave.edu in the public web crawl.
263 sites link to this hostname.
401 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for mohave.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mrsshepherd.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.166.8.34 |
| SPF_IP | 34.197.131.165 |
| SPF_IP | 35.82.163.49 |
| SPF_IP | 35.83.146.253 |
| SPF_IP | 52.45.21.204 |
| SPF_IP | 52.5.21.95 |
| SPF_IP | 52.55.21.93 |
| SPF_IP | 54.185.98.129 |
| SPF_IP | 54.191.221.93 |
Related pages
Pivot deeper into the graph from mohave.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mohave.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.