Skip to content

Commit e2da0b3

Browse files
authored
Update execution_unusual_kthreadd_execution.toml
1 parent 83734b4 commit e2da0b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/linux/execution_unusual_kthreadd_execution.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ host.os.type:linux and event.category:process and event.type:start and event.act
6060
process.name:(bash or dash or sh or tcsh or csh or zsh or ksh or fish or whoami or curl or wget or id or nohup or setsid)
6161
) and
6262
process.command_line:(
63-
*cron* or */etc/rc.local* or */dev/tcp/* or */etc/init.d* or */etc/ld.so* or */etc/sudoers* or *base64 * or */etc/profile* or
64-
*/dev/shm/* or */etc/ssh* or */home/*/.ssh/* or */root/.ssh* or *~/.ssh/* or *xxd * or */etc/shadow* or */tmp/* or
63+
*cron* or */etc/rc.local* or */dev/tcp/* or */etc/init.d* or */etc/ld.so* or */etc/sudoers* or *base64* or */etc/profile* or
64+
*/dev/shm/* or */etc/ssh* or */home/*/.ssh/* or */root/.ssh* or *~/.ssh/* or *xxd* or */etc/shadow* or */tmp/* or
6565
*/var/tmp/* or */var/www/* or */var/log/* or */var/run/*
6666
) and not (
6767
process.name:(dpkg or true or flock or uname or mount or umount or cifs.upcall or touch or gdbus or grep or getopt) or

0 commit comments

Comments
 (0)