Hostname
sewanee.edu
Last fetched
sewanee.edu resolves to 1 IPv4 address operated by SEWANEE - University of the South in US.
Nutrition Label
Resolution chain
sewanee.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 |
|---|---|---|---|---|
| 152.97.17.168 | 152.97.0.0/18 | AS31975 | SEWANEE - University of the South | US |
WHOIS identity
- Registrar
- —
- Organization
- university of the south
- Contact emails
- —
Subdomains
375 observed subdomains of sewanee.edu.
Showing 25 of 375. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sewanee.edu in the public web crawl.
606 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
31 SPF mechanisms authorising senders for sewanee.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.google.com |
| SPF_INCLUDE | _netblocks2.google.com |
| SPF_INCLUDE | _netblocks3.google.com |
| SPF_INCLUDE | _spf.explore-blue.com |
| SPF_INCLUDE | _spf.messagegears.net |
| SPF_INCLUDE | _spf.qemailserver.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | e2ma.net |
| SPF_IP | 104.245.209.192/26 |
| SPF_IP | 107.85.101.206 |
| SPF_IP | 107.85.101.214 |
| SPF_IP | 152.97.0.0/18 |
| SPF_IP | 167.89.95.129/32 |
| SPF_IP | 172.214.53.198 |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 199.244.78.223/32 |
| SPF_IP | 199.244.78.224/32 |
| SPF_IP | 216.17.115.223 |
| SPF_IP | 34.194.230.233/32 |
| SPF_IP | 34.230.107.215/32 |
| SPF_IP | 38.106.32.22/32 |
| SPF_IP | 38.106.32.46/32 |
| SPF_IP | 50.31.156.96/27 |
| SPF_IP | 50.31.37.198 |
| SPF_IP | 52.4.210.202 |
| SPF_IP | 52.42.20.3/32 |
| SPF_IP | 52.45.50.190/32 |
| SPF_IP | 54.236.219.76 |
| SPF_IP | 54.236.221.99 |
| SPF_IP | 65.38.18.9/32 |
| SPF_IP | 96.5.232.15 |
Related pages
Pivot deeper into the graph from sewanee.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sewanee.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.