Hostname
wpsu.net
Last fetched
wpsu.net resolves to 4 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
wpsu.net 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 |
|---|---|---|---|---|
| 18.214.193.85 | 18.208.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.233.89.56 | 18.232.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.215.39.189 | 3.208.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.209.190.217 | 44.192.0.0/11 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- identity protection service
- Contact emails
- jfl4@psu.edu
- 10701f07-eaa4-4890-bb05-38ec13328f4e@identity-protect.org
- 157e85a2-fbd1-482b-948b-b15220ad88e2@identity-protect.org
- 738aec83-2d9e-427a-bf34-06daf66c13c9@identity-protect.org
- 7edcc023-a0a1-40a5-a9a2-f2319d72ba7b@identity-protect.org
- aa7bd7ea-30e4-4d4e-ab81-9ebef2a8fab5@identity-protect.org
- db134c16-5516-46b5-bec0-e1ec5658efb3@identity-protect.org
- owner-860634@wpsu.net.whoisprivacyservice.org
Subdomains
2 observed subdomains of wpsu.net.
| Subdomain |
|---|
| wildcard.wpsu.net |
| www.wpsu.net |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from wpsu.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wpsu.net"})-[: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.