Skip to content

Hostname

api-test.owo.cl

Last fetched

api-test.owo.cl resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.

Nutrition Label

WHISPER CANON · api-test.owo.clRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/api-test.owo.cl

Resolution chain

api-test.owo.cl resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.64.207.1318.64.212.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
18.64.207.1718.64.212.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
18.64.207.4018.64.212.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
18.64.207.6318.64.212.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
99.84.160.12199.84.209.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.1999.84.209.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.5499.84.209.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.7999.84.209.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api-test.owo.cl in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-test.owo.cl.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api-test.owo.cl"})-[: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.