Hostname
ben.edu
Last fetched
ben.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
ben.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
- benedictine university
- Contact emails
- —
Subdomains
58 observed subdomains of ben.edu.
Showing 25 of 58. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ben.edu in the public web crawl.
650 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
22 SPF mechanisms authorising senders for ben.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | a._spf.brightspace.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 129.41.172.43 |
| SPF_IP | 129.41.173.54 |
| SPF_IP | 148.59.100.16/28 |
| SPF_IP | 148.59.106.0/23 |
| SPF_IP | 148.59.108.0/23 |
| SPF_IP | 176.31.145.254/32 |
| SPF_IP | 198.187.196.0/24 |
| SPF_IP | 208.185.235.0/24 |
| SPF_IP | 216.147.212.20/30 |
| SPF_IP | 35.80.141.6/32 |
| SPF_IP | 44.229.121.55/32 |
| SPF_IP | 54.240.121.247/32 |
| SPF_IP | 54.240.121.248/32 |
| SPF_IP | 64.74.237.230/31 |
| SPF_IP | 74.122.104.0/22 |
| SPF_IP | 74.81.180.120 |
Related pages
Pivot deeper into the graph from ben.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ben.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.