Hostname
ngs365.com
Last fetched
ngs365.com resolves to 2 IPv4 addresses operated by LCS-AS-AP - LARUS Limited in PH. WHOIS lists iana:1923 as the registrar.
Nutrition Label
Resolution chain
ngs365.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 156.232.229.254 | 156.232.229.0/24 | AS17561 | LCS-AS-AP - LARUS Limited | PH |
| 156.235.224.215 | 156.235.224.0/24 | AS134548 | DXTL-HK - DXTL Tseung Kwan O Service | HK |
WHOIS identity
- Registrar
- iana:1923
- Organization
- on behalf of ngs365.com owner
- Contact emails
- 2544989737@qq.com
- 2e411b19-6da2-411a-b767-4a2b1863a672@identity-protect.org
- 6cb731f5-8139-4296-a199-bf99ae99a556@identity-protect.org
- 8583c735-ac4b-4f6f-aea4-a3512ed93ddd@identity-protect.org
- 922cdf6e-d7a7-403d-ba47-c033761d8f85@identity-protect.org
- b55e37e4-b916-47e0-950a-1bf07cc9291c@identity-protect.org
- cf271117-b5bc-4d52-809a-e3866c4e4ef9@identity-protect.org
- f826cf3d-c549-4e69-98f5-5266517a30ed@identity-protect.org
Threat posture
History
Related pages
Pivot deeper into the graph from ngs365.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ngs365.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.