Hostname
southeasttech.edu
Last fetched
southeasttech.edu resolves to 1 IPv4 address operated by SD-NET - South Dakota State Government in US.
Nutrition Label
Resolution chain
southeasttech.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 |
|---|---|---|---|---|
| 206.176.97.240 | 206.176.96.0/20 | AS14263 | SD-NET - South Dakota State Government | US |
WHOIS identity
- Registrar
- —
- Organization
- southeast technical institute
- Contact emails
- —
Subdomains
24 observed subdomains of southeasttech.edu.
Showing 23 of 24. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from southeasttech.edu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for southeasttech.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.academicworks.com |
| SPF_INCLUDE | _spf.e2ma.net |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | cust-spf.cashnet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 157.55.144.111 |
| SPF_IP | 206.176.97.199 |
| SPF_IP | 206.176.97.202 |
| SPF_IP | 208.11.61.155 |
| SPF_IP | 208.67.192.160 |
| SPF_IP | 34.194.230.233/32 |
| SPF_IP | 34.230.107.215/32 |
| SPF_IP | 66.151.109.0/24 |
| SPF_IP | 69.55.6.7/32 |
| SPF_IP | 72.55.140.81/32 |
| SPF_MX | southeasttech.edu |
Related pages
Pivot deeper into the graph from southeasttech.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "southeasttech.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.