Skip to content

Commit

Permalink
fix: syntax bug in rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 authored Sep 3, 2020
1 parent 198469b commit 720ac0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rules/windows/process_creation/win_mouse_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ logsource:
category: process_creation
detection:
selection:
Product:|contains: 'Mouse Lock'
Company:|contains: 'Misc314'
CommandLine:|contains: 'Mouse Lock_'
- Product|contains: 'Mouse Lock'
- Company|contains: 'Misc314'
- CommandLine|contains: 'Mouse Lock_'
condition: selection
fields:
- Product
Expand Down

0 comments on commit 720ac0d

Please sign in to comment.