Hostname
like.video
Last fetched
like.video resolves to 6 IPv4 addresses operated by AS10122 in HK. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
like.video resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 169.136.79.185 | 169.136.79.0/24 | AS10122 | — | HK |
| 169.136.79.37 | 169.136.79.0/24 | AS10122 | — | HK |
| 202.63.37.137 | 202.63.37.0/24 | AS10122 | — | SG |
| 48.45.222.30 | 48.45.222.0/24 | AS4593 | RELIANCE - ABB Motors and Mechanical Inc. | DE |
| 48.45.222.56 | 48.45.222.0/24 | AS4593 | RELIANCE - ABB Motors and Mechanical Inc. | DE |
| 48.45.222.79 | 48.45.222.0/24 | AS4593 | RELIANCE - ABB Motors and Mechanical Inc. | DE |
WHOIS identity
- Registrar
- iana:146
- Organization
- bigo technology pte. ltd bigo technology pte.
- Contact emails
Subdomains
49 observed subdomains of like.video.
Showing 25 of 49. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from like.video in the public web crawl.
25 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from like.video.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "like.video"})-[: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.