Hostname
ntp.pointel.it
Last fetched
ntp.pointel.it resolves to 11 IPv4 addresses operated by AS45839 in MY.
Nutrition Label
Resolution chain
ntp.pointel.it 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 |
|---|---|---|---|---|
| 111.90.158.134 | 111.90.158.0/24 | AS45839 | — | MY |
| 111.90.158.16 | 111.90.158.0/24 | AS45839 | — | MY |
| 141.11.89.193 | 141.11.89.0/24 | AS402487 | — | US |
| 160.30.138.98 | 160.30.138.0/24 | AS136557 | — | SG |
| 162.159.200.1 | 162.159.200.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 162.159.200.123 | 162.159.200.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 202.155.10.23 | 202.155.10.0/24 | AS212238 | — | MY |
| 208.113.130.146 | 208.113.128.0/18 | AS26347 | DREAMHOST-AS - New Dream Network, LLC | US |
| 222.127.4.114 | 222.127.0.0/16 | AS4775 | — | PH |
| 45.115.225.48 | 45.115.225.0/24 | AS140599 | — | PH |
| 50.218.103.254 | 50.128.0.0/9 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
WHOIS identity
No WHOIS records are currently associated with ntp.pointel.it in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from ntp.pointel.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ntp.pointel.it"})-[: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.