Remove asterisk from condition

This commit is contained in:
grikos 2020-10-13 22:37:51 +03:00 committed by GitHub
parent 49119e162f
commit a998c9b74c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,9 @@ logsource:
detection:
selection:
Image|endswith: '\VBoxDrvInst.exe'
CommandLine:
- 'driver*executeinf'
CommandLine|contains|all:
- 'driver'
- 'executeinf'
condition: selection
fields:
- ComputerName