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 PHP Reverse Shell (via process_creation)
highThis rule detects use of the PHP CLI with the "-r" flag which enables it to run inline PHP code. The rule looks for calls to the "fsockopen" function which enables the creation of sockets. Attackers frequently abuse this in combination with functions such as "exec" or "fopen" to initiate a reverse shell connection.
sigmaLinuxPaid2026-05-28Possible Xterm Reverse Shell (via process_creation)
mediumThis rule detects use of "xterm" as a potential reverse shell tunnel
sigmaLinux2026-05-27Suspicious Shell Invocation Through Ssh - Linux (via process_creation)
highThis rule detects the use of the "ssh" utility to execute a shell. Such behavior may be linked with privilege escalation, unauthorized command execution, or to break out from restricted environments.
sigmaLinuxPaid2026-05-26Suspicious Shell Execution through Nice - Linux (via process_creation)
highThis rule detects the use of the "nice" utility to execute a shell. Such behavior may be linked with privilege escalation, unauthorized command execution, or to break out from restricted environments.
sigmaLinuxPaid2026-05-26Suspicious Disabling Security Utilities - Builtin (via syslog)
mediumThis rule detects disabling security tools
sigmaLinux2026-05-25Suspicious Relevant ClamAV Message (via clamav)
highThis rule detects relevant ClamAV messages
sigmaLinuxPaid2026-05-25Suspicious Creation Of An User Account (via auditd)
mediumThis rule detects the creation of a new user account. Such accounts may be used for persistence that do not require persistent remote access tools to be deployed on the system.
sigmaLinux2026-05-24Suspicious Git Clone - Linux (via process_creation)
mediumThis rule detects execution of "git" to clone a remote repository that contain anomalous keywords which might be anomalous
sigmaLinux2026-05-22Suspicious Filename with Embedded Base64 Commands (via file_event)
highThis rule detects files with specially crafted filenames that embed Base64-encoded bash payloads designed to execute when processed by shell scripts. These filenames exploit shell interpretation quirks to trigger hidden commands, a method observed in VShell malware campaigns.
sigmaLinuxPaid2026-05-21Download File To Potentially Suspicious Directory Through Wget (via process_creation)
mediumThis rule detects the use of wget to download content to an anomalous directory
sigmaLinux2026-05-20Suspicious Shell Invocation through Env Command - Linux (via process_creation)
highThis rule detects the use of the env command to invoke a shell. This may indicate an attempt to bypass restricted environments, escalate privileges, or execute arbitrary commands.
sigmaLinuxPaid2026-05-19Suspicious Execution of Inline Python - Spawn Shell Via OS System Library (via process_creation)
highThis rule detects execution of inline Python code via the "-c" to call the "system" function from the "os" library, and spawn a shell.
sigmaLinuxPaid2026-05-17Suspicious Equation Group Indicators (via linux)
highThis rule detects anomalous shell commands used in various Equation Group scripts and tools
sigmaLinuxPaid2026-05-17Suspicious Systemd Service Creation (via auditd)
mediumThis rule detects a creation of systemd services which could be used by threat actors to execute hostile code.
sigmaLinux2026-05-17Malicious Triple Cross eBPF Rootkit Default LockFile (via file_event)
highThis rule detects the creation of the file "rootlog" which is used by the TripleCross rootkit as a way to check if the backdoor is already running.
sigmaLinuxPaid2026-05-15Suspicious Loading of Kernel Module through Insmod (via auditd)
highThis rule detects loading of kernel modules with insmod command. Loadable Kernel Modules (LKMs) are pieces of code that can be loaded and unloaded into the kernel upon demand. Adversaries may use LKMs to obtain persistence within the system or elevate the privileges.
sigmaLinuxPaid2026-05-15Possible Linux Network Service Scanning - Auditd (via auditd)
lowThis rule detects enumeration of local or remote network services.
sigmaLinux2026-05-14Suspicious Remove Immutable File Attribute (via process_creation)
mediumThis rule detects use of the 'chattr' utility to remove immutable file attribute.
sigmaLinux2026-05-12Possible Misuse of Linux Magic System Request Key (via auditd)
mediumThis rule detects the potential misuse of the Linux Magic SysRq (System Request) key by threat actors with root or sufficient privileges to silently manipulate or destabilize a system. By writing to /proc/sysrq-trigger, they can crash the system, kill processes, or disrupt forensic analysis—all while bypassing standard logging. Though intended for recovery and debugging, SysRq can be misused as a stealthy post-exploitation tool. It is controlled via /proc/sys/kernel/sysrq or permanently through /etc/sysctl.conf.
sigmaLinux2026-05-12Suspicious Script Interpreter Spawning Credential Scanner - Linux (via process_creation)
highThis rule detects a script interpreter process (like node.js or bun) spawning a known credential scanning tool (e.g., trufflehog, gitleaks). This behavior is indicative of an attempt to find and steal secrets, as seen in the "Shai-Hulud: The Second Coming" campaign.
sigmaLinuxPaid2026-05-11