Hostname
itdog.cn
Last fetched
itdog.cn resolves to 5 IPv4 addresses operated by CHINA169-BACKBONE CHINA UNICOM China169 Backbone in CN. WHOIS lists registrar:阿里云计算有限公司(万网) as the registrar.
Nutrition Label
Resolution chain
itdog.cn resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 123.129.224.247 | 123.128.0.0/13 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 194.147.100.120 | 194.147.100.0/24 | AS201106 | KLG - Keller Logistics Group, INC | US |
| 194.147.100.87 | 194.147.100.0/24 | AS201106 | KLG - Keller Logistics Group, INC | US |
| 23.225.146.5 | 23.225.146.0/24 | AS40065 | AMATEUR-IX - Austin Hadley, Sole Proprietorship | US |
| 194.147.100.25 | 194.147.100.0/24 | AS201106 | KLG - Keller Logistics Group, INC | US |
WHOIS identity
- Registrar
- registrar:阿里云计算有限公司(万网)
- Organization
- 四川云邦畅想科技有限公司
- Contact emails
Subdomains
1 observed subdomain of itdog.cn.
| Subdomain |
|---|
| www.itdog.cn |
Web-graph footprint
Distinct hostnames that link to or from itdog.cn in the public web crawl.
521 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from itdog.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "itdog.cn"})-[: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.