Hostname
westpoint.edu
Last fetched
westpoint.edu resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
westpoint.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 |
|---|---|---|---|---|
| 13.248.170.120 | 13.248.160.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 76.223.56.202 | 76.223.48.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- united states military academy
- Contact emails
- —
Subdomains
56 observed subdomains of westpoint.edu.
Showing 25 of 56. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from westpoint.edu in the public web crawl.
2,202 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for westpoint.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.wpvip.com |
| SPF_IP | 134.204.43.224/27 |
| SPF_IP | 134.6.102.64/27 |
| SPF_IP | 135.237.26.51 |
| SPF_IP | 135.237.63.39 |
| SPF_IP | 143.170.143.128/27 |
| SPF_IP | 149.72.196.66/32 |
| SPF_IP | 149.72.231.47/32 |
| SPF_IP | 23.249.212.75 |
| SPF_IP | 40.88.224.132/30 |
| SPF_IP | 50.31.43.252/32 |
Related pages
Pivot deeper into the graph from westpoint.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "westpoint.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.