mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
restored the rule
This commit is contained in:
parent
eee2ace2c6
commit
5afb445b8b
@ -10,12 +10,12 @@ references:
|
||||
logsource:
|
||||
product: linux
|
||||
detection:
|
||||
selection1|contains:
|
||||
- 'chown root'
|
||||
selection2|contains:
|
||||
- ' chmod u+s'
|
||||
selection1:
|
||||
- '*chown root*'
|
||||
selection2:
|
||||
- '* chmod u+s*'
|
||||
selection3|contains:
|
||||
- ' chmod g+s'
|
||||
- '* chmod g+s*'
|
||||
condition: (selection1 and selection2) or (selection1 and selection3)
|
||||
falsepositives:
|
||||
- Legitimate administration activities
|
||||
|
Loading…
Reference in New Issue
Block a user