SigmaHQ/rules/windows/image_load/sysmon_susp_image_load.yml

28 lines
808 B
YAML
Raw Normal View History

2020-06-10 14:32:30 +00:00
title: Possible Process Hollowing Image Loading
id: e32ce4f5-46c6-4c47-ba69-5de3c9193cd7
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
modified: 2020/08/23
2020-06-10 14:32:30 +00:00
tags:
- attack.defense_evasion
- attack.t1073 # an old one
- attack.t1574.002
2020-06-10 14:32:30 +00:00
logsource:
category: image_load
2020-06-10 14:32:30 +00:00
product: windows
detection:
selection:
2020-10-15 19:05:50 +00:00
Image|endswith:
- '\notepad.exe'
ImageLoaded|endswith:
- '\samlib.dll'
- '\WinSCard.dll'
2020-06-10 14:32:30 +00:00
condition: selection
falsepositives:
- Very likely, needs more tuning
level: high