Hostname
ml-api.bigo.sg
Last fetched
ml-api.bigo.sg resolves to 4 IPv4 addresses operated by AS10122 in HK.
Nutrition Label
Resolution chain
ml-api.bigo.sg resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 169.136.125.225 | 169.136.150.0/24 | AS10122 | — | HK |
| 169.136.79.190 | 169.136.100.0/24 | AS10122 | — | HK |
| 169.136.79.32 | 169.136.100.0/24 | AS10122 | — | HK |
| 202.63.37.152 | 202.63.100.0/24 | AS10122 | — | SG |
WHOIS identity
No WHOIS records are currently associated with ml-api.bigo.sg in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from ml-api.bigo.sg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ml-api.bigo.sg"})-[: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.