2019-01-16 22:36:31 +00:00
|
|
|
title: Dridex Process Pattern
|
2019-11-12 22:12:27 +00:00
|
|
|
id: e6eb5a96-9e6f-4a18-9cdd-642cfda21c8e
|
2019-01-16 22:36:31 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects typical Dridex process patterns
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://app.any.run/tasks/993daa5e-112a-4ff6-8b5a-edbcec7c7ba3
|
2019-01-16 22:36:31 +00:00
|
|
|
author: Florian Roth
|
|
|
|
date: 2019/01/10
|
2019-03-05 23:16:40 +00:00
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.privilege_escalation
|
|
|
|
- attack.t1055
|
2019-01-16 22:36:31 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection1:
|
|
|
|
CommandLine: '*\svchost.exe C:\Users\\*\Desktop\\*'
|
|
|
|
selection2:
|
|
|
|
ParentImage: '*\svchost.exe*'
|
|
|
|
CommandLine:
|
|
|
|
- '*whoami.exe /all'
|
|
|
|
- '*net.exe view'
|
|
|
|
condition: 1 of them
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Unlikely
|
2019-01-16 22:36:31 +00:00
|
|
|
level: critical
|