Skip to content

Hostname

owo.vin

Last fetched

owo.vin resolves to 2 IPv4 addresses operated by TENCENT-NET-AP - Shenzhen Tencent Computer Systems Company Limited in CN. WHOIS lists iana:1697 as the registrar.

Nutrition Label

WHISPER CANON · owo.vinRouting diversity2.4/10Peering density6.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.9/10canon.whisper.security/host/owo.vin

Resolution chain

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

IPPrefixASNOperatorCountry
119.45.0.208119.45.0.0/20AS45090TENCENT-NET-AP - Shenzhen Tencent Computer Systems Company LimitedCN
154.64.230.181154.64.230.0/24AS979NETLAB-SDN - NetLab GlobalUS

WHOIS identity

Registrar
iana:1697
Organization
hai kou chao mao ke ji gong zuo shi ( ge ren du zi )
Contact emails

Subdomains

53 observed subdomains of owo.vin.

Threat posture

History

Related pages

Pivot deeper into the graph from owo.vin.

Cypher and MCP

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

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