Hostname
59118.app
Last fetched
59118.app resolves to 11 IPv4 addresses operated by NORDA-NET - 10F No 33 Sec 2 Zhongshan Rd Zhonghe Dist in TW. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
59118.app resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.24.55.105 | 103.24.55.0/24 | AS7538 | NORDA-NET - 10F No 33 Sec 2 Zhongshan Rd Zhonghe Dist | TW |
| 147.161.37.68 | 147.161.37.0/24 | AS59371 | DNC-AS - Dimension Network & Communication Limited | HK |
| 147.161.37.69 | 147.161.37.0/24 | AS59371 | DNC-AS - Dimension Network & Communication Limited | HK |
| 147.161.39.7 | 147.161.39.0/24 | AS59371 | DNC-AS - Dimension Network & Communication Limited | HK |
| 147.161.39.8 | 147.161.39.0/24 | AS59371 | DNC-AS - Dimension Network & Communication Limited | HK |
| 43.251.57.126 | 43.251.57.0/24 | AS7483 | SKYCLOUD-NET - Skycloud Computing co., Ltd. | TW |
| 43.251.57.55 | 43.251.57.0/24 | AS7483 | SKYCLOUD-NET - Skycloud Computing co., Ltd. | TW |
| 5.254.132.101 | 5.254.132.0/24 | AS59371 | DNC-AS - Dimension Network & Communication Limited | HK |
| 5.254.132.102 | 5.254.132.0/24 | AS59371 | DNC-AS - Dimension Network & Communication Limited | HK |
| 5.254.132.183 | 5.254.132.0/24 | AS59371 | DNC-AS - Dimension Network & Communication Limited | HK |
| 5.254.132.184 | 5.254.132.0/24 | AS59371 | DNC-AS - Dimension Network & Communication Limited | HK |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
2 observed subdomains of 59118.app.
| Subdomain |
|---|
| ag.59118.app |
| www.59118.app |
Threat posture
History
Related pages
Pivot deeper into the graph from 59118.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "59118.app"})-[: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.