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.
4,299 rules
Malicious WinGUP Updater Sideloading libcurl via gup.exe (via image_load)
This rule detects the WinGUP updater gup.exe loading a libcurl.dll from outside its normal install directories. The BoryptGrab-lineage infostealer distributed through fake GitHub repositories abused this signed updater to sideload its malicious loader DLL from user-writable paths.
HuntRule TeamWindowsimage_loadHigh245Premium2026-08-26Suspicious Masqueraded Windows Update Python Script Execution
This rule detects the Python interpreter executing a script masquerading as a Windows update named Windows Update Script.pyw, as dropped by the DeceptiveDevelopment ClickFix chain alongside drvUpdate.exe. The naming disguises attacker code as a benign system task, so catching the interpreter launching this file exposes the initial foothold.
HuntRule TeamWindowsprocess_creationHigh258Premium2026-08-26Suspicious GoGRPC Screen Capture Log File Creation (via file_event)
This rule detects creation of the appscreen.log artifact under the ProgramData appscreen directory that the GoGRPC backdoor writes while capturing screen data. This specific path and filename combination is unique to the malware.
HuntRule TeamWindowsfile_eventMedium103Premium2026-08-26Malicious Defender Exclusion Added via Add-MpPreference During Medusa Intrusion (via process_creation)
This rule detects PowerShell adding a Microsoft Defender path exclusion via Add-MpPreference, a defense-evasion step Storm-1175 uses to carve out an excluded location such as the C drive root before staging tools during Medusa ransomware operations. Adversaries blind Defender in this way to run payloads without detection, so an exclusion added from the command line ahead of impact is a high-confidence sign of an active intrusion.
HuntRule TeamWindowsprocess_creationHigh91Premium2026-08-26Suspicious Storm-2561 Fake Pulse VPN Persistence via RunOnce Key (via registry_set)
This rule detects a RunOnce registry value configured to launch Pulse.exe, the persistence mechanism used by Storm-2561 after SEO-poisoned downloads deliver a fake Pulse Secure VPN installer. Adversaries use this autorun entry to relaunch the credential-stealing loader, so a RunOnce value pointing at Pulse.exe outside a genuine Pulse Secure deployment indicates the fake VPN foothold.
HuntRule TeamWindowsregistry_setMedium111Premium2026-08-25Malicious Microsoft Defender Tamper via Registry Modification
This rule detects registry modifications that disable Microsoft Defender protections under the Windows Defender policy keys. Attackers set DisableAntiSpyware or DisableRealtimeMonitoring to switch off protection persistently, a registry-based evasion technique covered in Sekoia detection engineering.
HuntRule TeamWindowsregistry_setHigh309Premium2026-08-25Malicious WeaXor Ransomware Encryption Artifacts on Disk (via file_event)
This rule detects file system artifacts left by WeaXor ransomware, namely files renamed with the wex extension and the dropped RECOVERY INFO note. It indicates active encryption on the host.
HuntRule TeamWindowsfile_eventHigh153Premium2026-08-25Suspicious DotNet Utility Spawned by Script Host for Hollowing (via process_creation)
This rule detects RegAsm, MSBuild, or AddInProcess32 launched by a script host or mshta. This layered loader spawns these signed .NET utilities as process hollowing targets for its final payload.
HuntRule TeamWindowsprocess_creationHigh111Premium2026-08-25Malicious Windows Defender Exclusion for Windows Dell Folder
This rule detects Add-MpPreference adding a Defender exclusion path for a Dell folder under the Windows directory, a Prometei defense-evasion step. The botnet staged modules such as its Mimikatz variant in C:\Windows\Dell and excluded that path from Defender scanning. A Defender exclusion for a non-standard folder inside the Windows directory strongly indicates malware hiding its working directory.
HuntRule TeamWindowsprocess_creationHigh397Premium2026-08-25Malicious RDP Session Hijacking via tscon Command Line
This rule detects execution of the native tscon.exe binary with a destination session and an rdp-tcp or console source argument, the living-off-the-land technique used to hijack another user's Remote Desktop session without their credentials. Adversaries with SYSTEM privileges connect an existing session to their own to inherit the victim's access for lateral movement and privilege escalation. Interactive tscon usage targeting another session is rarely legitimate.
HuntRule TeamWindowsprocess_creationHigh113Premium2026-08-25Malicious Curl Download From C2 CAPTCHA Path via Process Creation
This rule detects curl.exe retrieving a payload using the misspelled /capcha URL path pattern used by the KongTuke fake-CAPTCHA campaign documented by Cisco Talos. The tool is invoked by a PowerShell downloader to pull the next stage from hardcoded command-and-control infrastructure. Detecting it identifies active second-stage retrieval over an attacker-controlled channel.
HuntRule TeamWindowsprocess_creationHigh62Premium2026-08-25Suspicious Group Discovery - PowerShell (via powershell)
This rule detects enumerate local or domain groups via PowerShell.
HuntRule TeamWindowspowershellMedium103Premium2026-08-25Suspicious PowerShell History Logging Disabled via PSReadLine (via process_creation)
This rule detects PSReadLine being configured to save no command history via Set-PSReadLineOption with SaveNothing, a defense-evasion action observed with the TinyTurla-NG backdoor. Disabling history persistence removes a valuable forensic record of attacker PowerShell activity.
HuntRule TeamWindowsprocess_creationMedium162Premium2026-08-25Malicious Impacket SMBexec Service Registration - Native (via security)
This rule detects register the SMBexec service to estasblish persistence. Note that service registration is not always performed and that is recommended to use the related registry SYSMON rule to increase detection reliability.
HuntRule TeamWindowssecurityHigh93Premium2026-08-25Suspicious Creation of PowerShell Profile Script for Persistence
This rule detects creation or modification of a PowerShell profile script. Backdoors abuse the automatic execution of the profile file on every PowerShell launch to gain stealthy persistence, running an obfuscated loader each time a session starts.
HuntRule TeamWindowsfile_eventMedium112Premium2026-08-25