Hostname
ro.sopranodesign.com
Last fetched
ro.sopranodesign.com resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
ro.sopranodesign.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.194.29.88 | 18.194.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.196.33.30 | 18.196.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.70.108.51 | 3.64.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with ro.sopranodesign.com in WhisperGraph.
Subdomains
2 observed subdomains of ro.sopranodesign.com.
Threat posture
History
Mail and authentication
MX records
- ro.sopranodesign.com
SPF policy
16 SPF mechanisms authorising senders for ro.sopranodesign.com.
| Mechanism | Target |
|---|---|
| SPF_A | ro.sopranodesign.com |
| SPF_INCLUDE | mailgun.org |
| SPF_IP | 162.13.243.132 |
| SPF_IP | 162.13.243.133 |
| SPF_IP | 18.194.29.88 |
| SPF_IP | 18.195.84.110 |
| SPF_IP | 18.196.33.30 |
| SPF_IP | 3.70.108.51 |
| SPF_IP | 3.72.174.242 |
| SPF_IP | 31.222.129.77 |
| SPF_IP | 31.222.146.22 |
| SPF_IP | 46.38.182.113 |
| SPF_IP | 46.38.182.45 |
| SPF_IP | 46.38.182.47 |
| SPF_IP | 52.57.192.103 |
| SPF_MX | ro.sopranodesign.com |
Related pages
Pivot deeper into the graph from ro.sopranodesign.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ro.sopranodesign.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.