Hostname
wheaton.edu
Last fetched
wheaton.edu resolves to 2 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
wheaton.edu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.234.55.100 | 34.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.234.55.229 | 34.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from wheaton.edu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
36 SPF mechanisms authorising senders for wheaton.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | _spf.unimarket.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 139.146.146.128/25 |
| SPF_IP | 139.146.160.0/25 |
| SPF_IP | 162.242.174.193 |
| SPF_IP | 173.254.216.2 |
| SPF_IP | 173.254.216.23 |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 198.61.254.20 |
| SPF_IP | 206.107.42.249/32 |
| SPF_IP | 206.107.42.254/32 |
| SPF_IP | 209.147.99.248/29 |
| SPF_IP | 209.61.151.58 |
| SPF_IP | 216.146.32.152 |
| SPF_IP | 216.146.32.153 |
| SPF_IP | 216.146.32.154 |
| SPF_IP | 216.147.212.20/30 |
| SPF_IP | 216.248.199.105/32 |
| SPF_IP | 216.248.199.106/32 |
| SPF_IP | 34.194.230.233/32 |
| SPF_IP | 34.230.107.215/32 |
| SPF_IP | 38.111.144.185/29 |
| SPF_IP | 44.240.211.67/32 |
| SPF_IP | 52.43.50.148/32 |
| SPF_IP | 52.45.50.190/32 |
| SPF_IP | 52.86.188.131/32 |
| SPF_IP | 54.146.129.215/32 |
| SPF_IP | 64.34.25.64/27 |
| SPF_IP | 64.74.237.230/31 |
| SPF_IP | 66.151.109.0/24 |
| SPF_IP | 67.205.86.160/27 |
| SPF_IP | 70.35.198.28/32 |
| SPF_MX | mx.collegenet.com |
Related pages
Pivot deeper into the graph from wheaton.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wheaton.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.