Skip to content

Hostname

beta.mail.ucsd.edu

Last fetched

beta.mail.ucsd.edu resolves to 1 IPv4 address operated by UCSD - University of California, San Diego in US.

Nutrition Label

WHISPER CANON · beta.mail.ucsd.eduRouting diversity1.5/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.8/10canon.whisper.security/host/beta.mail.ucsd.edu

Resolution chain

beta.mail.ucsd.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
132.239.0.185132.239.0.0/16AS7377UCSD - University of California, San DiegoUS

WHOIS identity

No WHOIS records are currently associated with beta.mail.ucsd.edu in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for beta.mail.ucsd.edu.

MechanismTarget
SPF_INCLUDEspf-0016e101.pphosted.com
SPF_IP132.239.0.0/24
SPF_IP132.239.1.0/24
SPF_IP148.163.151.62
SPF_IP148.163.155.15

Related pages

Pivot deeper into the graph from beta.mail.ucsd.edu.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "beta.mail.ucsd.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.