Hostname
assumption.edu
Last fetched
assumption.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
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.
Showing 25 of 40. View all subdomains →
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.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
40 SPF mechanisms authorising senders for assumption.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.explore-blue.com |
| SPF_INCLUDE | a._spf.brightspace.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.topdesk.net |
| SPF_IP | 104.18.147.7 |
| SPF_IP | 104.18.148.7 |
| SPF_IP | 104.18.149.7 |
| SPF_IP | 104.18.150.7 |
| SPF_IP | 104.18.151.7 |
| SPF_IP | 104.196.171.202 |
| SPF_IP | 135.84.68.123/32 |
| SPF_IP | 135.84.79.54/32 |
| SPF_IP | 159.183.222.112 |
| SPF_IP | 192.80.61.11 |
| SPF_IP | 206.107.42.18 |
| SPF_IP | 206.107.43.18 |
| SPF_IP | 206.152.14.54/32 |
| SPF_IP | 208.86.168.7/32 |
| SPF_IP | 216.69.103.84 |
| SPF_IP | 216.69.109.5 |
| SPF_IP | 2606:4700:0:0:0:0:6812:9307 |
| SPF_IP | 2606:4700:0:0:0:0:6812:9407 |
| SPF_IP | 2606:4700:0:0:0:0:6812:9507 |
| SPF_IP | 2606:4700:0:0:0:0:6812:9607 |
| SPF_IP | 2606:4700:0:0:0:0:6812:9707 |
| SPF_IP | 34.194.230.233/32 |
| SPF_IP | 34.230.107.215/32 |
| SPF_IP | 34.233.81.52 |
| SPF_IP | 34.236.112.77 |
| SPF_IP | 34.237.49.61 |
| SPF_IP | 35.174.44.16/32 |
| SPF_IP | 38.106.32.22/32 |
| SPF_IP | 38.106.32.46/32 |
| SPF_IP | 50.31.46.51 |
| SPF_IP | 52.60.47.182 |
| SPF_IP | 54.156.205.252 |
| SPF_IP | 54.234.244.164 |
| SPF_IP | 99.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.