Skip to content

Hostname

staging.sync.cc

Last fetched

staging.sync.cc resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT.

Nutrition Label

WHISPER CANON · staging.sync.ccRouting diversity2.4/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/staging.sync.cc

Resolution chain

staging.sync.cc resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.224.106.11813.224.106.0/24AS16509AMAZON-02 - Amazon.com, Inc.IT
13.224.106.1713.224.106.0/24AS16509AMAZON-02 - Amazon.com, Inc.IT
13.224.106.6313.224.106.0/24AS16509AMAZON-02 - Amazon.com, Inc.IT
13.224.106.8413.224.106.0/24AS16509AMAZON-02 - Amazon.com, Inc.IT
52.85.12.12652.85.12.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.12.1552.85.12.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.12.352.85.12.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.12.5752.85.12.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with staging.sync.cc in WhisperGraph.

Subdomains

1 observed subdomain of staging.sync.cc.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from staging.sync.cc.

Cypher and MCP

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

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