Hostname
static-imo.sdonlyn.net
Last fetched
static-imo.sdonlyn.net resolves to 7 IPv4 addresses operated by AS10122 in SG.
Nutrition Label
Resolution chain
static-imo.sdonlyn.net resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.208.252.125 | 103.208.252.0/24 | AS10122 | — | SG |
| 164.90.105.112 | 164.90.105.0/24 | AS10122 | — | SG |
| 164.90.85.29 | 164.90.85.0/24 | AS10122 | — | HK |
| 164.90.87.94 | 164.90.87.0/24 | AS10122 | — | DE |
| 169.136.131.190 | 169.136.131.0/24 | AS10122 | — | SG |
| 169.136.175.234 | 169.136.175.0/24 | AS10122 | — | SG |
| 23.236.108.146 | 23.236.108.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | US |
WHOIS identity
No WHOIS records are currently associated with static-imo.sdonlyn.net in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from static-imo.sdonlyn.net in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from static-imo.sdonlyn.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "static-imo.sdonlyn.net"})-[: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.