Hostname
dev.dvox.live
Last fetched
dev.dvox.live resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
dev.dvox.live 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 |
|---|---|---|---|---|
| 13.224.163.111 | 13.224.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.224.163.116 | 13.224.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.224.163.117 | 13.224.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.224.163.65 | 13.224.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.100.16 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.100.23 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.100.25 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.100.69 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with dev.dvox.live in WhisperGraph.
Subdomains
2 observed subdomains of dev.dvox.live.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for dev.dvox.live.
| Mechanism | Target |
|---|---|
| SPF_A | dev.dvox.live |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.web-dns1.com |
| SPF_IP | 15.235.14.237 |
| SPF_IP | 173.209.33.162 |
| SPF_IP | 192.99.224.82 |
| SPF_IP | 66.70.176.54 |
| SPF_IP | 66.70.176.62 |
| SPF_MX | dev.dvox.live |
Related pages
Pivot deeper into the graph from dev.dvox.live.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev.dvox.live"})-[: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.