Merge pull request #1515 from jbeley/master

Modified win_susp_rclone_exec.yml to detect renamed rclone executable…
This commit is contained in:
Florian Roth 2021-05-27 18:22:16 +02:00 committed by GitHub
commit c3ab7d19f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,16 +11,11 @@ tags:
- attack.t1567.002
falsepositives:
- Legitimate Rclone usage (rare)
level: high
level: high
logsource:
product: windows
category: process_creation
detection:
exec_selection:
Image|endswith: '\rclone.exe'
ParentImage|endswith:
- '\PowerShell.exe'
- '\cmd.exe'
command_selection:
CommandLine|contains:
- ' pass '
@ -32,4 +27,6 @@ detection:
- ' lsd '
- ' remote '
- ' ls '
condition: exec_selection and 1 of command_selection
description_selection:
Description: 'Rsync for cloud storage'
condition: 1 of command_selection and description_selection