Skip to content

Hostname

coverage.ec-cube.net

Last fetched

coverage.ec-cube.net resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · coverage.ec-cube.netRouting diversity5.7/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/coverage.ec-cube.net

Resolution chain

coverage.ec-cube.net resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.182.100.9316.182.96.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
16.182.42.10116.182.40.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
16.182.68.2116.182.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
16.182.69.10916.182.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.12.1883.5.12.0/23AS14618AMAZON-AES - Amazon.com, Inc.US
3.5.9.2323.5.9.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
52.216.221.2152.216.208.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.44.13352.216.32.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.123.24552.217.112.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.137.7752.217.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.139.6952.217.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.141.9352.217.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.197.14952.217.192.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.88.9152.217.88.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.138.2154.231.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.169.17354.231.160.0/19AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with coverage.ec-cube.net in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from coverage.ec-cube.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "coverage.ec-cube.net"})-[: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.