Improved Linux Shell Activity Rule

This commit is contained in:
Florian Roth 2017-03-15 09:07:59 +01:00
parent 9afa12f4a3
commit 789b3899df

View File

@ -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'