mirror of
https://github.com/valitydev/atomic-threat-coverage.git
synced 2024-11-06 17:45:23 +00:00
23 lines
647 B
YAML
Executable File
23 lines
647 B
YAML
Executable File
title: Possible Process Hollowing Image Loading
|
|
status: experimental
|
|
description: Detects Loading of samlib.dll, WinSCard.dll from untypical process e.g. through process hollowing by Mimikatz
|
|
references:
|
|
- https://cyberwardog.blogspot.com/2017/03/chronicles-of-threat-hunter-hunting-for.html
|
|
author: Markus Neis
|
|
date: 2018/01/07
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 7
|
|
Image:
|
|
- '*\notepad.exe'
|
|
ImageLoaded:
|
|
- '*\samlib.dll'
|
|
- '*\WinSCard.dll'
|
|
condition: selection
|
|
falsepositives:
|
|
- Very likely, needs more tuning
|
|
level: high
|