This detection identifies the presence of cyclotron.sys, a known component of the Chinese Hacktool set often deployed for system monitoring or data exfiltration in targeted environments. Proactively hunting for this artifact in Azure Sentinel is critical to distinguish legitimate administrative tools from potential adversary persistence mechanisms that may operate with low visibility and minimal initial alerting.
rule cyclotron {
meta:
description = "Chinese Hacktool Set - file cyclotron.sys"
author = "Florian Roth"
reference = "http://tools.zjqhr.com/"
date = "2015-06-13"
hash = "5b63473b6dc1e5942bf07c52c31ba28f2702b246"
strings:
$s1 = "\\Device\\IDTProt" fullword wide
$s2 = "IoDeleteSymbolicLink" fullword ascii /* Goodware String - occured 467 times */
$s3 = "\\??\\slIDTProt" fullword wide
$s4 = "IoDeleteDevice" fullword ascii /* Goodware String - occured 993 times */
$s5 = "IoCreateSymbolicLink" fullword ascii /* Goodware String - occured 467 times */
condition:
uint16(0) == 0x5a4d and filesize < 3KB and all of them
}
This YARA rule can be deployed in the following contexts:
This rule contains 5 string patterns in its detection logic.
Here are 4 specific false positive scenarios for the Chinese Hacktool Set - file cyclotron.sys detection rule, tailored for an enterprise environment:
Deployment of Chinese Virtualization or Desktop Optimization Suites
cyclotron.sys as a core kernel driver for memory management and I/O optimization. The installation or update of these suites triggers the file creation on endpoints.msiexec.exe, Setup.exe) running under an administrative account, specifically when the file path resides in standard vendor directories such as C:\Program Files\Lenovo\ or C:\ProgramData\Citrix\.Scheduled System Health and Performance Tuning Jobs
cyclotron.sys during off-hours (e.g., 02:00 AM) without user interaction.TaskScheduler.exe and the scheduled task name contains keywords like “SystemHealth,” “DriverUpdate,” or “Optimization,” provided the file hash matches a known baseline stored in your asset inventory.Installation of Localized Endpoint Security Agents