Skip to content

Hostname

adbc.io

Last fetched

adbc.io resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · adbc.ioRouting diversity5.2/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings4.8/10WHOIS transparency0.0/10Resolver footprint5.2/10canon.whisper.security/host/adbc.io

Resolution chain

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

IPPrefixASNOperatorCountry
13.124.174.11713.124.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR
13.209.234.1513.209.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR
13.209.251.11813.209.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR
13.209.251.21813.209.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR
15.164.6.19115.164.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
15.165.62.17215.164.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
3.34.209.2423.34.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
3.36.31.1293.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.36.83.393.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.37.217.983.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.37.56.1203.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.38.119.673.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.38.34.153.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.39.71.43.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
43.201.120.19643.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
43.202.24.17643.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
52.78.241.1652.78.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR
52.79.169.21952.79.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.KR
52.79.81.13452.79.64.0/18AS16509AMAZON-02 - Amazon.com, Inc.KR
43.200.122.12643.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

Registrar
iana:81
Organization
Contact emails

Subdomains

5 observed subdomains of adbc.io.

Threat posture

History

Related pages

Pivot deeper into the graph from adbc.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "adbc.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.