Branch was auto-updated.

This commit is contained in:
srv-rr-gh-researchbt
2022-10-31 13:41:20 -07:00
committed by GitHub
19 changed files with 47 additions and 4 deletions
@@ -36,6 +36,7 @@ references:
tags:
analytic_story:
- FIN7
- Qakbot
- CISA AA22-277A
confidence: 80
context:
@@ -34,6 +34,7 @@ tags:
- IcedID
- Windows Registry Abuse
- Azorult
- Qakbot
confidence: 70
context:
- Source:Endpoint
@@ -45,6 +45,7 @@ tags:
- NOBELIUM Group
- WhisperGate
- DarkCrystal RAT
- Qakbot
asset_type: Endpoint
cis20:
- CIS 3
@@ -24,6 +24,7 @@ references:
tags:
analytic_story:
- Active Directory Discovery
- Qakbot
confidence: 50
context:
- Source:Endpoint
@@ -25,6 +25,7 @@ references:
tags:
analytic_story:
- Active Directory Discovery
- Qakbot
- CISA AA22-277A
confidence: 50
context:
@@ -28,6 +28,7 @@ references:
tags:
analytic_story:
- Active Directory Discovery
- Qakbot
- CISA AA22-277A
confidence: 30
context:
@@ -35,6 +35,7 @@ tags:
- Domain Trust Discovery
- IcedID
- Active Directory Discovery
- Qakbot
asset_type: Endpoint
cis20:
- CIS 8
@@ -33,6 +33,7 @@ tags:
- IcedID
- DarkCrystal RAT
- AgentTesla
- Qakbot
confidence: 50
context:
- Source:Endpoint
@@ -34,6 +34,7 @@ tags:
- Hermetic Wiper
- Ransomware
- Malicious PowerShell
- Qakbot
confidence: 80
context:
- Source:Endpoint
@@ -1,9 +1,9 @@
name: Recon Using WMI Class
id: 018c1972-ca07-11eb-9473-acde48001122
version: 2
date: '2022-02-25'
date: '2022-10-10'
author: Teoderick Contreras, Splunk
type: TTP
type: Anomaly
datamodel: []
description: The following analytic identifies suspicious PowerShell via EventCode
4104, where WMI is performing an event query looking for running processes or running
@@ -13,8 +13,8 @@ description: The following analytic identifies suspicious PowerShell via EventCo
related artifacts.
search: '`powershell` EventCode=4104 (ScriptBlockText= "*SELECT*" OR ScriptBlockText= "*Get-WmiObject*")
AND (ScriptBlockText= "*Win32_Bios*" OR ScriptBlockText= "*Win32_OperatingSystem*" OR ScriptBlockText= "*Win32_Processor*"
OR ScriptBlockText= "*Win32_ComputerSystem*" OR ScriptBlockText= "*Win32_ComputerSystemProduct*"
OR ScriptBlockText= "*Win32_ShadowCopy*") | stats count min(_time) as firstTime max(_time)
OR ScriptBlockText= "*Win32_ComputerSystem*" OR ScriptBlockText= "*Win32_PnPEntity*"
OR ScriptBlockText= "*Win32_ShadowCopy*" OR ScriptBlockText= "*Win32_DiskDrive*" OR ScriptBlockText= "*Win32_PhysicalMemory*") | stats count min(_time) as firstTime max(_time)
as lastTime by EventCode ScriptBlockText Computer UserID | `security_content_ctime(firstTime)`
| `security_content_ctime(lastTime)` | `recon_using_wmi_class_filter`'
how_to_implement: To successfully implement this analytic, you will need to enable
@@ -34,6 +34,7 @@ tags:
- Hermetic Wiper
- Malicious PowerShell
- Industroyer2
- Qakbot
confidence: 80
context:
- Source:Endpoint
@@ -50,6 +50,7 @@ tags:
- Remcos
- Windows Registry Abuse
- Azorult
- Qakbot
asset_type: Endpoint
cis20:
- CIS 8
@@ -36,6 +36,7 @@ tags:
- Suspicious Regsvr32 Activity
- Remcos
- Living Off The Land
- Qakbot
confidence: 80
context:
- Source:Endpoint
@@ -36,6 +36,7 @@ tags:
- DarkCrystal RAT
- CISA AA22-257A
- AgentTesla
- Qakbot
asset_type: Endpoint
cis20:
- CIS 3
@@ -29,6 +29,7 @@ tags:
- XMRig
- Industroyer2
- CISA AA22-257A
- Qakbot
confidence: 80
context:
- Source:Endpoint
@@ -39,6 +39,7 @@ tags:
- Remcos
- Windows Defense Evasion Tactics
- Azorult
- Qakbot
confidence: 80
context:
- Source:Endpoint
@@ -30,6 +30,7 @@ references:
tags:
analytic_story:
- Windows Persistence Techniques
- Qakbot
confidence: 60
context:
- Source:Endpoint
@@ -30,6 +30,7 @@ references:
tags:
analytic_story:
- Suspicious WMI Use
- Qakbot
cis20:
- CIS 3
- CIS 5
@@ -34,6 +34,7 @@ tags:
- Industroyer2
- DarkCrystal RAT
- CISA AA22-257A
- Qakbot
confidence: 100
context:
- Source:Endpoint
+25
View File
@@ -0,0 +1,25 @@
name: Qakbot
id: 0c6169b1-f126-4d86-8e4f-f7891007ebc6
version: 1
date: '2022-10-12'
author: Teoderick Contreras, Splunk
description: Leverage searches that allow you to detect and investigate unusual activities
that might relate to the Qakbot/QBot malware including parent-child process anomalies, persistence, initial access, recon and many more.
Qakbot is a modular information stealer that has been active since 2007. It is also has historical background to be banking Trojan that steals
financial data from infected or compromised system.
narrative: Qakbot is also known to leverage tools like powershell, process injection, and mimikatz
for its malicious activities. This malware was on the CISA top malware list for 2021.
references:
- https://www.cisa.gov/sites/default/files/publications/202010221030_QakBot%20TLPWHITE.pdf
- https://malpedia.caad.fkie.fraunhofer.de/details/win.qakbot
- https://securelist.com/qakbot-technical-analysis/103931/
- https://www.fortinet.com/blog/threat-research/new-variant-of-qakbot-spread-by-phishing-emails
tags:
analytic_story: Qakbot
category:
- Malware
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
usecase: Advanced Threat Detection