mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
24 lines
729 B
YAML
24 lines
729 B
YAML
title: EvilNum Golden Chickens Deployment via OCX Files
|
|
id: 8acf3cfa-1e8c-4099-83de-a0c4038e18f0
|
|
status: experimental
|
|
description: Detects Golden Chickens deployment method as used by Evilnum in report published in July 2020
|
|
references:
|
|
- https://www.welivesecurity.com/2020/07/09/more-evil-deep-look-evilnum-toolset/
|
|
- https://app.any.run/tasks/33d37fdf-158d-4930-aa68-813e1d5eb8ba/
|
|
author: Florian Roth
|
|
date: 2020/07/10
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
CommandLine|contains|all:
|
|
- 'regsvr32'
|
|
- ' /s /i '
|
|
- '\AppData\Roaming\'
|
|
- '.ocx'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: critical
|