Hostname
wsc.edu
Last fetched
wsc.edu resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
wsc.edu resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.26.2.16 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.26.3.16 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.75.40 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- wayne state college
- Contact emails
- —
Subdomains
51 observed subdomains of wsc.edu.
Showing 25 of 51. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from wsc.edu in the public web crawl.
509 sites link to this hostname.
162 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for wsc.edu.
| Mechanism | Target |
|---|---|
| SPF_A | c.spf.service-now.com |
| SPF_INCLUDE | _spf.academicworks.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | spf.dynect.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 159.112.245.47 |
| SPF_IP | 18.206.79.157 |
| SPF_IP | 198.133.245.14 |
| SPF_IP | 209.143.65.64/26 |
| SPF_IP | 216.17.112.159 |
| SPF_IP | 34.194.230.233/32 |
| SPF_IP | 34.230.107.215/32 |
| SPF_IP | 54.85.236.248 |
| SPF_IP | 64.89.181.125 |
| SPF_IP | 64.89.181.4 |
| SPF_IP | 66.151.109.0/24 |
Related pages
Pivot deeper into the graph from wsc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wsc.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.