There was an error while loading. Please reload this page.
1 parent 8e6680e commit a98b263Copy full SHA for a98b263
1 file changed
rules/linux/file_event/file_event_lnx_new_suid_file.yml
@@ -14,20 +14,13 @@ logsource:
14
product: linux
15
category: file_event
16
detection:
17
- selection_chmod:
18
- CommandLine|contains:
19
- - 'chmod 4755'
20
- - 'chmod 4750'
21
- - 'chmod 4777'
22
- - 'chmod 2755'
23
- - 'chmod +s'
24
selection_tmp_paths:
25
TargetFilename|contains:
26
- '/tmp/'
27
- '/usr/local/bin/'
28
- '/opt/'
29
- '/home/'
30
- condition: selection_chmod or selection_tmp_paths
+ condition: selection_tmp_paths
31
falsepositives:
32
- Legitimate admin operations changing permissions.
33
level: high
0 commit comments