Skip to content

Hostname

www.cn.tdk-lambda.com

Last fetched

www.cn.tdk-lambda.com resolves to 4 IPv4 addresses operated by BBIL-AP BHARTI Airtel Ltd. in IN.

Nutrition Label

WHISPER CANON · www.cn.tdk-lambda.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/www.cn.tdk-lambda.com

Resolution chain

www.cn.tdk-lambda.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
23.15.35.1923.15.35.0/24AS9498BBIL-AP BHARTI Airtel Ltd.IN
23.15.35.2523.15.35.0/24AS9498BBIL-AP BHARTI Airtel Ltd.IN
92.122.166.19692.122.166.0/24AS20940AKAMAI-ASN1FR
92.122.166.20192.122.166.0/24AS20940AKAMAI-ASN1FR

WHOIS identity

No WHOIS records are currently associated with www.cn.tdk-lambda.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from www.cn.tdk-lambda.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "www.cn.tdk-lambda.com"})-[: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.