Skip to content

Hostname

iod.vn

Last fetched

iod.vn resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.

Nutrition Label

WHISPER CANON · iod.vnRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.2/10canon.whisper.security/host/iod.vn

Resolution chain

iod.vn resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.141.159.22818.140.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
47.129.88.8847.128.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.SG

WHOIS identity

No WHOIS records are currently associated with iod.vn in WhisperGraph.

Subdomains

3 observed subdomains of iod.vn.

Web-graph footprint

Distinct hostnames that link to or from iod.vn in the public web crawl.

7 sites link to this hostname.

6 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

25 SPF mechanisms authorising senders for iod.vn.

MechanismTarget
SPF_Aiod.vn
SPF_INCLUDE_spf.google.com
SPF_IP108.61.183.192
SPF_IP115.78.136.0/24
SPF_IP128.199.101.195
SPF_IP128.199.233.0/24
SPF_IP128.199.233.64/32
SPF_IP128.199.76.162
SPF_IP139.162.164.209
SPF_IP139.162.40.223
SPF_IP139.162.55.218
SPF_IP139.162.8.34
SPF_IP159.89.159.125
SPF_IP172.104.187.116
SPF_IP209.85.218.47/32
SPF_IP2607:f8b0:4001:c06:0:0:0:22d
SPF_IP2607:f8b0:4003:c06:0:0:0:22d
SPF_IP45.32.40.120
SPF_IP45.32.54.223
SPF_IP47.129.88.88
SPF_IP5.175.185.253
SPF_IP5.175.194.167
SPF_IP5.231.54.0/24
SPF_IP5.231.54.80
SPF_IP89.47.161.183

Related pages

Pivot deeper into the graph from iod.vn.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "iod.vn"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.