Skip to content

Hostname

cms-api.keleya.de

Last fetched

cms-api.keleya.de resolves to 8 IPv4 addresses operated by ASN-4IXP 4b42 Internet Exchange Point in IN.

Nutrition Label

WHISPER CANON · cms-api.keleya.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/cms-api.keleya.de

Resolution chain

cms-api.keleya.de resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.225.5.1040.0.0.0/0AS35708ASN-4IXP 4b42 Internet Exchange PointIN
13.225.5.1130.0.0.0/0AS35708ASN-4IXP 4b42 Internet Exchange PointIN
13.225.5.280.0.0.0/0AS35708ASN-4IXP 4b42 Internet Exchange PointIN
13.225.5.380.0.0.0/0AS35708ASN-4IXP 4b42 Internet Exchange PointIN
13.32.241.4913.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.5613.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.7913.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.9313.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with cms-api.keleya.de in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from cms-api.keleya.de.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "cms-api.keleya.de"})-[: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.