mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-26 06:42:08 +00:00
Update rules/falco_rules.yaml
Signed-off-by: darryk10 stefano.chierici@sysdig.com Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
ae5342c54b
commit
b9925577ef
@ -3131,7 +3131,7 @@
|
||||
condition:
|
||||
spawned_process and user.uid != 0 and proc.name=pkexec and proc.args = ''
|
||||
output:
|
||||
"Detect Polkit pkexec Local Privilege Escalation Exploit (CVE-2021-4034) (user=%user.loginname uid=%user.loginuid command=%proc.cmdline args=%evt.args)"
|
||||
"Detect Polkit pkexec Local Privilege Escalation Exploit (CVE-2021-4034) (user=%user.loginname uid=%user.loginuid command=%proc.cmdline args=%proc.args)"
|
||||
priority: CRITICAL
|
||||
tags: [process, mitre_privilege_escalation]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user