Hostname
bushnell.edu
Last fetched
bushnell.edu resolves to 1 IPv4 address operated by LINK-OREGON - University of Oregon in US.
Nutrition Label
Resolution chain
bushnell.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 |
|---|---|---|---|---|
| 140.211.84.164 | 140.211.0.0/16 | AS3701 | LINK-OREGON - University of Oregon | US |
WHOIS identity
No WHOIS records are currently associated with bushnell.edu in WhisperGraph.
Subdomains
29 observed subdomains of bushnell.edu.
Showing 25 of 29. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bushnell.edu in the public web crawl.
205 sites link to this hostname.
226 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for bushnell.edu.
| Mechanism | Target |
|---|---|
| SPF_A | bushnell.edu |
| SPF_A | smtp-na00.hosted.exlibrisgroup.com |
| SPF_A | smtp.mpulse8.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | ccsend.com |
| SPF_INCLUDE | constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 140.211.84.160/27 |
| SPF_IP | 168.245.23.248/32 |
| SPF_IP | 205.139.104.0/22 |
| SPF_IP | 206.79.6.0/24 |
| SPF_IP | 209.143.65.64/26 |
| SPF_IP | 216.235.196.0/22 |
| SPF_IP | 216.235.200.0/21 |
| SPF_MX | bushnell.edu |
Related pages
Pivot deeper into the graph from bushnell.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bushnell.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.