Hostname
ntp2.tilted.net
Last fetched
ntp2.tilted.net resolves to 12 IPv4 addresses operated by CASCADEDIVIDE-DC - Cascade Divide Partners, LLC in US.
Nutrition Label
Resolution chain
ntp2.tilted.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 |
|---|---|---|---|---|
| 104.152.220.10 | 104.152.220.0/23 | AS395378 | CASCADEDIVIDE-DC - Cascade Divide Partners, LLC | US |
| 129.250.35.250 | 129.250.0.0/16 | AS2914 | NTT-DATA-2914 - NTT America, Inc. | US |
| 162.244.81.139 | 162.244.81.0/24 | AS19624 | SERVERROOM - Data Room, Inc | US |
| 172.238.164.57 | 172.238.160.0/19 | AS63949 | — | US |
| 209.51.161.238 | 209.51.160.0/19 | AS6939 | HURRICANE - Hurricane Electric LLC | US |
| 23.111.186.186 | 23.111.186.0/24 | AS29802 | HVC-AS - HIVELOCITY, Inc. | US |
| 23.142.248.9 | 23.142.248.0/24 | AS393577 | TRITAN-DEVELOPMENT - Tritan Development | US |
| 23.168.24.210 | 23.168.24.0/24 | AS393577 | TRITAN-DEVELOPMENT - Tritan Development | US |
| 23.186.168.133 | 23.186.168.0/24 | AS393746 | MAXHOST-IO - Amazing Creations and More LLC | US |
| 45.79.82.45 | 45.79.64.0/19 | AS63949 | — | US |
| 65.182.224.60 | 65.182.224.0/19 | AS33470 | CANBYTELEPHONEASSOCIATION - Canby Telephone Association | 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 ntp2.tilted.net in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from ntp2.tilted.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ntp2.tilted.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.