Update process_creation_susp_7z.yml

This commit is contained in:
Florian Roth 2021-07-27 15:24:39 +02:00 committed by GitHub
parent c31bc05aae
commit 428995d00e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,14 +15,15 @@ logsource:
detection:
selection_7z:
Image|endswith:
- '7z.exe'
- '7za.exe'
selection_param:
CommandLine|contains|all:
- ' -p'
- '\7z.exe'
- '\7za.exe'
selection_password:
CommandLine|contains: ' -p'
selection_action:
CommandLine|contains:
- ' a '
- ' u '
condition: selection_7z and selection_param
condition: all of them
falsepositives:
- Command line parameter combinations that contain all included strings
level: medium