Files
blue-team-tools/deprecated/windows/image_load_susp_uncommon_image_load.yml
T
frack113 83b9ff50bc Merge PR #5418 from @frack113 - chore: 🧹 Update MITRE V17 DLL tags
chore: Update MITRE T1574.002 as is now merge into T1574.001 in the V17
2025-05-15 12:17:10 +02:00

26 lines
827 B
YAML

title: Possible Process Hollowing Image Loading
id: e32ce4f5-46c6-4c47-ba69-5de3c9193cd7
status: deprecated # Needs to be a correlation rule
description: Detects Loading of samlib.dll, WinSCard.dll from untypical process e.g. through process hollowing by Mimikatz
references:
- https://web.archive.org/web/20220815065318/https://cyberwardog.blogspot.com/2017/03/chronicles-of-threat-hunter-hunting-for.html
author: Markus Neis
date: 2018/01/07
modified: 2024/01/22
tags:
- attack.defense_evasion
- attack.t1574.001
logsource:
category: image_load
product: windows
detection:
selection:
Image|endswith: '\notepad.exe'
ImageLoaded|endswith:
- '\samlib.dll'
- '\WinSCard.dll'
condition: selection
falsepositives:
- Very likely, needs more tuning
level: high