Skip to content

Hostname

v2-dev.asf.sh

Last fetched

v2-dev.asf.sh resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · v2-dev.asf.shRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/v2-dev.asf.sh

Resolution chain

v2-dev.asf.sh resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.249.91.11913.249.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.249.91.8113.249.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.249.91.8713.249.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.249.91.9113.249.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.163.10.113.163.8.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
3.163.10.243.163.8.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
3.163.10.313.163.8.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
3.163.10.353.163.8.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
3.163.224.1253.163.224.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
3.163.224.143.163.224.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
3.163.224.403.163.224.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
3.163.224.653.163.224.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with v2-dev.asf.sh in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from v2-dev.asf.sh.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "v2-dev.asf.sh"})-[: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.