Hostname
ad.wayne.edu
Last fetched
ad.wayne.edu resolves to 4 IPv4 addresses operated by MERIT-AS-14 - Merit Network Inc. in US.
Nutrition Label
Resolution chain
ad.wayne.edu resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 141.217.0.91 | 141.217.0.0/16 | AS237 | MERIT-AS-14 - Merit Network Inc. | US |
| 141.217.0.92 | 141.217.0.0/16 | AS237 | MERIT-AS-14 - Merit Network Inc. | US |
| 141.217.1.123 | 141.217.0.0/16 | AS237 | MERIT-AS-14 - Merit Network Inc. | US |
| 141.217.1.124 | 141.217.0.0/16 | AS237 | MERIT-AS-14 - Merit Network Inc. | US |
WHOIS identity
No WHOIS records are currently associated with ad.wayne.edu in WhisperGraph.
Subdomains
1,168 observed subdomains of ad.wayne.edu.
Showing 25 of 1,168. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ad.wayne.edu in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from ad.wayne.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ad.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.