Skip to content

Hostname

stephens.edu

Last fetched

stephens.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

WHISPER CANON · stephens.eduRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint3.2/10canon.whisper.security/host/stephens.edu

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.

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.

Threat posture

History

Mail and authentication

SPF policy

34 SPF mechanisms authorising senders for stephens.edu.

MechanismTarget
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.salesforce.com
SPF_INCLUDEspf.watermarkinsights.com
SPF_IP100.20.109.177
SPF_IP100.22.19.134
SPF_IP150.199.20.174
SPF_IP172.67.192.62
SPF_IP184.106.13.89/32
SPF_IP184.23.228.130
SPF_IP204.185.32.0/24
SPF_IP208.117.57.250
SPF_IP209.143.65.63/26
SPF_IP34.213.156.53
SPF_IP35.155.43.181
SPF_IP35.164.1.167
SPF_IP35.164.133.0
SPF_IP35.84.162.155
SPF_IP35.84.213.85
SPF_IP44.229.108.96
SPF_IP44.235.139.185/24
SPF_IP44.238.202.137
SPF_IP50.112.225.29
SPF_IP52.33.248.246
SPF_IP52.35.180.106
SPF_IP52.71.101.252/24
SPF_IP52.73.231.12
SPF_IP54.149.23.30
SPF_IP54.185.200.161
SPF_IP54.201.196.236
SPF_IP54.204.252.133
SPF_IP54.218.51.236
SPF_IP54.240.14.0/24
SPF_IP54.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.