S0650 Qakbot DefenderExclusions
S0650 - Qakbot: Defender Exclusions¶
DESCRIPTION¶
Qbot used reg.exe to add Defender folder exceptions for folders within AppData and ProgramData.
Example:
- C:\Windows\system32\reg.exe ADD "HKLM\SOFTWARE\Microsoft\Microsoft Antimalware\Exclusions\Paths" /f /t REG_DWORD /v "C:\ProgramData\Microsoft\Oweboiqnb" /d "0"
- C:\Windows\system32\reg.exe ADD "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /f /t REG_DWORD /v "C:\ProgramData\Microsoft\Oweboiqnb" /d "0"
Related
Malware
Reference
https://github.com/SigmaHQ/sigma/blob/4de6102dc7d94c9ee70995aeea27b77184d62c35/rules/windows/process_creation/proc_creation_win_reg_defender_exclusion.yml#L4
https://thedfirreport.com/2022/02/07/qbot-likes-to-move-it-move-it/
ATT&CK TACTICS¶
T1562.001 - Impair Defenses: Disable or Modify Tools
Data Source(s): Process Creation
SENTINEL RULE QUERY¶
Triage¶
- Inspect commands and check whether it's expected
- Verify on folders path and name being added into Defender exclusion
Version¶
Version 1.0 (date 26/10/2023)