restored the rule

This commit is contained in:
yugoslavskiy 2020-11-28 18:52:43 +01:00 committed by GitHub
parent eee2ace2c6
commit 5afb445b8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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