Hostname
iod.vn
Last fetched
iod.vn resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
iod.vn resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.141.159.228 | 18.140.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 47.129.88.88 | 47.128.0.0/14 | AS16509 | AMAZON-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.
| Subdomain |
|---|
| covid.iod.vn |
| mail.iod.vn |
| www.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.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
25 SPF mechanisms authorising senders for iod.vn.
| Mechanism | Target |
|---|---|
| SPF_A | iod.vn |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 108.61.183.192 |
| SPF_IP | 115.78.136.0/24 |
| SPF_IP | 128.199.101.195 |
| SPF_IP | 128.199.233.0/24 |
| SPF_IP | 128.199.233.64/32 |
| SPF_IP | 128.199.76.162 |
| SPF_IP | 139.162.164.209 |
| SPF_IP | 139.162.40.223 |
| SPF_IP | 139.162.55.218 |
| SPF_IP | 139.162.8.34 |
| SPF_IP | 159.89.159.125 |
| SPF_IP | 172.104.187.116 |
| SPF_IP | 209.85.218.47/32 |
| SPF_IP | 2607:f8b0:4001:c06:0:0:0:22d |
| SPF_IP | 2607:f8b0:4003:c06:0:0:0:22d |
| SPF_IP | 45.32.40.120 |
| SPF_IP | 45.32.54.223 |
| SPF_IP | 47.129.88.88 |
| SPF_IP | 5.175.185.253 |
| SPF_IP | 5.175.194.167 |
| SPF_IP | 5.231.54.0/24 |
| SPF_IP | 5.231.54.80 |
| SPF_IP | 89.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.