Every published rule
Every rule shows the reporting behind it, the telemetry it needs and where it falls short — before it costs you anything.
210 rules
Possible Linux Setgid Capability Set on a Binary through Setcap Utility (via process_creation)
lowThis rule detects the use of the 'setcap' utility to set the 'setgid' capability (cap_setgid) on a binary file. This capability enables a non privileged process to make arbitrary manipulations of group IDs (GIDs), including setting its current GID to a value that would otherwise be restricted (i.e. GID 0, the root group). This behavior can be used by threat actors to backdoor a binary to escalate privileges again in the future if needed.
sigmaLinux2026-07-09Malicious Execution of Linux HackTool (via process_creation)
highThis rule detects known hacktool execution based on image name.
sigmaLinuxPaid2026-07-06Suspicious Invocation of Shell through AWK - Linux (via process_creation)
highThis rule detects the execution of "awk" or it's sibling commands, to invoke a shell using the system() function. This behavior is frequently linked with attempts to execute arbitrary commands or escalate privileges, potentially leading to unauthorized access or further exploitation.
sigmaLinuxPaid2026-07-06Possible Install Root Certificate (via process_creation)
lowThis rule detects installation of new certificate on the system which adversaries may use to avoid warnings when connecting to controlled web servers or C2s
sigmaLinux2026-07-05Possible ESXi VSAN Information Enumeration Through ESXCLI (via process_creation)
mediumThis rule detects execution of the "esxcli" command with the "vsan" flag to retrieve information about virtual storage. Seen used by malware such as DarkSide.
sigmaLinux2026-07-04Possible Clipboard Collection of Image Data with Xclip Utility (via auditd)
lowThis rule detects attempts to collect image data stored in the clipboard from users with the use of xclip tool. Xclip has to be installed. Highly recommended using rule on servers, due to high use of clipboard utilities on user workstations.
sigmaLinux2026-07-04Possible Curl Use on Linux (via process_creation)
lowThis rule detects a curl process start on linux, which suggests a file download from a remote location or a simple web request to a remote server
sigmaLinux2026-07-03Suspicious Execution of Python WebServer - Linux (via process_creation)
mediumThis rule detects the execution of Python web servers via command line interface (CLI). After gaining access to target systems, threat actors may use Python's built-in HTTP server modules to quickly establish a web server without requiring additional software. This method is frequently used in post-exploitation scenarios as it provides a simple method for transferring files between the compromised host and attacker-controlled systems.
sigmaLinux2026-07-02Suspicious File Time Attribute Change - Linux (via auditd)
mediumThis rule detects file time attribute change to hide new or changes to existing files.
sigmaLinux2026-07-02Suspicious User Added To Root/Sudoers Group Via Usermod (via process_creation)
mediumThis rule detects use of the "usermod" binary to add users add users to the root or suoders groups
sigmaLinux2026-06-30Suspicious ESXi Admin Permission Assigned To Account Through ESXCLI (via process_creation)
highThis rule detects execution of the "esxcli" command with the "system" and "permission" flags to assign admin permissions to an account.
sigmaLinuxPaid2026-06-30Possible Linux Setuid Capability Set on a Binary through Setcap Utility (via process_creation)
lowThis rule detects the use of the 'setcap' utility to set the 'setuid' capability (cap_setuid) on a binary file. This capability enables a non privileged process to make arbitrary manipulations of user IDs (UIDs), including setting its current UID to a value that would otherwise be restricted (i.e. UID 0, the root user). This behavior can be used by threat actors to backdoor a binary to escalate privileges again in the future if needed.
sigmaLinux2026-06-30Suspicious Use of /dev/tcp (via linux)
mediumThis rule detects anomalous command with /dev/tcp
sigmaLinux2026-06-28Suspicious Linux Command History Manipulation (via linux)
highThis rule detects commands that try to clear or tamper with the Linux command history. This method is used by threat actors to evade defenses and execute commands without them being recorded in files such as "bash_history" or "zsh_history".
sigmaLinuxPaid2026-06-28Possible Use Of Hidden Paths Or Files (via auditd)
lowThis rule detects calls to hidden files or files located in hidden directories in NIX systems.
sigmaLinux2026-06-27Suspicious Auditing Configuration Changes on Linux Host (via auditd)
highThis rule detects changes in auditd configuration files
sigmaLinuxPaid2026-06-27Execution of Possible Netcat Reverse Shell (via process_creation)
highThis rule detects execution of netcat with the "-e" flag followed by common shells. This could be a sign of a potential reverse shell setup.
sigmaLinuxPaid2026-06-26Suspicious Vim GTFOBin Misuse - Linux (via process_creation)
highThis rule detects the use of "vim" and it's siblings commands to execute a shell or proxy commands. Such behavior may be linked with privilege escalation, unauthorized command execution, or to break out from restricted environments.
sigmaLinuxPaid2026-06-25Suspicious Logging Configuration Changes on Linux Host (via auditd)
highThis rule detects changes of syslog daemons configuration files
sigmaLinuxPaid2026-06-24Potentially Suspicious Shell Script Creation in Profile Folder (via file_event)
lowThis rule detects the creation of shell scripts under the "profile.d" path.
sigmaLinux2026-06-22