Hostname
cctmsy.com
Last fetched
cctmsy.com resolves to 3 IPv4 addresses operated by AS48753 in MD. WHOIS lists iana:120 as the registrar.
Nutrition Label
Resolution chain
cctmsy.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 |
|---|---|---|---|---|
| 195.20.18.138 | 195.20.18.0/24 | AS48753 | — | MD |
| 80.97.161.55 | 80.97.161.0/24 | AS48753 | — | MD |
| 38.190.204.31 | 38.190.204.0/24 | AS133199 | — | HK |
WHOIS identity
- Registrar
- iana:120
- Organization
- jia jianning
- Contact emails
Subdomains
5,710 observed subdomains of cctmsy.com.
Showing 25 of 5,710. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cctmsy.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from cctmsy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cctmsy.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.