Hostname
stephens.edu
Last fetched
stephens.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
stephens.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
- stephens college
- Contact emails
- —
Subdomains
61 observed subdomains of stephens.edu.
Showing 25 of 61. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from stephens.edu in the public web crawl.
383 sites link to this hostname.
289 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
34 SPF mechanisms authorising senders for stephens.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.salesforce.com |
| SPF_INCLUDE | spf.watermarkinsights.com |
| SPF_IP | 100.20.109.177 |
| SPF_IP | 100.22.19.134 |
| SPF_IP | 150.199.20.174 |
| SPF_IP | 172.67.192.62 |
| SPF_IP | 184.106.13.89/32 |
| SPF_IP | 184.23.228.130 |
| SPF_IP | 204.185.32.0/24 |
| SPF_IP | 208.117.57.250 |
| SPF_IP | 209.143.65.63/26 |
| SPF_IP | 34.213.156.53 |
| SPF_IP | 35.155.43.181 |
| SPF_IP | 35.164.1.167 |
| SPF_IP | 35.164.133.0 |
| SPF_IP | 35.84.162.155 |
| SPF_IP | 35.84.213.85 |
| SPF_IP | 44.229.108.96 |
| SPF_IP | 44.235.139.185/24 |
| SPF_IP | 44.238.202.137 |
| SPF_IP | 50.112.225.29 |
| SPF_IP | 52.33.248.246 |
| SPF_IP | 52.35.180.106 |
| SPF_IP | 52.71.101.252/24 |
| SPF_IP | 52.73.231.12 |
| SPF_IP | 54.149.23.30 |
| SPF_IP | 54.185.200.161 |
| SPF_IP | 54.201.196.236 |
| SPF_IP | 54.204.252.133 |
| SPF_IP | 54.218.51.236 |
| SPF_IP | 54.240.14.0/24 |
| SPF_IP | 54.70.92.152 |
Related pages
Pivot deeper into the graph from stephens.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stephens.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.