Hostname
wplt20.com
Last fetched
wplt20.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:1495 as the registrar.
Nutrition Label
Resolution chain
wplt20.com 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.232.192.92 | 13.232.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.48.166.196 | 52.48.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- iana:1495
- Organization
- domain admin
- Contact emails
Subdomains
2 observed subdomains of wplt20.com.
| Subdomain |
|---|
| fantasy.wplt20.com |
| www.wplt20.com |
Web-graph footprint
Distinct hostnames that link to or from wplt20.com in the public web crawl.
282 sites link to this hostname.
39 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from wplt20.com.
- IP · 13.232.192.92
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:1495
- Country · IN
- Email · contact@privacyprotect.org
- TLD · .com
- Browse hostnames · wp…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wplt20.com"})-[: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.