Hostname
ntp.appscorp.net
Last fetched
ntp.appscorp.net resolves to 12 IPv4 addresses operated by AS4766 in KR.
Nutrition Label
Resolution chain
ntp.appscorp.net resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 121.134.215.104 | 121.128.0.0/13 | AS4766 | — | KR |
| 121.174.142.81 | 121.168.0.0/13 | AS4766 | — | KR |
| 121.174.142.82 | 121.168.0.0/13 | AS4766 | — | KR |
| 141.11.228.173 | 141.11.228.0/24 | AS205489 | — | US |
| 144.202.66.214 | 144.202.64.0/20 | AS20473 | AS-VULTR - The Constant Company, LLC | US |
| 166.88.142.52 | 166.88.142.0/24 | AS399646 | DARTNODE - Snaju Development | US |
| 198.46.254.130 | 198.46.254.0/23 | AS36352 | AS-COLOCROSSING - HostPapa | US |
| 209.177.158.85 | 209.177.158.0/24 | AS36236 | NETACTUATE - NetActuate, Inc | US |
| 211.108.117.211 | 211.108.0.0/16 | AS9318 | — | KR |
| 23.186.168.126 | 23.186.168.0/24 | AS393746 | MAXHOST-IO - Amazing Creations and More LLC | US |
| 23.186.168.128 | 23.186.168.0/24 | AS393746 | MAXHOST-IO - Amazing Creations and More LLC | US |
| 69.89.207.199 | 69.89.192.0/20 | AS33362 | WIKTEL - Wikstrom Telephone Company, Incorporated | US |
WHOIS identity
No WHOIS records are currently associated with ntp.appscorp.net in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from ntp.appscorp.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ntp.appscorp.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.