Hostname
wabash.edu
Last fetched
wabash.edu resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US.
Nutrition Label
Resolution chain
wabash.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 |
|---|---|---|---|---|
| 52.159.78.131 | 52.152.0.0/13 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
- Registrar
- —
- Organization
- wabash college
- Contact emails
- —
Subdomains
82 observed subdomains of wabash.edu.
Showing 25 of 82. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from wabash.edu in the public web crawl.
905 sites link to this hostname.
607 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 wabash.edu.
| Mechanism | Target |
|---|---|
| SPF_A | mail.wabash.edu |
| SPF_A | smtp.wabash.edu |
| SPF_A | wabash.edu |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | secure.giftlegacy.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 172.183.70.2 |
| SPF_IP | 172.214.208.204/32 |
| SPF_IP | 20.88.12.238 |
| SPF_IP | 52.159.78.131 |
| SPF_IP | 52.162.125.179 |
| SPF_MX | wabash.edu |
Related pages
Pivot deeper into the graph from wabash.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wabash.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.