Skip to content

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

WHISPER CANON · 20051272.comRouting diversity3.0/10Peering density4.3/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency6.7/10Resolver footprint3.2/10canon.whisper.security/host/20051272.com

Resolution chain

20051272.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
185.115.167.111185.116.8.0/23AS132046PH
34.80.213.1334.81.160.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCTW
34.81.149.19234.82.80.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCTW

WHOIS identity

Registrar
iana:81
Organization
sunlikes pte
Contact emails

Subdomains

2 observed subdomains of 20051272.com.

Threat posture

History

Related pages

Pivot deeper into the graph from 20051272.com.

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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.