Skip to content

Hostname

su.edu

Last fetched

su.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

WHISPER CANON · su.eduRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/su.edu

Resolution chain

su.edu has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

Distinct hostnames that link to or from su.edu in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

58 SPF mechanisms authorising senders for su.edu.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEoutboundmail.blackbaud.net
SPF_INCLUDEsendgrid.net
SPF_INCLUDEspf.elluciancloud.com
SPF_INCLUDEspf.pantheon.io
SPF_IP104.130.70.5
SPF_IP104.211.34.124/32
SPF_IP104.45.130.139/32
SPF_IP104.45.131.9/32
SPF_IP104.45.142.148/32
SPF_IP104.45.143.49/32
SPF_IP13.68.219.105/32
SPF_IP13.90.212.100/32
SPF_IP13.92.252.83
SPF_IP137.117.86.223/32
SPF_IP139.131.76.33/32
SPF_IP148.105.0.0/16
SPF_IP149.72.0.0/16
SPF_IP165.193.85.0/24
SPF_IP167.89.94.133/32
SPF_IP168.245.0.0/17
SPF_IP173.236.20.0/24
SPF_IP176.31.145.254/32
SPF_IP192.237.253.9
SPF_IP192.92.97.0/24
SPF_IP198.2.128.0/18
SPF_IP20.163.249.62
SPF_IP20.232.145.19
SPF_IP2001:4801:7822:103:be76:4eff:fe10:1260
SPF_IP2001:4801:7824:104:be76:4eff:fe10:13e
SPF_IP2001:4801:7824:104:be76:4eff:fe10:7a2
SPF_IP2001:4801:7825:104:be76:4eff:fe10:82
SPF_IP2001:4801:7827:101:be76:4eff:fe10:978
SPF_IP204.154.82.0/24
SPF_IP204.154.83.0/24
SPF_IP204.154.83.22
SPF_IP204.154.84.0/24
SPF_IP204.154.85.12
SPF_IP204.154.86.0/24
SPF_IP205.201.128.0/20
SPF_IP216.248.199.106/32
SPF_IP217.8.118.0/24
SPF_IP23.253.174.11/32
SPF_IP23.253.213.4
SPF_IP23.253.213.7
SPF_IP40.71.38.54/32
SPF_IP40.76.40.110/32
SPF_IP40.90.242.7/32
SPF_IP40.90.242.8/32
SPF_IP40.90.247.53/32
SPF_IP50.56.13.72
SPF_IP52.128.40.0/21
SPF_IP52.149.218.73
SPF_IP52.186.80.39/32
SPF_IP52.86.188.131/32
SPF_IP54.240.121.247/32
SPF_IP54.240.121.248/32

Related pages

Pivot deeper into the graph from su.edu.

Cypher and MCP

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

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