Skip to content

Hostname

assumption.edu

Last fetched

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

Nutrition Label

WHISPER CANON · assumption.eduRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/assumption.edu

Resolution chain

assumption.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

Registrar
Organization
assumption college
Contact emails

Subdomains

40 observed subdomains of assumption.edu.

Web-graph footprint

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

672 sites link to this hostname.

628 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

40 SPF mechanisms authorising senders for assumption.edu.

MechanismTarget
SPF_INCLUDE_spf.explore-blue.com
SPF_INCLUDEa._spf.brightspace.com
SPF_INCLUDEsendgrid.net
SPF_INCLUDEspf.constantcontact.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.topdesk.net
SPF_IP104.18.147.7
SPF_IP104.18.148.7
SPF_IP104.18.149.7
SPF_IP104.18.150.7
SPF_IP104.18.151.7
SPF_IP104.196.171.202
SPF_IP135.84.68.123/32
SPF_IP135.84.79.54/32
SPF_IP159.183.222.112
SPF_IP192.80.61.11
SPF_IP206.107.42.18
SPF_IP206.107.43.18
SPF_IP206.152.14.54/32
SPF_IP208.86.168.7/32
SPF_IP216.69.103.84
SPF_IP216.69.109.5
SPF_IP2606:4700:0:0:0:0:6812:9307
SPF_IP2606:4700:0:0:0:0:6812:9407
SPF_IP2606:4700:0:0:0:0:6812:9507
SPF_IP2606:4700:0:0:0:0:6812:9607
SPF_IP2606:4700:0:0:0:0:6812:9707
SPF_IP34.194.230.233/32
SPF_IP34.230.107.215/32
SPF_IP34.233.81.52
SPF_IP34.236.112.77
SPF_IP34.237.49.61
SPF_IP35.174.44.16/32
SPF_IP38.106.32.22/32
SPF_IP38.106.32.46/32
SPF_IP50.31.46.51
SPF_IP52.60.47.182
SPF_IP54.156.205.252
SPF_IP54.234.244.164
SPF_IP99.79.94.115

Related pages

Pivot deeper into the graph from assumption.edu.

Cypher and MCP

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

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