Hostname
des.ucdavis.edu
Last fetched
des.ucdavis.edu resolves to 2 IPv4 addresses operated by UCDAVIS-CORE - University of California, Davis in US.
Nutrition Label
Resolution chain
des.ucdavis.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 |
|---|---|---|---|---|
| 169.237.62.2 | 169.237.0.0/16 | AS6192 | UCDAVIS-CORE - University of California, Davis | US |
| 169.237.62.3 | 169.237.0.0/16 | AS6192 | UCDAVIS-CORE - University of California, Davis | US |
WHOIS identity
No WHOIS records are currently associated with des.ucdavis.edu in WhisperGraph.
Subdomains
22 observed subdomains of des.ucdavis.edu.
Web-graph footprint
Distinct hostnames that link to or from des.ucdavis.edu in the public web crawl.
279 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for des.ucdavis.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.qemailserver.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from des.ucdavis.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "des.ucdavis.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.