Skip to content

Hostname

static.a4tech.cn

Last fetched

static.a4tech.cn resolves to 11 IPv4 addresses operated by CHINATELECOM-CDMANETWORK-BG-GUANGZHOU China Telecom in CN.

Nutrition Label

WHISPER CANON · static.a4tech.cnRouting diversity3.0/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/static.a4tech.cn

Resolution chain

static.a4tech.cn resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.220.65.210103.220.64.0/22AS58519CHINATELECOM-CDMANETWORK-BG-GUANGZHOU China TelecomCN
103.220.65.211103.220.64.0/22AS58519CHINATELECOM-CDMANETWORK-BG-GUANGZHOU China TelecomCN
103.220.65.212103.220.64.0/22AS58519CHINATELECOM-CDMANETWORK-BG-GUANGZHOU China TelecomCN
103.220.65.213103.220.64.0/22AS58519CHINATELECOM-CDMANETWORK-BG-GUANGZHOU China TelecomCN
103.220.65.214103.220.64.0/22AS58519CHINATELECOM-CDMANETWORK-BG-GUANGZHOU China TelecomCN
122.228.207.51122.228.207.0/24AS134771CAPSTONECOCN
122.228.207.52122.228.207.0/24AS134771CAPSTONECOCN
122.228.207.53122.228.207.0/24AS134771CAPSTONECOCN
122.228.207.54122.228.207.0/24AS134771CAPSTONECOCN
122.228.207.55122.228.207.0/24AS134771CAPSTONECOCN
183.60.150.16183.60.144.0/21AS134763PITC-VN PITC Investment Joint Stock CompanyCN

WHOIS identity

No WHOIS records are currently associated with static.a4tech.cn in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from static.a4tech.cn.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "static.a4tech.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 20

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