Skip to content

Hostname

sync.ad-stir.com

Last fetched

sync.ad-stir.com resolves to 3 IPv4 addresses operated by AS63949 in JP.

Nutrition Label

WHISPER CANON · sync.ad-stir.comRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings5.4/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/sync.ad-stir.com

Resolution chain

sync.ad-stir.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
172.104.100.133172.104.96.0/19AS63949JP
18.179.235.19618.179.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.JP
54.250.4.5954.250.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with sync.ad-stir.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from sync.ad-stir.com in the public web crawl.

22 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from sync.ad-stir.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "sync.ad-stir.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.