Hostname
veneto.ar
Last fetched
veneto.ar resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
veneto.ar resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.172.78.104 | 18.172.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.78.70 | 18.172.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.78.72 | 18.172.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.78.99 | 18.172.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
No WHOIS records are currently associated with veneto.ar in WhisperGraph.
Subdomains
2 observed subdomains of veneto.ar.
| Subdomain |
|---|
| api.veneto.ar |
| b2bd96d7067f.veneto.ar |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for veneto.ar.
| Mechanism | Target |
|---|---|
| SPF_A | veneto.ar |
| SPF_INCLUDE | spf.duplika.com |
| SPF_IP | 50.28.85.119 |
| SPF_MX | veneto.ar |
Related pages
Pivot deeper into the graph from veneto.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "veneto.ar"})-[: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.