You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rules/linux/persistence_web_server_unusual_command_execution.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -86,11 +86,11 @@ event.category:process and host.os.type:linux and event.type:start and event.act
86
86
process.command_line:* and process.name:(bash or dash or sh or tcsh or csh or zsh or ksh or fish) and process.args:"-c" and
87
87
not (
88
88
(process.parent.name:java and not process.parent.executable:/u0*/*) or
89
-
(process.parent.name:php* and process.parent.executable:(/bin/php or /usr/bin/php or /usr/local/bin/php or /tmp/*php or /bin/php or /usr/bin/php or /usr/local/bin/php)) or
90
89
(process.parent.name:node and process.parent.executable:(/home/*/.vscode-server/* or /users/*/.vscode-server/* or /bin/node or /usr/bin/node or /usr/local/bin/node or /opt/plesk/node/*/bin/node)) or
91
90
process.working_directory:(/u0*/*/sysman/emd or /u0*/app/oracle/product/*/dbhome_* or /u0*/app/oracle/product/*/db_* or /var/www/*edoc*) or
0 commit comments