Skip to content

Hostname

oc-staging.tinysheep.dev

Last fetched

oc-staging.tinysheep.dev resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.

Nutrition Label

WHISPER CANON · oc-staging.tinysheep.devRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/oc-staging.tinysheep.dev

Resolution chain

oc-staging.tinysheep.dev resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.175.66.2013.175.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA
3.175.66.2133.175.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA
3.175.66.2313.175.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA
3.175.66.823.175.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA
65.9.94.10565.9.92.0/22AS16509AMAZON-02 - Amazon.com, Inc.CZ
65.9.94.19665.9.92.0/22AS16509AMAZON-02 - Amazon.com, Inc.CZ
65.9.94.21765.9.92.0/22AS16509AMAZON-02 - Amazon.com, Inc.CZ
65.9.94.465.9.92.0/22AS16509AMAZON-02 - Amazon.com, Inc.CZ

WHOIS identity

No WHOIS records are currently associated with oc-staging.tinysheep.dev in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from oc-staging.tinysheep.dev.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "oc-staging.tinysheep.dev"})-[: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.