Hostname
dev.brand-sync.com
Last fetched
dev.brand-sync.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
dev.brand-sync.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.138.51.13 | 108.138.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 108.138.51.69 | 108.138.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 108.138.51.75 | 108.138.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 108.138.51.96 | 108.138.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.166.34.111 | 3.166.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
| 3.166.34.128 | 3.166.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
| 3.166.34.26 | 3.166.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
| 3.166.34.80 | 3.166.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
WHOIS identity
No WHOIS records are currently associated with dev.brand-sync.com in WhisperGraph.
Subdomains
4 observed subdomains of dev.brand-sync.com.
Threat posture
History
Related pages
Pivot deeper into the graph from dev.brand-sync.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev.brand-sync.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.