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
Suspicious Shell Execution through Find - Linux (via process_creation)
highThis rule detects the use of the find command to execute a shell. Such behavior may be linked with privilege escalation, unauthorized command execution, or exploitation attempt.
sigmaLinuxPaid2026-02-02Suspicious Commands Linux (via auditd)
mediumThis rule detects relevant commands frequently related to malware or hacking behavior
sigmaLinux2026-01-28Suspicious Binary Padding - Linux (via auditd)
highThis rule detects threat actors may use binary padding to add junk data and change the on-disk representation of malware. This rule detect using dd and truncate to add a junk data to file.
sigmaLinuxPaid2026-01-28Possible DD File Overwrite (via process_creation)
lowThis rule detects potential overwriting and deletion of a file using DD.
sigmaLinux2026-01-26Suspicious Reverse Shell Command Line (via linux)
highThis rule detects anomalous shell commands or program code that may be executed or used in command line to establish a reverse shell
sigmaLinuxPaid2026-01-26Suspicious Group Has Been Deleted Through Groupdel (via process_creation)
mediumThis rule detects execution of the "groupdel" binary. Which is leveraged to delete a group. This is sometimes misused by threat actors to cover their tracks
sigmaLinux2026-01-25Possible Coin Miner CPU Priority Param (via auditd)
criticalThis rule detects command line parameter very frequently used with coin miners
sigmaLinuxPaid2026-01-25Malicious Triple Cross eBPF Rootkit Default Persistence (via file_event)
highThis rule detects the creation of "ebpfbackdoor" files in both "cron.d" and "sudoers.d" directories. Which both are related to the TripleCross persistence method
sigmaLinuxPaid2026-01-23Possible Local System Accounts Enumeration - Linux (via process_creation)
lowThis rule detects enumeration of local system accounts. This information can help threat actors determine which local accounts exist on a system to aid in follow-on behavior.
sigmaLinux2026-01-22Suspicious Linux Base64 Encoded Shebang In CLI (via process_creation)
mediumThis rule detects the presence of a base64 version of the shebang in the commandline, which could indicate a hostile payload about to be decoded
sigmaLinux2026-01-22Execution Of Script Located In Potentially Suspicious Directory (via process_creation)
mediumThis rule detects executions of scripts located in potentially anomalous locations such as "/tmp" via a shell such as "bash", "sh", etc.
sigmaLinux2026-01-21Suspicious Clear or Disable Kernel Ring Buffer Logs through Syslog Syscall (via auditd)
mediumThis rule detects the use of the `syslog` syscall with action code 5 (SYSLOG_ACTION_CLEAR), (4 is SYSLOG_ACTION_READ_CLEAR and 6 is SYSLOG_ACTION_CONSOLE_OFF) which clears the kernel ring buffer (dmesg logs). This can be used by adversaries to hide traces after exploitation or privilege escalation. A common method is running `dmesg -c`, which triggers this syscall internally.
sigmaLinux2026-01-20Suspicious Commands to Clear or Remove the Syslog - Builtin (via linux)
highThis rule detects specific commands frequently used to remove or empty the syslog
sigmaLinuxPaid2026-01-19Suspicious Linux Keylogging with Pam.d (via auditd)
highThis rule detects attempt to enable auditing of TTY input
sigmaLinuxPaid2026-01-17Suspicious OMIGOD SCX RunAsProvider ExecuteShellCommand (via process_creation)
highThis rule detects rule to detect the use of the SCX RunAsProvider Invoke_ExecuteShellCommand to execute any UNIX/Linux command using the /bin/sh shell. SCXcore, started as the Microsoft Operations Manager UNIX/Linux Agent, is now used in a host of products including Microsoft Operations Manager, Microsoft Azure, and Microsoft Operations Management Suite.
sigmaLinuxPaid2026-01-16Suspicious Remove Scheduled Cron Task/Job (via process_creation)
mediumThis rule detects use of the 'crontab' utility to remove the current crontab. This is a common occurrence where cryptocurrency miners compete against each other by removing traces of other miners to hijack the maximum amount of resources possible
sigmaLinux2026-01-16Suspicious History File Removal (via process_creation)
highThis rule detects events in which a history file gets deleted, e.g. the ~/bash_history to remove traces of hostile behavior
sigmaLinuxPaid2026-01-14Possible Decode Base64 Encoded Text (via process_creation)
lowThis rule detects use of base64 utility to decode arbitrary base64-encoded text
sigmaLinux2026-01-14Suspicious Linux Shell Pipe to Shell (via process_creation)
mediumThis rule detects anomalous process command line that starts with a shell that runs something and finally gets piped into another shell
sigmaLinux2026-01-13Possible System Information Enumeration - Auditd (via auditd)
lowThis rule detects System Information Discovery commands
sigmaLinux2026-01-12