Hostname
ccass-it.net
Last fetched
ccass-it.net resolves to 2 IPv4 addresses operated by SMARTONE-MB-AS-AP SmarTone Mobile Communications Ltd in HK. WHOIS lists iana:1327 as the registrar.
Nutrition Label
Resolution chain
ccass-it.net 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 |
|---|---|---|---|---|
| 49.130.251.186 | 49.130.192.0/18 | AS17924 | SMARTONE-MB-AS-AP SmarTone Mobile Communications Ltd | HK |
| 49.131.133.110 | 49.131.128.0/17 | AS17924 | SMARTONE-MB-AS-AP SmarTone Mobile Communications Ltd | HK |
WHOIS identity
- Registrar
- iana:1327
- Organization
- ccass
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from ccass-it.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ccass-it.net"})-[: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.