Hostname
ws.edu
Last fetched
ws.edu resolves to 1 IPv4 address operated by WSCC-AS1 - Walters State Community College in US.
Nutrition Label
Resolution chain
ws.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 |
|---|---|---|---|---|
| 198.161.167.21 | 198.161.167.0/24 | AS55024 | WSCC-AS1 - Walters State Community College | US |
WHOIS identity
- Registrar
- —
- Organization
- walters state community college
- Contact emails
- —
Subdomains
100 observed subdomains of ws.edu.
Showing 25 of 100. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ws.edu in the public web crawl.
263 sites link to this hostname.
285 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for ws.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _tuf-spf.touchnet.com |
| SPF_INCLUDE | a._spf.brightspace.com |
| SPF_INCLUDE | mg.ca.app.regroup.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 12.228.6.215/32 |
| SPF_IP | 13.65.145.125 |
| SPF_IP | 13.66.28.143 |
| SPF_IP | 173.224.69.0/24 |
| SPF_IP | 198.146.226.151 |
| SPF_IP | 198.146.226.152 |
| SPF_IP | 40.122.204.255/32 |
| SPF_IP | 40.124.53.198 |
Related pages
Pivot deeper into the graph from ws.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ws.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.