Skip to content

Hostname

apachekafka.com

Last fetched

apachekafka.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:292 as the registrar.

Nutrition Label

WHISPER CANON · apachekafka.comRouting diversity5.7/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/apachekafka.com

Resolution chain

apachekafka.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.5.78.1273.5.78.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.78.143.5.78.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.84.2353.5.84.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.168.4252.218.168.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.182.13852.218.182.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.250.21052.218.250.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.136.17952.92.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.136.25152.92.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.145.5152.92.144.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.169.2752.92.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.178.15552.92.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.188.13952.92.184.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.193.25152.92.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.202.23552.92.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.206.23552.92.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.239.9952.92.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:292
Organization
confluent,
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from apachekafka.com.

Cypher and MCP

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

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