Hostname
adobe-sync.go.sonobi.com
Last fetched
adobe-sync.go.sonobi.com resolves to 8 IPv4 addresses operated by AS-XFERNET - XFERNET in US.
Nutrition Label
Resolution chain
adobe-sync.go.sonobi.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 |
|---|---|---|---|---|
| 69.166.1.34 | 69.166.43.0/24 | AS27630 | AS-XFERNET - XFERNET | US |
| 69.166.1.35 | 69.166.43.0/24 | AS27630 | AS-XFERNET - XFERNET | US |
| 69.166.1.66 | 69.166.43.0/24 | AS27630 | AS-XFERNET - XFERNET | US |
| 69.166.1.67 | 69.166.43.0/24 | AS27630 | AS-XFERNET - XFERNET | US |
| 72.34.249.209 | 72.35.64.0/21 | AS27630 | AS-XFERNET - XFERNET | US |
| 72.34.249.211 | 72.35.64.0/21 | AS27630 | AS-XFERNET - XFERNET | US |
| 72.34.249.225 | 72.35.64.0/21 | AS27630 | AS-XFERNET - XFERNET | US |
| 72.34.249.227 | 72.35.64.0/21 | AS27630 | AS-XFERNET - XFERNET | US |
WHOIS identity
No WHOIS records are currently associated with adobe-sync.go.sonobi.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from adobe-sync.go.sonobi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adobe-sync.go.sonobi.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.