Skip to content

Hostname

ntp.appscorp.net

Last fetched

ntp.appscorp.net resolves to 12 IPv4 addresses operated by AS4766 in KR.

Nutrition Label

WHISPER CANON · ntp.appscorp.netRouting diversity5.2/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint9.0/10canon.whisper.security/host/ntp.appscorp.net

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.

IPPrefixASNOperatorCountry
121.134.215.104121.128.0.0/13AS4766KR
121.174.142.81121.168.0.0/13AS4766KR
121.174.142.82121.168.0.0/13AS4766KR
141.11.228.173141.11.228.0/24AS205489US
144.202.66.214144.202.64.0/20AS20473AS-VULTR - The Constant Company, LLCUS
166.88.142.52166.88.142.0/24AS399646DARTNODE - Snaju DevelopmentUS
198.46.254.130198.46.254.0/23AS36352AS-COLOCROSSING - HostPapaUS
209.177.158.85209.177.158.0/24AS36236NETACTUATE - NetActuate, IncUS
211.108.117.211211.108.0.0/16AS9318KR
23.186.168.12623.186.168.0/24AS393746MAXHOST-IO - Amazing Creations and More LLCUS
23.186.168.12823.186.168.0/24AS393746MAXHOST-IO - Amazing Creations and More LLCUS
69.89.207.19969.89.192.0/20AS33362WIKTEL - Wikstrom Telephone Company, IncorporatedUS

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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.