Skip to content

Hostname

data-ws-dev.combustion.inc

Last fetched

data-ws-dev.combustion.inc resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · data-ws-dev.combustion.incRouting diversity4.2/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/data-ws-dev.combustion.inc

Resolution chain

data-ws-dev.combustion.inc resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.145.6.16916.145.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
16.146.173.19816.146.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
52.24.30.18852.44.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
52.39.237.1552.46.7.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.43.98.14252.46.9.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.213.113.1154.216.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with data-ws-dev.combustion.inc in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from data-ws-dev.combustion.inc.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "data-ws-dev.combustion.inc"})-[: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.