Skip to content

Hostname

sync.buildtools.app

Last fetched

sync.buildtools.app resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · sync.buildtools.appRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/sync.buildtools.app

Resolution chain

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

IPPrefixASNOperatorCountry
100.22.66.44100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
16.147.148.18816.147.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
35.166.150.20135.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
44.227.116.544.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.239.2.9544.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.11.78.20552.10.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
52.34.0.6252.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.41.209.4052.40.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with sync.buildtools.app in WhisperGraph.

Subdomains

1 observed subdomain of sync.buildtools.app.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from sync.buildtools.app.

Cypher and MCP

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

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