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
Malicious Linux Webshell Indicators (via process_creation)
highThis rule detects anomalous sub processes of web server processes
sigmaLinuxPaid2026-04-22Suspicious Modifying Crontab (via cron)
mediumThis rule detects anomalous modification of crontab file.
sigmaLinux2026-04-22Suspicious Data Exfiltration with Wget (via auditd)
mediumThis rule detects attempts to post the file with the use of wget utility. The adversary can bypass the permission restriction with the misconfigured sudo permission for wget utility which could enable them to read files like /etc/shadow.
sigmaLinux2026-04-22Possible OS Architecture Enumeration Through Grep (via process_creation)
lowThis rule detects the use of grep to identify information about the operating system architecture. Frequently combined beforehand with the execution of "uname" or "cat /proc/cpuinfo"
sigmaLinux2026-04-19Suspicious Disabling Security Utilities (via process_creation)
mediumThis rule detects disabling security tools
sigmaLinux2026-04-18Possible File Removal (via process_creation)
informationalThis rule detects file deletion using "rm", "shred" or "unlink" commands which are used frequently by threat actors to delete files left behind by the actions of their intrusion behavior
sigmaLinux2026-04-16Suspicious Chmod Targeting Sensitive Directories (via process_creation)
mediumThis rule detects chmod targeting files in sensitive directory paths on Linux systems. Attackers may use chmod to change permissions of files in these directories to maintain persistence, escalate privileges, or disrupt system operations.
sigmaLinux2026-04-16Suspicious UFW Disable Attempt (via process_creation)
mediumThis rule detects attempts to disable the Uncomplicated Firewall (UFW) on Linux systems. UFW is a popular firewall management tool that provides an easy-to-use interface for configuring firewall rules. Disabling UFW can leave a system vulnerable to attacks, as it may enable unauthorized access to network services and resources.
sigmaLinux2026-04-15Possible Scheduled Task/Job At (via process_creation)
lowThis rule detects the use of at/atd which are utilities that are leveraged to schedule tasks. They are frequently misused by threat actors to maintain persistence or to perform task scheduling for initial or recurring execution of hostile code
sigmaLinux2026-04-15Suspicious Shell Execution through Rsync - Linux (via process_creation)
highThis rule detects the use of the "rsync" utility to execute a shell. Such behavior may be linked with privilege escalation, unauthorized command execution, or to break out from restricted environments.
sigmaLinuxPaid2026-04-14Possible Connection Proxy (via process_creation)
lowThis rule detects setting proxy configuration
sigmaLinux2026-04-14Possible ESXi System Information Enumeration Through ESXCLI (via process_creation)
mediumThis rule detects execution of the "esxcli" command with the "system" flag to retrieve information about the different component of the system. Such as accounts, modules, NTP, etc.
sigmaLinux2026-04-14Suspicious Credentials In Files - Linux (via auditd)
highThis rule detects detecting attempts to extract passwords with grep
sigmaLinuxPaid2026-04-13Suspicious ASLR Disabled Through Sysctl or Direct Syscall - Linux (via auditd)
highThis rule detects actions that disable Address Space Layout Randomization (ASLR) in Linux, including: - Use of the `personality` syscall with the ADDR_NO_RANDOMIZE flag (0x0040000) - Modification of the /proc/sys/kernel/randomize_va_space file - Execution of the `sysctl` command to set `kernel.randomize_va_space=0` Disabling ASLR is frequently used by adversaries during exploit development or to bypass memory protection mechanisms. A successful use of these methods can reduce the effectiveness of ASLR and make memory corruption attacks more reliable.
sigmaLinuxPaid2026-04-12Possible Enumeration Behavior Via Find - Linux (via process_creation)
mediumThis rule detects use of "find" binary in an anomalous manner to perform discovery
sigmaLinux2026-04-11Possible Creation of New Cron File (via file_event)
lowThis rule detects the creation of cron files in Cron directories, which could indicate potential persistence mechanisms being established by an attacker. Note that not all cron file creations are hostile - legitimate system administration activities and software installations may also create cron files. This detection should be investigated in context, considering factors such as the user creating the file, the timing of creation, and the contents of the cron job. Focus investigation on unexpected cron files created by non-administrative users or during anomalous timeframes. Additionally, it is recommended to review the contents of the newly created cron files to assess their intent. Furthermore, it is suggested to baseline normal cron file creation and apply additional filters to reduce false positives based on the specific environment.
sigmaLinux2026-04-09Suspicious Disable System Firewall (via auditd)
highThis rule detects disabling of system firewalls which could be used by threat actors to bypass controls that limit use of the network.
sigmaLinuxPaid2026-04-08Suspicious Scheduled Cron Task/Job - Linux (via process_creation)
mediumThis rule detects misuse of the cron utility to perform task scheduling for initial or recurring execution of hostile code. Detection will focus on crontab jobs uploaded from the tmp folder.
sigmaLinux2026-04-07Possible Container Residence Enumeration Through Proc Virtual FS (via process_creation)
lowThis rule detects potential container discovery via listing of certain kernel features in the "/proc" virtual filesystem
sigmaLinux2026-04-06Interactive Bash Suspicious Children (via process_creation)
mediumThis rule detects anomalous interactive bash as a parent to rather uncommon child processes
sigmaLinux2026-04-04