Hostname
sdbor.edu
Last fetched
sdbor.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
sdbor.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
- south dakota board of regents
- Contact emails
- —
Subdomains
98 observed subdomains of sdbor.edu.
Showing 25 of 98. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sdbor.edu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for sdbor.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | a._spf.brightspace.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 151.159.220.0/22 |
| SPF_IP | 159.182.160.0/20 |
| SPF_IP | 206.176.16.0/24 |
| SPF_IP | 206.176.18.0/24 |
| SPF_IP | 216.69.103.0/24 |
| SPF_IP | 216.69.106.0/24 |
| SPF_IP | 216.69.109.0/24 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
Related pages
Pivot deeper into the graph from sdbor.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sdbor.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.