Hostname
sonoran.edu
Last fetched
sonoran.edu resolves to 1 IPv4 address operated by LIQUIDWEB - Liquid Web, L.L.C in US.
Nutrition Label
Resolution chain
sonoran.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 |
|---|---|---|---|---|
| 69.16.202.165 | 69.16.192.0/18 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
WHOIS identity
No WHOIS records are currently associated with sonoran.edu in WhisperGraph.
Subdomains
14 observed subdomains of sonoran.edu.
Web-graph footprint
Distinct hostnames that link to or from sonoran.edu in the public web crawl.
131 sites link to this hostname.
257 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for sonoran.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | cust-spf.cashnet.com |
| SPF_INCLUDE | smtp1.sirsi.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 150.238.29.115/28 |
| SPF_IP | 207.109.122.0/24 |
| SPF_IP | 216.235.195.0/24 |
Related pages
Pivot deeper into the graph from sonoran.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sonoran.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.