Skip to content

Hostname

docs.salto-internal-test.com

Last fetched

docs.salto-internal-test.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · docs.salto-internal-test.comRouting diversity4.2/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/docs.salto-internal-test.com

Resolution chain

docs.salto-internal-test.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.21.23.156100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
100.22.104.119100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
44.224.22.20644.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.226.237.15644.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.35.97.24652.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.37.81.25052.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.187.210.11454.186.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.203.55.11254.202.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with docs.salto-internal-test.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from docs.salto-internal-test.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "docs.salto-internal-test.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.