Merge pull request #786 from EccoTheFlintstone/perf_fix

various rules cleaning (slight perf improvements)
This commit is contained in:
Florian Roth
2020-05-23 09:54:28 +02:00
committed by GitHub
8 changed files with 26 additions and 26 deletions
@@ -31,6 +31,7 @@ detection:
selection2:
EventID: 12
TargetObject: '*\cmmgr32.exe*'
EventType: 'CreateKey'
# Registry Object Value Set
selection3:
EventID: 13
@@ -18,6 +18,7 @@ detection:
- EventID: 12 # key create
# Sysmon gives us HKLM\SYSTEM\CurrentControlSet\.. if ControlSetXX is the selected one
TargetObject: 'HKLM\SYSTEM\CurrentControlSet\Control\MiniNt'
EventType: 'CreateKey' # we don't want deletekey
- EventID: 14 # key rename
NewName: 'HKLM\SYSTEM\CurrentControlSet\Control\MiniNt'
condition: selection
@@ -16,6 +16,7 @@ logsource:
detection:
selection:
EventID: 12
EventType: 'CreateKey' # don't want DeleteKey events
TargetObject: 'HKU\\*_Classes\CLSID\\*\TreatAs'
condition: selection
falsepositives:
@@ -16,12 +16,12 @@ detection:
selection:
EventID: 7
Image:
- '*\winword.exe*'
- '*\powerpnt.exe*'
- '*\excel.exe*'
- '*\outlook.exe*'
- '*\winword.exe'
- '*\powerpnt.exe'
- '*\excel.exe'
- '*\outlook.exe'
ImageLoaded:
- '*C:\Windows\assembly\*'
- 'C:\Windows\assembly\*'
condition: selection
falsepositives:
- Alerts on legitimate macro usage as well, will need to filter as appropriate
@@ -16,12 +16,12 @@ detection:
selection:
EventID: 7
Image:
- '*\winword.exe*'
- '*\powerpnt.exe*'
- '*\excel.exe*'
- '*\outlook.exe*'
- '*\winword.exe'
- '*\powerpnt.exe'
- '*\excel.exe'
- '*\outlook.exe'
ImageLoaded:
- '*C:\Windows\Microsoft.NET\assembly\GAC_MSIL*'
- 'C:\Windows\Microsoft.NET\assembly\GAC_MSIL*'
condition: selection
falsepositives:
- Alerts on legitimate macro usage as well, will need to filter as appropriate
@@ -16,12 +16,12 @@ detection:
selection:
EventID: 7
Image:
- '*\winword.exe*'
- '*\powerpnt.exe*'
- '*\excel.exe*'
- '*\outlook.exe*'
- '*\winword.exe'
- '*\powerpnt.exe'
- '*\excel.exe'
- '*\outlook.exe'
ImageLoaded:
- '*\kerberos.dll*'
- '*\kerberos.dll'
condition: selection
falsepositives:
- Alerts on legitimate macro usage as well, will need to filter as appropriate
@@ -16,14 +16,14 @@ detection:
selection:
EventID: 7
Image:
- '*\winword.exe*'
- '*\powerpnt.exe*'
- '*\excel.exe*'
- '*\outlook.exe*'
- '*\winword.exe'
- '*\powerpnt.exe'
- '*\excel.exe'
- '*\outlook.exe'
ImageLoaded:
- '*\VBE7.DLL*'
- '*\VBEUI.DLL*'
- '*\VBE7INTL.DLL*'
- '*\VBE7.DLL'
- '*\VBEUI.DLL'
- '*\VBE7INTL.DLL'
condition: selection
falsepositives:
- Alerts on legitimate macro usage as well, will need to filter as appropriate
@@ -27,12 +27,9 @@ detection:
- '*\tsvipsrv.dll'
- '*\wlbsctrl.dll'
filter:
EventID: 7
Image:
- '*\svchost.exe'
ImageLoaded:
- 'C:\Windows\WinSxS\*'
condition: selection and not filter
falsepositives:
- Pentest
level: high
level: high