Skip to content

Hostname

api-v2.adrop.io

Last fetched

api-v2.adrop.io resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR.

Nutrition Label

WHISPER CANON · api-v2.adrop.ioRouting diversity5.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency0.0/10Resolver footprint5.2/10canon.whisper.security/host/api-v2.adrop.io

Resolution chain

api-v2.adrop.io resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.124.188.25313.124.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR
13.124.56.13613.124.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR
13.125.159.5613.125.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR
13.125.59.24913.125.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR
13.209.143.7213.209.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR
15.164.23.7315.164.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
15.164.88.3415.164.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
15.165.137.20815.164.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
15.165.212.23315.164.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
15.165.226.18815.164.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
3.34.245.73.34.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
3.36.79.1313.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.37.101.393.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.37.53.2223.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.38.238.2473.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.38.86.13.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.39.112.1093.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.39.123.493.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.39.142.1903.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
43.201.145.18943.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

No WHOIS records are currently associated with api-v2.adrop.io in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from api-v2.adrop.io in the public web crawl.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from api-v2.adrop.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api-v2.adrop.io"})-[: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.