Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_malware_qbot.yml
T
2022-10-28 15:06:36 +02:00

35 lines
906 B
YAML

title: QBot Process Creation
id: 4fcac6eb-0287-4090-8eea-2602e4c20040
status: stable
description: Detects QBot like process executions
references:
- https://twitter.com/killamjr/status/1179034907932315648
- https://app.any.run/tasks/2e0647b7-eb86-4f72-904b-d2d0ecac07d1/
author: Florian Roth
date: 2019/10/01
modified: 2022/08/24
tags:
- attack.execution
- attack.t1059.005
logsource:
category: process_creation
product: windows
detection:
selection1:
ParentImage|endswith: '\WinRAR.exe'
Image|endswith: '\wscript.exe'
selection2:
CommandLine|contains: ' /c ping.exe -n 6 127.0.0.1 & type '
selection3:
CommandLine|contains|all:
- 'regsvr32.exe'
- 'C:\ProgramData'
- '.tmp'
condition: 1 of selection*
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- Unlikely
level: critical