Hostname
v-eu.likee.com
Last fetched
v-eu.likee.com resolves to 3 IPv4 addresses operated by GNET-AS - GNET INC. in US.
Nutrition Label
Resolution chain
v-eu.likee.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 155.117.247.73 | 155.117.247.0/24 | AS22427 | GNET-AS - GNET INC. | US |
| 162.141.114.3 | 162.141.114.0/24 | AS137235 | — | US |
| 167.148.199.165 | 167.148.199.0/24 | AS31715 | — | US |
WHOIS identity
No WHOIS records are currently associated with v-eu.likee.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from v-eu.likee.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "v-eu.likee.com"})-[: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.