Sigma detection rules, expert-reviewed
Each one is checked against the reporting it came from before it is published, and shows the ATT&CK technique it covers, the telemetry it needs and where it falls short.
6,274 rules
Suspicious Scheduled Task Masquerading as Edge Update Telemetry (via process_creation)
This rule detects creation of a scheduled task using the distinctive name CoreEdgeUpdateServicesTelemetry FallBack. The FLUX#CONSOLE campaign registered this task to run its sideloading Dism binary every five minutes for persistence.
HuntRule TeamWindowsprocess_creationHigh131Premium2026-07-18Suspicious Linux Crontab Reboot Persistence to Hidden Sys Cache Binary (via process_creation)
This rule detects the installation of a crontab reboot entry pointing to a hidden .Sys_cache binary under var tmp as used by the Linux SSH CoinMiner campaign. Piping a modified crontab that adds a reboot job to a hidden file is a common miner persistence technique.
—Linuxprocess_creationMedium102Premium2026-07-18Suspicious Execution From WinRAR Temporary Extraction Path via Command Line (via process_creation)
This rule detects process execution referencing the WinRAR temporary extraction directory pattern Rar$ under the local Temp folder, which the CVE-2023-38831 exploit uses to run its planted payload. It is associated with attacks abusing the WinRAR archive spoofing zero-day reported by Uptycs. Because scripts and binaries executed straight from this transient extraction path are characteristic of the exploit, this pattern indicates likely code execution from a crafted archive.
HuntRule TeamWindowsprocess_creationMedium3410Premium2026-07-18Malicious PlugX Sideload via Acrobat.dll
This rule detects the signed Acrobat.exe loading an Acrobat.dll from a location outside Program Files. This behavior matches CL-STA-0048 where operators sideloaded a malicious Acrobat.dll implementing PlugX which then injected into svchost.exe. A trusted Adobe binary loading its companion DLL from a non-standard path is a sideloading indicator of espionage malware.
HuntRule TeamWindowsimage_loadMedium121Premium2026-07-18Suspicious Silent MSI Installation from AppData Spawned by PowerShell (via process_creation)
This rule detects msiexec.exe spawned by PowerShell to silently install an MSI staged in the user AppData directory, the second step of the Bumblebee loader chain where PowerShell writes y.msi to AppData and installs it with no user interaction. Legitimate software rarely installs MSIs from AppData under a PowerShell parent, so this parent-child and path combination surfaces the loader stage.
HuntRule TeamWindowsprocess_creationMedium249Premium2026-07-18Suspicious node.exe Inline Script Execution via -e
This rule detects node.exe executing an inline script through the -e flag, the stager execution method in the DEV#POPPER GitHub-lure infection. Victims who cloned the weaponized repository ran a hidden script that used node -e to bootstrap the RAT. While developers occasionally use node -e, inline Node execution from a cloned project should be reviewed for malicious staging.
HuntRule TeamWindowsprocess_creationLow101Premium2026-07-18Suspicious AppLaunch.exe Execution as Process Hollowing Target
This rule detects the .NET ClickOnce host AppLaunch.exe running with a parent other than a legitimate development tool. Titan Stealer hollows AppLaunch.exe and injects its XOR-decoded Golang stealer into the trusted signed binary to evade detection. AppLaunch.exe spawned outside of Visual Studio or build tooling is a common injection and masquerading target.
HuntRule TeamWindowsprocess_creationMedium174Premium2026-07-17Driverquery Lookup
Detects use of driverquery to look up the installed and configured drivers as part of host discovery
HuntRule TeamWindowsprocess_creationHigh2910Premium2026-07-17Suspicious CoffeeLoader Execution via Armoury Crate DLL Side-Loading (via process_creation)
This rule detects rundll32 executing the ArmouryAIOSDK.dll with the Post_EntrypointReturn export that CoffeeLoader uses to run its stager through DLL side-loading of ASUS Armoury Crate. Legitimate Armoury Crate components are not invoked this way from user writable paths.
HuntRule TeamWindowsprocess_creationHigh303Premium2026-07-17Malicious Metasploit PsExec Named Pipe Command Execution
This rule detects a command shell echoing data into a local named pipe, the service-based execution pattern produced by the Metasploit PsExec module when it installs a service that writes command output back through a pipe. This is used for remote code execution and lateral movement from a compromised host. Legitimate software does not echo into a raw named pipe from cmd.exe in this way.
HuntRule TeamWindowsprocess_creationHigh1910Premium2026-07-17Malicious WannaCry Run Key Persistence to tasksche via registry_set
This rule detects the creation of a Run key registry value pointing to the WannaCry payload tasksche.exe, establishing persistence at user logon. The malware writes this value under the CurrentVersion Run key to survive reboots. Presence of a tasksche.exe reference in an autostart location is a high-confidence indicator of WannaCry infection.
HuntRule TeamWindowsregistry_setHigh51Premium2026-07-17Suspicious File Created in Startup Folder by WinRAR via CVE-2025-8088
This rule detects WinRAR or its extraction binaries writing a file into a user Startup folder which indicates exploitation of the CVE-2025-8088 alternate data stream path traversal flaw. Attackers drop LNK HTA or BAT payloads into Startup to gain logon persistence when a user opens a crafted archive.
HuntRule TeamWindowsfile_eventHigh163Premium2026-07-17Possible SysAid On-Premise Command Injection via API.jsp javaLocation Parameter (via webserver)
This rule detects exploitation of SysAid On-Premise CVE-2024-36394 where a request to the API settings endpoint supplies a javaLocation parameter with newline encoded operating system commands to achieve execution. The javaLocation parameter combined with the API.jsp endpoint is a strong exploitation signal.
HuntRule TeamWebwebserverMedium121Premium2026-07-17Suspicious Service Host Spawning Command Interpreter in Session 0 via WFP Kernel Backdoor (via process_creation)
This rule detects svchost.exe spawning command interpreters such as cmd.exe, powershell.exe, rundll32.exe, or mshta.exe, the command-execution pattern produced by the wskmon.sys WFP kernel backdoor when it injects operator commands into a service host in Session 0. Adversaries leverage this parent-child relationship to run shells under a trusted system process, making detection valuable for catching kernel-driven command execution.
HuntRule TeamWindowsprocess_creationMedium93Premium2026-07-17Malicious ESXi Secure Boot Bypass via execInstalledOnly Disable
This rule detects an esxcli command disabling the execInstalledOnly kernel setting on an ESXi host, matching UNC3944 tampering that allows unsigned binaries to run so the actor can deploy ransomware and offline tooling. Turning off this protection removes a core defense against untrusted code on the hypervisor.
HuntRule TeamWindowsprocess_creationHigh231Premium2026-07-17