mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
24 lines
630 B
YAML
24 lines
630 B
YAML
title: Renamed SysInternals Debug View
|
|
id: cd764533-2e07-40d6-a718-cfeec7f2da7f
|
|
status: experimental
|
|
description: Detects suspicious renamed SysInternals DebugView execution
|
|
references:
|
|
- https://www.epicturla.com/blog/sysinturla
|
|
author: Florian Roth
|
|
date: 2020/05/28
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Product:
|
|
- 'Sysinternals DebugView'
|
|
- 'Sysinternals Debugview'
|
|
filter:
|
|
OriginalFileName: 'Dbgview.exe'
|
|
Image|endswith: '\Dbgview.exe'
|
|
condition: selection and not filter
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|