Hostname
bluffton.edu
Last fetched
bluffton.edu resolves to 1 IPv4 address operated by OARNET-AS - OARnet in US.
Nutrition Label
Resolution chain
bluffton.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 205.133.211.2 | 205.133.0.0/16 | AS600 | OARNET-AS - OARnet | US |
WHOIS identity
- Registrar
- —
- Organization
- bluffton university
- Contact emails
- —
Subdomains
35 observed subdomains of bluffton.edu.
Showing 25 of 35. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bluffton.edu in the public web crawl.
1,114 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for bluffton.edu.
| Mechanism | Target |
|---|---|
| SPF_A | buexchange.bluffton.edu |
| SPF_A | buexchange2.bluffton.edu |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | cust-spf.cashnet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | zoho.com |
| SPF_IP | 216.147.212.20/30 |
| SPF_IP | 216.235.200.122/32 |
| SPF_IP | 216.235.200.123/32 |
| SPF_IP | 64.74.237.230/31 |
| SPF_MX | bluffton.edu |
Related pages
Pivot deeper into the graph from bluffton.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bluffton.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.