Files
blue-team-tools/rules/windows/image_load/sysmon_susp_system_drawing_load.yml
T

37 lines
1.3 KiB
YAML

title: Suspicious System.Drawing Load
id: 666ecfc7-229d-42b8-821e-1a8f8cb7057c
description: A General detection for processes loading System.Drawing.ni.dll. This could be an indicator of potential Screen Capture.
status: experimental
date: 2020/05/02
modified: 2021/11/27
author: Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research)
tags:
- attack.collection
- attack.t1113
references:
- https://github.com/OTRF/detection-hackathon-apt29/issues/16
- https://threathunterplaybook.com/evals/apt29/detections/7.A.1_3B4E5808-3C71-406A-B181-17B0CE3178C9.html
logsource:
product: windows
category: image_load
detection:
selection:
ImageLoaded|endswith: '\System.Drawing.ni.dll'
filter:
Image|endswith:
- '\WmiPrvSE.exe'
- '\mmc.exe'
- 'C:\Windows\System32\NhNotifSys.exe'
- '\Services\Microsoft.VisualStudio.Setup.Service\BackgroundDownload.exe'
- '\mscorsvw.exe'
Image|startswith:
- 'C:\Program Files\'
- 'C:\Program Files (x86)\'
- 'C:\Windows\System32\'
- 'C:\Windows\ImmersiveControlPanel\'
- 'C:\Windows\System32\NhNotifSys.exe'
- 'C:\Users\*\AppData\Local\NhNotifSys\nahimic\nahimicNotifSys.exe'
condition: selection and not filter
falsepositives:
- unknown
level: medium