Rule needs endwith, not exact match.
Fix ImageLoaded filter to match with endswith, rather than exact match.
This commit is contained in:
@@ -16,7 +16,7 @@ detection:
|
||||
selection:
|
||||
EventID: 7
|
||||
Image: 'C:\Windows\System32\wbem\WmiPrvSE.exe'
|
||||
ImageLoaded: 'wbemcons.dll'
|
||||
ImageLoaded|endswith: '\wbemcons.dll'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- Unknown (data set is too small; further testing needed)
|
||||
|
||||
Reference in New Issue
Block a user