Hostname
20051272.com
Last fetched
20051272.com resolves to 3 IPv4 addresses operated by AS132046 in PH. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
20051272.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.115.167.111 | 185.116.8.0/23 | AS132046 | — | PH |
| 34.80.213.13 | 34.81.160.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | TW |
| 34.81.149.192 | 34.82.80.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | TW |
WHOIS identity
- Registrar
- iana:81
- Organization
- sunlikes pte
- Contact emails
Subdomains
2 observed subdomains of 20051272.com.
| Subdomain |
|---|
| ns1.20051272.com |
| ns2.20051272.com |
Threat posture
History
Related pages
Pivot deeper into the graph from 20051272.com.
- IP · 185.115.167.111
- ASN · AS132046
- Registrar · iana:81
- Country · PH
- Email · 5e9ec45ecb53ec0b0be606da0e818a28-38591397@contact.gandi.net
- TLD · .com
- Browse hostnames · 20…
- 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: "20051272.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.