2020-01-30 16:26:09 +00:00
|
|
|
title: Possible App Whitelisting Bypass via WinDbg/CDB as a Shellcode Runner
|
2019-11-12 22:12:27 +00:00
|
|
|
id: b5c7395f-e501-4a08-94d4-57fe7a9da9d2
|
2019-10-26 17:49:45 +00:00
|
|
|
status: experimental
|
|
|
|
description: Launch 64-bit shellcode from the x64_calc.wds file using cdb.exe.
|
|
|
|
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-11-04 15:25:30 +00:00
|
|
|
author: Beyu Denis, oscd.community
|
2019-10-26 17:49:45 +00:00
|
|
|
date: 2019/10/26
|
2019-11-04 15:25:30 +00:00
|
|
|
modified: 2019/11/04
|
2019-10-26 17:49:45 +00:00
|
|
|
tags:
|
2019-11-04 15:25:30 +00:00
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.execution
|
|
|
|
- attack.t1218
|
2019-10-26 17:49:45 +00:00
|
|
|
level: medium
|
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
2019-11-04 15:43:03 +00:00
|
|
|
selection:
|
2019-11-07 22:34:30 +00:00
|
|
|
Image|endswith: '\cdb.exe'
|
2019-11-04 15:43:03 +00:00
|
|
|
CommandLine|contains: '-cf'
|
|
|
|
condition: selection
|
2019-10-26 17:49:45 +00:00
|
|
|
falsepositives:
|
2019-11-04 15:25:30 +00:00
|
|
|
- Legitimate use of debugging tools
|