Skip to content

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

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

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.

IPPrefixASNOperatorCountry
169.237.62.2169.237.0.0/16AS6192UCDAVIS-CORE - University of California, DavisUS
169.237.62.3169.237.0.0/16AS6192UCDAVIS-CORE - University of California, DavisUS

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 outbound links

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for des.ucdavis.edu.

MechanismTarget
SPF_INCLUDE_spf.qemailserver.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEspf.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.