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

28 lines
798 B
YAML
Raw Normal View History

2020-01-30 17:26:09 +01:00
title: Possible App Whitelisting Bypass via WinDbg/CDB as a Shellcode Runner
2019-11-12 23:12:27 +01:00
id: b5c7395f-e501-4a08-94d4-57fe7a9da9d2
2021-11-27 11:33:14 +01:00
status: test
description: Launch 64-bit shellcode from a debugger script file using cdb.exe.
2019-11-04 18:25:30 +03:00
author: Beyu Denis, oscd.community
2021-11-27 11:33:14 +01:00
references:
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/OtherMSBinaries/Cdb.yml
- http://www.exploit-monday.com/2016/08/windbg-cdb-shellcode-runner.html
2019-10-26 19:49:45 +02:00
date: 2019/10/26
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
2019-10-26 19:49:45 +02:00
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: windows
2019-10-26 19:49:45 +02:00
detection:
2021-11-27 11:33:14 +01:00
selection:
Image|endswith: '\cdb.exe'
CommandLine|contains: '-cf'
condition: selection
2019-10-26 19:49:45 +02:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Legitimate use of debugging tools
level: medium
tags:
- attack.execution
- attack.t1106
- attack.defense_evasion
- attack.t1218
- attack.t1127