Add detect_by_option

This commit is contained in:
frack113 2021-10-25 20:49:30 +02:00 committed by GitHub
parent db640f6080
commit 8eee468cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,11 @@ logsource:
product: windows
category: process_creation
detection:
detect_by_option:
CommandLine|contains|all:
- '--config '
- '--no-check-certificate '
- ' copy '
exec_selection:
Image|endswith: '\rclone.exe'
ParentImage|endswith:
@ -45,7 +50,7 @@ detection:
- 'no-check-certificate '
description_selection:
Description: 'Rsync for cloud storage'
condition: command_selection and ( description_selection or exec_selection )
condition: detect_by_option or command_selection and ( description_selection or exec_selection )
fields:
- CommandLine
- ParentCommandLine