Skip to content

Hostname

help.c.citic

Last fetched

help.c.citic resolves to 4 IPv4 addresses operated by CHINA169-BACKBONE CHINA UNICOM China169 Backbone in CN.

Nutrition Label

WHISPER CANON · help.c.citicRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/help.c.citic

Resolution chain

help.c.citic resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
112.84.222.65112.80.0.0/13AS4837CHINA169-BACKBONE CHINA UNICOM China169 BackboneCN
116.211.128.183116.211.128.0/22AS58563CHINATELECOM-HUBEI-IDC CHINANET Hubei province networkCN
27.155.113.14427.155.112.0/20AS133774CHINATELECOM-FUJIAN-FUZHOU-IDC1 FuzhouCN
42.202.155.14042.202.128.0/19AS134762CHINANET-LIAONING-DALIAN-MAN CHINANET Liaoning province Dalian MAN networkCN

WHOIS identity

No WHOIS records are currently associated with help.c.citic in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from help.c.citic.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "help.c.citic"})-[: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.