Skip to content

Hostname

ods.vn

Last fetched

ods.vn resolves to 1 IPv4 address operated by AS45538 in VN.

Nutrition Label

WHISPER CANON · ods.vnRouting diversity1.5/10Peering density3.8/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint5.2/10canon.whisper.security/host/ods.vn

Resolution chain

ods.vn resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
112.78.13.18112.78.13.0/24AS45538VN

WHOIS identity

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

Subdomains

92 observed subdomains of ods.vn.

Web-graph footprint

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

185 sites link to this hostname.

65 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

10 SPF mechanisms authorising senders for ods.vn.

MechanismTarget
SPF_Aods.vn
SPF_INCLUDE_spf.getresponse.com
SPF_INCLUDE_spf.google.com
SPF_INCLUDEdnsexit.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP2405:9d80:1:3::/64
SPF_IP2405:9d80:4:0:0:0:0:a
SPF_IP45.117.167.0/26
SPF_IP45.117.167.240/28
SPF_MXods.vn

Related pages

Pivot deeper into the graph from ods.vn.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "ods.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.