Hostname
var.io
Last fetched
var.io resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU. WHOIS lists iana:1011 as the registrar.
Nutrition Label
Resolution chain
var.io resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.163.44.13 | 3.163.44.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.163.44.46 | 3.163.44.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.163.44.56 | 3.163.44.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.163.44.65 | 3.163.44.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.173.238.101 | 3.173.236.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.238.47 | 3.173.236.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.238.51 | 3.173.236.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.238.73 | 3.173.236.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.85.193.118 | 52.85.192.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.193.55 | 52.85.192.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.193.82 | 52.85.192.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.193.9 | 52.85.192.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:1011
- Organization
- digital privacy corporation
- Contact emails
- —
Subdomains
2 observed subdomains of var.io.
| Subdomain |
|---|
| static.var.io |
| www.var.io |
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for var.io.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.protonmail.ch |
| SPF_MX | var.io |
Related pages
Pivot deeper into the graph from var.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "var.io"})-[: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.