Fix typo in conditions
This commit is contained in:
@@ -26,7 +26,7 @@ detection:
|
||||
# ParentCommandLine: C:\WINDOWS\system32\svchost.exe -k DcomLaunch -p
|
||||
Image|endswith: '\TiWorker.exe'
|
||||
TargetFileName|endswith: '\uwfservicingscr.scr'
|
||||
condition: selection and not 1 of filter*
|
||||
condition: selection and not 1 of filter_*
|
||||
falsepositives:
|
||||
- Unknown
|
||||
level: medium
|
||||
|
||||
@@ -30,7 +30,7 @@ detection:
|
||||
# This filter is to avoid a race condition FP with this specific ETW provider in aurora
|
||||
Provider_Name: Microsoft-Windows-Kernel-Process
|
||||
Image: null
|
||||
condition: selection and not filter
|
||||
condition: selection and not 1 of filter_*
|
||||
falsepositives:
|
||||
- Unknown
|
||||
level: low
|
||||
|
||||
@@ -57,7 +57,7 @@ detection:
|
||||
# This filter is to avoid a race condition FP with this specific ETW provider in aurora
|
||||
Provider_Name: Microsoft-Windows-Kernel-Process
|
||||
Image: null
|
||||
condition: selection and not 1 of filter*
|
||||
condition: selection and not 1 of filter_*
|
||||
falsepositives:
|
||||
- Used by some .NET binaries, minimal on user workstation.
|
||||
- Used by Microsoft SQL Server Management Studio
|
||||
|
||||
@@ -22,7 +22,7 @@ detection:
|
||||
- '\CompatTelRunner.exe'
|
||||
- ParentImage: 'C:\$WINDOWS.~BT\Sources\SetupHost.exe' # During Windows updates/upgrades
|
||||
# CommandLine: powershell.exe -ExecutionPolicy Restricted -Command Write-Host 'Final result: 1';
|
||||
condition: selection and not filter
|
||||
condition: selection and not 1 of filter_*
|
||||
falsepositives:
|
||||
- Legitimate programs executing PowerShell scripts
|
||||
level: low
|
||||
|
||||
Reference in New Issue
Block a user