refactor: comsvcs.dll adjustments - run by ordinal variants
This commit is contained in:
@@ -19,7 +19,7 @@ description: 'PoC rule to detect malicious activity - following the principle: i
|
||||
status: experimental
|
||||
author: Florian Roth
|
||||
date: 2019/12/22
|
||||
modified: 2020/05/18
|
||||
modified: 2021/12/08
|
||||
level: high
|
||||
action: global
|
||||
---
|
||||
@@ -54,6 +54,10 @@ detection:
|
||||
- 'schtasks* /create *AppData' # Scheduled task creation pointing to AppData
|
||||
- ' comsvcs.dll,MiniDump' # Process dumping method apart from procdump
|
||||
- ' comsvcs.dll,#24' # Process dumping method apart from procdump
|
||||
- ' comsvcs.dll MiniDump' # Process dumping method apart from procdump
|
||||
- ' comsvcs.dll #24' # Process dumping method apart from procdump
|
||||
- 'MiniDump full' # Process dumping method apart from procdump
|
||||
- '#24 full' # Process dumping method apart from procdump
|
||||
selection_parent_child:
|
||||
ParentImage|contains:
|
||||
# Office Dropper Detection
|
||||
|
||||
Reference in New Issue
Block a user