Hostname
wayne.edu
Last fetched
wayne.edu resolves to 1 IPv4 address operated by MERIT-AS-14 - Merit Network Inc. in US.
Nutrition Label
Resolution chain
wayne.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 |
|---|---|---|---|---|
| 141.217.1.160 | 141.217.0.0/16 | AS237 | MERIT-AS-14 - Merit Network Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- wayne state university
- Contact emails
- —
Subdomains
9,160 observed subdomains of wayne.edu.
Showing 25 of 9,160. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from wayne.edu in the public web crawl.
1,806 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
24 SPF mechanisms authorising senders for wayne.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf1.wayne.edu |
| SPF_INCLUDE | _spf2.wayne.edu |
| SPF_INCLUDE | email-od.com |
| SPF_INCLUDE | spf.symplicity.com |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 104.45.175.206/32 |
| SPF_IP | 136.143.191.101/32 |
| SPF_IP | 148.105.8.0/21 |
| SPF_IP | 168.245.117.28 |
| SPF_IP | 198.109.108.0/23 |
| SPF_IP | 198.109.71.18 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 198.37.147.217 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 206.107.42.249/32 |
| SPF_IP | 206.107.42.254/32 |
| SPF_IP | 208.117.61.155/32 |
| SPF_IP | 40.90.242.7/32 |
| SPF_IP | 40.90.242.8/32 |
| SPF_IP | 40.90.247.53/32 |
| SPF_IP | 52.180.90.234/32 |
| SPF_IP | 52.224.142.128/32 |
| SPF_IP | 52.43.50.148/32 |
| SPF_IP | 52.86.188.131/32 |
Related pages
Pivot deeper into the graph from wayne.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wayne.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.