Fix typo in conditions

This commit is contained in:
Nasreddine Bencherchali
2022-11-08 12:10:20 +01:00
parent 220e9c2c90
commit 024d76d5e5
4 changed files with 4 additions and 4 deletions
@@ -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