Hostname
stetson.edu
Last fetched
stetson.edu resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
stetson.edu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.20.40.28 | 104.20.32.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.165.193 | 172.66.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- stetson university
- Contact emails
- —
Subdomains
103 observed subdomains of stetson.edu.
Showing 25 of 103. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from stetson.edu in the public web crawl.
2,039 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
26 SPF mechanisms authorising senders for stetson.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | email-od.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | stetson.zendesk.com |
| SPF_IP | 12.228.6.215/32 |
| SPF_IP | 139.60.0.0/24 |
| SPF_IP | 139.60.1.0/24 |
| SPF_IP | 139.60.2.0/24 |
| SPF_IP | 139.60.3.0/24 |
| SPF_IP | 147.253.199.64 |
| SPF_IP | 168.245.110.178/32 |
| SPF_IP | 172.109.206.47 |
| SPF_IP | 176.31.145.254/32 |
| SPF_IP | 198.244.55.61 |
| SPF_IP | 216.248.199.106/32 |
| SPF_IP | 34.192.40.99 |
| SPF_IP | 40.86.82.200 |
| SPF_IP | 52.43.50.148/32 |
| SPF_IP | 52.86.188.131/32 |
| SPF_IP | 54.165.137.65 |
| SPF_IP | 54.167.179.27 |
| SPF_IP | 54.240.121.247/32 |
| SPF_IP | 54.240.121.248/32 |
| SPF_IP | 54.80.21.189 |
Related pages
Pivot deeper into the graph from stetson.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stetson.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.