Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_malware_qbot.yml
T

35 lines
979 B
YAML
Raw Normal View History

2023-02-03 02:22:28 +01:00
title: Potential QBot Activity
2019-11-12 23:12:27 +01:00
id: 4fcac6eb-0287-4090-8eea-2602e4c20040
2022-03-31 12:03:27 +02:00
status: stable
2023-02-03 02:22:28 +01:00
description: Detects potential QBot activity by looking for process executions used previously by QBot
2022-10-28 15:06:36 +02:00
references:
- https://twitter.com/killamjr/status/1179034907932315648
- https://app.any.run/tasks/2e0647b7-eb86-4f72-904b-d2d0ecac07d1/
2023-02-01 11:14:59 +01:00
author: Florian Roth (Nextron Systems)
2019-10-01 17:25:04 +02:00
date: 2019/10/01
2023-02-03 02:22:28 +01:00
modified: 2023/02/03
tags:
- attack.execution
- attack.t1059.005
2019-10-01 17:25:04 +02:00
logsource:
category: process_creation
product: windows
detection:
selection1:
2020-10-15 18:02:35 -03:00
ParentImage|endswith: '\WinRAR.exe'
Image|endswith: '\wscript.exe'
2019-10-01 17:25:04 +02:00
selection2:
2020-10-15 18:02:35 -03:00
CommandLine|contains: ' /c ping.exe -n 6 127.0.0.1 & type '
2021-01-25 12:03:30 +01:00
selection3:
CommandLine|contains|all:
- 'regsvr32.exe'
- 'C:\ProgramData'
- '.tmp'
2022-08-24 12:48:23 +01:00
condition: 1 of selection*
2019-10-01 17:25:04 +02:00
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- Unlikely
level: critical