Skip to content

Hostname

chart-images.dev.defined.fi

Last fetched

chart-images.dev.defined.fi resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · chart-images.dev.defined.fiRouting diversity3.0/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/chart-images.dev.defined.fi

Resolution chain

chart-images.dev.defined.fi resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.226.251.513.226.248.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.226.251.5313.226.248.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.226.251.6713.226.248.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.226.251.9113.226.248.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.244.124.10818.244.124.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
18.244.124.11318.244.124.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
18.244.124.4918.244.124.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
18.244.124.6218.244.124.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
3.168.102.1293.168.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.102.293.168.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.102.393.168.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.102.533.168.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with chart-images.dev.defined.fi in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from chart-images.dev.defined.fi.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "chart-images.dev.defined.fi"})-[: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.