Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Milad Cheraghi committed Oct 10, 2024
1 parent 3aa8ade commit 1c34eaf
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions proc_creation_lnx_os_credential_dumping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ logsource:
detection:
selection_img:
Image|endswith:
- '/cp'
- '/mv'
- '/cat'
- '/tail'
- '/more'
- '/head'
- '/less'
- '/tac'
- '/grep'
- '/cp'
- '/mv'
- '/cat'
- '/tail'
- '/more'
- '/head'
- '/less'
- '/tac'
- '/grep'
selection_file:
CommandLine|contains:
- 'passwd'
- 'shadow'
- 'master.passwd'
- 'passwd'
- 'shadow'
- 'master.passwd'
condition: selection_img and selection_file
falsepositives:
- Legitimate administration activities
Expand Down

0 comments on commit 1c34eaf

Please sign in to comment.