Hostname
2tm72v.pro
Last fetched
2tm72v.pro resolves to 4 IPv4 addresses operated by CNSERVERS - CNSERVERS LLC in HK. WHOIS lists iana:3863 as the registrar.
Nutrition Label
Resolution chain
2tm72v.pro 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 |
|---|---|---|---|---|
| 156.243.18.2 | 156.243.16.0/20 | AS40065 | CNSERVERS - CNSERVERS LLC | HK |
| 156.243.18.4 | 156.243.16.0/20 | AS40065 | CNSERVERS - CNSERVERS LLC | HK |
| 156.243.18.6 | 156.243.16.0/20 | AS40065 | CNSERVERS - CNSERVERS LLC | HK |
| 156.243.18.7 | 156.243.16.0/20 | AS40065 | CNSERVERS - CNSERVERS LLC | HK |
WHOIS identity
- Registrar
- iana:3863
- Organization
- domain international services
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from 2tm72v.pro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "2tm72v.pro"})-[: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.