Skip to content

Hostname

area.keloop.cn

Last fetched

area.keloop.cn resolves to 3 IPv4 addresses operated by CHINATELECOM-HUBEI-IDC CHINANET Hubei province network in CN.

Nutrition Label

WHISPER CANON · area.keloop.cnRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/area.keloop.cn

Resolution chain

area.keloop.cn resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
116.211.128.162116.211.128.0/22AS58563CHINATELECOM-HUBEI-IDC CHINANET Hubei province networkCN
27.155.113.16627.155.112.0/20AS133774CHINATELECOM-FUJIAN-FUZHOU-IDC1 FuzhouCN
36.158.231.17136.158.231.0/24AS56047CMNET-HUNAN-AP China Mobile communications corporationCN

WHOIS identity

No WHOIS records are currently associated with area.keloop.cn in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from area.keloop.cn.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "area.keloop.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.