Skip to content

Hostname

cs-api-dev.0br1.io

Last fetched

cs-api-dev.0br1.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR.

Nutrition Label

WHISPER CANON · cs-api-dev.0br1.ioRouting diversity2.4/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/cs-api-dev.0br1.io

Resolution chain

cs-api-dev.0br1.io resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.171.185.303.171.184.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
3.171.185.73.171.184.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
3.171.185.883.171.184.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
3.171.185.993.171.184.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
54.240.174.11854.240.174.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
54.240.174.4754.240.174.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
54.240.174.7554.240.174.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
54.240.174.9654.240.174.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB

WHOIS identity

No WHOIS records are currently associated with cs-api-dev.0br1.io in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from cs-api-dev.0br1.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "cs-api-dev.0br1.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.