Skip to content

Hostname

echo.zingbot.bz

Last fetched

echo.zingbot.bz resolves to 8 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · echo.zingbot.bzRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/echo.zingbot.bz

Resolution chain

echo.zingbot.bz resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.210.35.3518.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.216.104.2343.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.205.123.7734.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.224.2.3934.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.200.96.7652.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.7.105.5852.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.146.167.24554.144.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.161.178.19354.160.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with echo.zingbot.bz in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from echo.zingbot.bz.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "echo.zingbot.bz"})-[: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.