MITRE ATT&CK technique
Exploitation for Privilege Escalation detection rulesT1068
Exploitation for Privilege Escalation (T1068) is a MITRE ATT&CK technique in the Privilege Escalation tactic. This page lists the 31 community-maintained Sigma detection rules in the library mapped to T1068 and its sub-techniques. Each rule includes its detection logic, log source, false positives and original YAML. These rules mainly target windows, linux, zeek.
Tactic
Audit CVE Event
criticalDetects events generated by user-mode applications when they call the CveEventWrite API when a known vulnerability is trying to be exploited. MS started using this log in Jan. 2020 with CVE-2020-0601 (a Windows CryptoAPI vulnerability. Unfortunately, that is about the only instance of CVEs being written to this log.
windows
Exploiting CVE-2019-1388
criticalDetects an exploitation attempt in which the UAC consent dialogue is used to invoke an Internet Explorer process running as LOCAL_SYSTEM
windows · process_creation
HackTool - SysmonEOP Execution
criticalDetects the execution of the PoC that can be used to exploit Sysmon CVE-2022-41120
windows · process_creation
InstallerFileTakeOver LPE CVE-2021-41379 File Create Event
criticalDetects signs of the exploitation of LPE CVE-2021-41379 that include an msiexec process that creates an elevation_service.exe file
windows · file_event
Possible Coin Miner CPU Priority Param
criticalDetects command line parameter very often used with coin miners
linux
Potential CVE-2021-41379 Exploitation Attempt
criticalDetects potential exploitation attempts of CVE-2021-41379 (InstallerFileTakeOver), a local privilege escalation (LPE) vulnerability where the attacker spawns a "cmd.exe" process as a child of Microsoft Edge elevation service "elevation_service" with "LOCAL_SYSTEM" rights
windows · process_creation
Potential SystemNightmare Exploitation Attempt
criticalDetects an exploitation attempt of SystemNightmare in order to obtain a shell as LOCAL_SYSTEM
windows · process_creation
Sudo Privilege Escalation CVE-2019-14287 - Builtin
criticalDetects users trying to exploit sudo vulnerability reported in CVE-2019-14287
linux
Authencesn Crypto Module Load via Modprobe - Copy-Fail Indicator
highDetects kernel auto-loading of the authencesn crypto module via modprobe This occurs when user-space code creates an AF_ALG socket and binds the authencesn AEAD cipher (e.g., authencesn(hmac(sha256),cbc(aes))). The kernel invokes modprobe to load the crypto module. This is a key indicator of CVE-2026-31431 (Copy Fail) exploitation, where the authencesn cipher is used to trigger a buffer overflow in the AF_ALG AEAD splice path, corrupting the page cache of SUID binaries for local privilege escalation. On Linux systems, modprobe is typically a symlink to kmod, so the process image will be /usr/bin/kmod (or /bin/kmod) with 'modprobe' appearing in the command line.
linux · process_creation
Buffer Overflow Attempts
highDetects buffer overflow attempts in Unix system log files
linux
Exploiting SetupComplete.cmd CVE-2019-1378
highDetects exploitation attempt of privilege escalation vulnerability via SetupComplete.cmd and PartnerSetupComplete.cmd described in CVE-2019-1378
windows · process_creation
HKTL - SharpSuccessor Privilege Escalation Tool Execution
highDetects the execution of SharpSuccessor, a tool used to exploit the BadSuccessor attack for privilege escalation in WinServer 2025 Active Directory environments. Successful usage of this tool can let the attackers gain the domain admin privileges by exploiting the BadSuccessor vulnerability.
windows · process_creation
Linux AF_ALG Socket Creation - Kernel Crypto API Exploit Indicator
highDetects creation of AF_ALG (Address Family 38) sockets via the socket() syscall. AF_ALG is the Linux kernel crypto API interface. It is exploited in CVE-2026-31431 to achieve local privilege escalation via a buffer overflow in the AF_ALG AEAD splice path that corrupts the page cache of SUID binaries. Legitimate AF_ALG usage is rare and confined to specific crypto utilities and VPN daemons using non-default kernel offload configurations.
linux
Malicious Driver Load
highDetects loading of known malicious drivers via their hash.
windows · driver_load
Non-Standard Nsswitch.Conf Creation - Potential CVE-2025-32463 Exploitation
highDetects the creation of nsswitch.conf files in non-standard directories, which may indicate exploitation of CVE-2025-32463. This vulnerability requires an attacker to create a nsswitch.conf in a directory that will be used during sudo chroot operations. When sudo executes, it loads malicious shared libraries from user-controlled locations within the chroot environment, potentially leading to arbitrary code execution and privilege escalation.
linux · file_event
OMIGOD HTTP No Authentication RCE - CVE-2021-38647
highDetects the exploitation of OMIGOD (CVE-2021-38647) which allows remote execute (RCE) commands as root with just a single unauthenticated HTTP request. Verify, successful, exploitation by viewing the HTTP client (request) body to see what was passed to the server (using PCAP). Within the client body is where the code execution would occur. Additionally, check the endpoint logs to see if suspicious commands or activity occurred within the timeframe of this HTTP request.
zeek
OMIGOD SCX RunAsProvider ExecuteScript
highRule to detect the use of the SCX RunAsProvider ExecuteScript to execute any UNIX/Linux script using the /bin/sh shell. Script being executed gets created as a temp file in /tmp folder with a scx* prefix. Then it is invoked from the following directory /etc/opt/microsoft/scx/conf/tmpdir/. The file in that directory has the same prefix scx*. 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.
linux · process_creation
OMIGOD SCX RunAsProvider ExecuteShellCommand
highRule 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.
linux · process_creation
Potential Exploitation of CrushFTP RCE Vulnerability (CVE-2025-54309)
highDetects suspicious child processes created by CrushFTP. It could be an indication of exploitation of a RCE vulnerability such as CVE-2025-54309.
windows · process_creation
Potential Nimbuspwn Exploit CVE-2022-29799 and CVE-2022-27800
highDetects potential exploitation attempts of Nimbuspwn vulnerabilities CVE-2022-29799 and CVE-2022-27800 in Linux systems.
linux
Potential Zerologon (CVE-2020-1472) Exploitation
highDetects potential Netlogon Elevation of Privilege Vulnerability aka Zerologon (CVE-2020-1472)
windows
Process Explorer Driver Creation By Non-Sysinternals Binary
highDetects creation of the Process Explorer drivers by processes other than Process Explorer (procexp) itself. Hack tools or malware may use the Process Explorer driver to elevate privileges, drops it to disk for a few moments, runs a service using that driver and removes it afterwards.
windows · file_event
Sudo Privilege Escalation CVE-2019-14287
highDetects users trying to exploit sudo vulnerability reported in CVE-2019-14287
linux · process_creation
Suspicious Spool Service Child Process
highDetects suspicious print spool service (spoolsv.exe) child processes.
windows · process_creation
Suspicious Sysmon as Execution Parent
highDetects suspicious process executions in which Sysmon itself is the parent of a process, which could be a sign of exploitation (e.g. CVE-2022-41120)
windows · process_creation
Vulnerable Driver Load
highDetects loading of known vulnerable drivers via their hash.
windows · driver_load
Malicious Driver Load By Name
mediumDetects loading of known malicious drivers via the file name of the drivers.
windows · driver_load
Potential CVE-2024-35250 Exploitation Activity
mediumDetects potentially suspicious loading of "ksproxy.ax", which may indicate an attempt to exploit CVE-2024-35250.
windows · image_load
Process Monitor Driver Creation By Non-Sysinternals Binary
mediumDetects creation of the Process Monitor driver by processes other than Process Monitor (procmon) itself.
windows · file_event
Linux Sudo Chroot Execution
lowDetects the execution of 'sudo' command with '--chroot' option, which is used to change the root directory for command execution. Attackers may use this technique to evade detection and execute commands in a modified environment. This can be part of a privilege escalation strategy, as it allows the execution of commands with elevated privileges in a controlled environment as seen in CVE-2025-32463. While investigating, look out for unusual or unexpected use of 'sudo --chroot' in conjunction with other commands or scripts such as execution from temporary directories or unusual user accounts.
linux · process_creation
Vulnerable Driver Load By Name
lowDetects the load of known vulnerable drivers via the file name of the drivers.
windows · driver_load