Hostname
wts.edu
Last fetched
wts.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
wts.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
- westminster theological seminary
- Contact emails
- —
Subdomains
74 observed subdomains of wts.edu.
Showing 25 of 74. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from wts.edu in the public web crawl.
532 sites link to this hostname.
174 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for wts.edu.
| Mechanism | Target |
|---|---|
| SPF_A | wts.edu |
| SPF_INCLUDE | spfa.wts.edu |
| SPF_INCLUDE | spfb.wts.edu |
| SPF_INCLUDE | spfc.wts.edu |
| SPF_IP | 216.17.112.169 |
| SPF_IP | 23.253.182.0/23 |
| SPF_IP | 34.197.57.115 |
| SPF_IP | 34.197.58.165 |
| SPF_IP | 50.23.218.192/27 |
| SPF_IP | 50.31.32.0/19 |
| SPF_IP | 64.18.0.0/20 |
| SPF_IP | 64.233.160.0/19 |
| SPF_IP | 66.102.0.0/20 |
| SPF_IP | 66.249.80.0/20 |
| SPF_IP | 72.14.192.0/18 |
| SPF_MX | wts.edu |
Related pages
Pivot deeper into the graph from wts.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wts.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.