Skip to content

Commit a98b263

Browse files
committed
I dont even know pt 11
1 parent 8e6680e commit a98b263

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

rules/linux/file_event/file_event_lnx_new_suid_file.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,13 @@ logsource:
1414
product: linux
1515
category: file_event
1616
detection:
17-
selection_chmod:
18-
CommandLine|contains:
19-
- 'chmod 4755'
20-
- 'chmod 4750'
21-
- 'chmod 4777'
22-
- 'chmod 2755'
23-
- 'chmod +s'
2417
selection_tmp_paths:
2518
TargetFilename|contains:
2619
- '/tmp/'
2720
- '/usr/local/bin/'
2821
- '/opt/'
2922
- '/home/'
30-
condition: selection_chmod or selection_tmp_paths
23+
condition: selection_tmp_paths
3124
falsepositives:
3225
- Legitimate admin operations changing permissions.
3326
level: high

0 commit comments

Comments
 (0)