This commit is contained in:
alexpetrov12 2019-10-23 02:42:37 +03:00
parent 29cd7fed3e
commit ebe4fe0377
3 changed files with 7 additions and 7 deletions

View File

@ -13,8 +13,8 @@ logsource:
product: windows
detection:
selection:
Image: '*\rundll32.exe'
CommandLine: '*comsvcs.dll*minidump*'
Image:'*\rundll32.exe'
CommandLine:'*comsvcs.dll*minidump*'
condition: selection
falsepositives:
- unknown

View File

@ -15,9 +15,9 @@ detection:
selection:
EventID: 8
TargetProcessAddress:
- '*0B80'
- '*0C7C'
- '*0C88'
-'*0B80'
-'*0C7C'
-'*0C88'
condition: selection
falsepositives:
- unknown

View File

@ -15,8 +15,8 @@ logsource:
detection:
selection:
EventID: 4688
ProcessName: '*\fltMC.exe'
CommandLine: '*unload*Sys*'
ProcessName:'*\fltMC.exe'
CommandLine:'*unload*Sys*'
selection1:
EventID: 4673
PrivilegeList: '*\SeLoadDriverPrivilege'