mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
7602309138
* Converted (to generic sigma) rules * Converter outputs by default with indentation 4
23 lines
583 B
YAML
23 lines
583 B
YAML
title: Dridex Process Pattern
|
|
status: experimental
|
|
description: Detects typical Dridex process patterns
|
|
references:
|
|
- https://app.any.run/tasks/993daa5e-112a-4ff6-8b5a-edbcec7c7ba3
|
|
author: Florian Roth
|
|
date: 2019/01/10
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection1:
|
|
CommandLine: '*\svchost.exe C:\Users\\*\Desktop\\*'
|
|
selection2:
|
|
ParentImage: '*\svchost.exe*'
|
|
CommandLine:
|
|
- '*whoami.exe /all'
|
|
- '*net.exe view'
|
|
condition: 1 of them
|
|
falsepositives:
|
|
- Unlikely
|
|
level: critical
|