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 Ruby Reverse Shell (via process_creation)
mediumThis rule detects execution of ruby with the "-e" flag and calls to "socket" related functions. This could be an indication of a potential attempt to setup a reverse shell
sigmaLinux2026-05-10Possible Split A File Into Pieces - Linux (via auditd)
lowThis rule detects detection use of the command "split" to split files into parts and possible transfer.
sigmaLinux2026-05-10Suspicious Change of ld.so.preload (via auditd)
highThis rule detects modification of ld.so.preload for shared object injection. This method is used by adversaries to load arbitrary code into processes.
sigmaLinuxPaid2026-05-07Possible Clipboard Collection with Xclip Utility - Auditd (via auditd)
lowThis rule detects attempts to collect 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-05-07Possible ESXi Network Configuration Enumeration Through ESXCLI (via process_creation)
mediumThis rule detects execution of the "esxcli" command with the "network" flag to retrieve information about the network configuration.
sigmaLinux2026-05-05Possible Steganography Unzip Hidden Information From Picture File (via auditd)
lowThis rule detects extracting of zip file from image file
sigmaLinux2026-05-05Suspicious Pnscan Binary Data Transmission Behavior (via process_creation)
mediumThis rule detects command line patterns linked with the use of Pnscan for sending and receiving binary data across the network. This behavior has been identified in a Linux malware campaign targeting Docker, Apache Hadoop, Redis, and Confluence and was previously used by the threat actor known as TeamTNT
sigmaLinux2026-05-04Suspicious Execution of PUA - TruffleHog - Linux (via process_creation)
mediumThis rule detects execution of TruffleHog, a tool used to search for secrets in different platforms like Git, Jira, Slack, SharePoint, etc. that could be used maliciously. While it is a legitimate tool, intended for use in CI pipelines and security assessments, It was observed in the Shai-Hulud malware campaign targeting npm packages to steal sensitive information.
sigmaLinux2026-05-03Possible Suspicious BPF Behavior - Linux (via linux)
highThis rule detects the presence of "bpf_probe_write_user" BPF helper-generated warning messages. Which could be a sign of anomalous eBPF behavior on the system.
sigmaLinuxPaid2026-05-02Possible System and Hardware Information Enumeration (via auditd)
informationalThis rule detects system information discovery commands
sigmaLinux2026-05-02Execution of Possible Perl Reverse Shell (via process_creation)
highThis rule detects execution of the perl binary with the "-e" flag and common strings related to potential reverse shell behavior
sigmaLinuxPaid2026-05-01Possible Linux Process Code Injection Through DD Utility (via process_creation)
mediumThis rule detects the injection of code by overwriting the memory map of a Linux process using the "dd" Linux command.
sigmaLinux2026-05-01Suspicious Behavior in Shell Commands (via linux)
highThis rule detects anomalous shell commands used in various exploit codes (see references)
sigmaLinuxPaid2026-05-01Suspicious Curl File Upload - Linux (via process_creation)
mediumThis rule detects an anomalous curl process start the adds a file to a web request
sigmaLinux2026-04-29Suspicious Python Spawning Pretty TTY Through PTY Module (via process_creation)
mediumThis rule detects a python process calling to the PTY module to spawn a pretty tty which could be indicative of potential reverse shell activity.
sigmaLinux2026-04-27Suspicious User Has Been Deleted Through Userdel (via process_creation)
mediumThis rule detects execution of the "userdel" binary. Which is leveraged to delete a user account and related files. This is sometimes misused by threat actors to cover their tracks
sigmaLinux2026-04-26Possible Screen Capture with Import Utility (via auditd)
lowThis rule detects adversary creating screen capture of a desktop with Import Tool. Highly recommended using rule on servers, due to high use of screenshot utilities on user workstations. ImageMagick must be installed.
sigmaLinux2026-04-26Possible Linux Capabilities Enumeration (via auditd)
lowThis rule detects attempts to discover the files with setuid/setgid capability on them. That would enable adversary to escalate their privileges.
sigmaLinux2026-04-26Suspicious C2 Activities (via auditd)
mediumThis rule detects anomalous activities as declared by Florian Roth in its 'Best Practice Auditd Configuration'. This includes the detection of the following commands; wget, curl, base64, nc, netcat, ncat, ssh, socat, wireshark, rawshark, rdesktop, nmap. These commands match a few methods from the tactics "Command and Control", including not exhaustively the following; Application Layer Protocol (T1071), Non-Application Layer Protocol (T1095), Data Encoding (T1132)
sigmaLinux2026-04-25Possible Suspicious Change To Sensitive/Critical Files (via process_creation)
mediumThis rule detects changes of sensitive and critical files. Monitors files that you don't expect to change without planning on Linux system. These files include, but are not limited to, system configuration files, authentication files, and critical application files. Attackers frequently target these files to maintain persistence, escalate privileges, or disrupt system operations.
sigmaLinux2026-04-24