Skip to content

Hostname

sync-dev-nick.campsite.com

Last fetched

sync-dev-nick.campsite.com resolves to 10 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.

Nutrition Label

WHISPER CANON · sync-dev-nick.campsite.comRouting diversity4.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/sync-dev-nick.campsite.com

Resolution chain

sync-dev-nick.campsite.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.158.65.14513.158.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
18.228.74.6718.228.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.BR
52.193.170.21852.192.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
52.193.62.22052.192.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
52.195.70.9252.194.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
54.178.130.9254.178.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.JP
54.233.68.654.233.64.0/18AS16509AMAZON-02 - Amazon.com, Inc.BR
56.125.114.5656.125.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.BR
56.125.135.24956.125.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.BR
56.125.36.10556.125.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.BR

WHOIS identity

No WHOIS records are currently associated with sync-dev-nick.campsite.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from sync-dev-nick.campsite.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "sync-dev-nick.campsite.com"})-[: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.