Skip to content

Hostname

updates-api.get-dash.com

Last fetched

updates-api.get-dash.com resolves to 11 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · updates-api.get-dash.comRouting diversity5.2/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/updates-api.get-dash.com

Resolution chain

updates-api.get-dash.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.22.43.60100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
16.144.112.2216.144.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
16.145.206.8016.145.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
35.164.66.16335.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
35.166.54.4135.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
44.227.199.8744.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.13.74.14752.12.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
52.27.104.6652.24.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.38.115.6352.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.245.69.17354.245.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
54.68.33.20254.68.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with updates-api.get-dash.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from updates-api.get-dash.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "updates-api.get-dash.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.