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
|
2020-11-27 18:10:31 +00:00
|
|
|
author: Florian Roth, oscd.community
|
2019-01-16 22:36:31 +00:00
|
|
|
date: 2019/01/10
|
2020-09-01 17:02:36 +00:00
|
|
|
modified: 2020/09/01
|
2019-03-05 23:16:40 +00:00
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.privilege_escalation
|
|
|
|
- attack.t1055
|
2020-09-01 17:02:36 +00:00
|
|
|
- attack.discovery
|
|
|
|
- attack.t1135
|
|
|
|
- attack.t1033
|
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:
|
2021-02-24 22:57:26 +00:00
|
|
|
Image|endswith: '\svchost.exe'
|
2020-11-27 18:10:31 +00:00
|
|
|
CommandLine|contains|all:
|
|
|
|
- 'C:\Users\'
|
|
|
|
- '\Desktop\'
|
2019-03-01 23:14:20 +00:00
|
|
|
selection2:
|
2020-11-27 18:10:31 +00:00
|
|
|
ParentImage|endswith: '\svchost.exe'
|
|
|
|
selection3:
|
2021-02-24 22:57:26 +00:00
|
|
|
Image|endswith: '\whoami.exe'
|
2020-11-27 18:10:31 +00:00
|
|
|
CommandLine|contains: 'all'
|
|
|
|
selection4:
|
2021-02-24 22:57:26 +00:00
|
|
|
Image|endswith:
|
2020-11-27 18:10:31 +00:00
|
|
|
- '\net.exe'
|
|
|
|
- '\net1.exe'
|
|
|
|
CommandLine|contains: 'view'
|
|
|
|
condition: selection1 or selection2 and (selection3 or selection4)
|
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
|