mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
Improved Linux Shell Activity Rule
This commit is contained in:
parent
9afa12f4a3
commit
789b3899df
@ -7,12 +7,16 @@ logsource:
|
||||
product: linux
|
||||
detection:
|
||||
keywords:
|
||||
# Apache Struts in-the-wild exploit codes
|
||||
- 'stop;service iptables stop;'
|
||||
- 'stop;SuSEfirewall2 stop;'
|
||||
# Generic suspicious commands
|
||||
- 'wget * - http* | perl'
|
||||
- 'wget * - http* | sh'
|
||||
- 'wget * - http* | bash'
|
||||
# Apache Struts in-the-wild exploit codes
|
||||
- 'stop;service iptables stop;'
|
||||
- 'stop;SuSEfirewall2 stop;'
|
||||
- 'chmod 777 2020'
|
||||
- '">>/etc/rc.local;'
|
||||
- 'wget -c *;chmod 777'
|
||||
# Metasploit framework exploit codes
|
||||
- 'base64 -d /tmp/'
|
||||
- ' | base64 -d'
|
||||
|
Loading…
Reference in New Issue
Block a user