2018-06-09 00:15:06 +02:00
|
|
|
---
|
|
|
|
Name: Cdb.exe
|
2018-09-22 04:58:00 +02:00
|
|
|
Description: Debugging tool included with Windows Debugging Tools.
|
|
|
|
Author: 'Oddvar Moe'
|
2018-06-09 00:15:06 +02:00
|
|
|
Created: '2018-05-25'
|
|
|
|
Commands:
|
|
|
|
- Command: cdb.exe -cf x64_calc.wds -o notepad.exe
|
|
|
|
Description: Launch 64-bit shellcode from the x64_calc.wds file using cdb.exe.
|
2018-09-22 04:58:00 +02:00
|
|
|
Usecase: Local execution of assembly shellcode.
|
2018-09-26 11:41:58 +02:00
|
|
|
Category: Execute
|
2018-09-22 04:58:00 +02:00
|
|
|
Privileges: User
|
|
|
|
MitreID: T1218
|
|
|
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
|
|
|
|
OperatingSystem: Windows
|
2018-12-10 14:28:12 +01:00
|
|
|
Full_Path:
|
2018-09-26 11:41:58 +02:00
|
|
|
- Path: C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\cdb.exe
|
|
|
|
- Path: C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\cdb.exe
|
2018-12-10 14:28:12 +01:00
|
|
|
Code_Sample:
|
2018-09-26 11:41:58 +02:00
|
|
|
- Code:
|
|
|
|
Detection:
|
|
|
|
- IOC:
|
2018-06-09 00:15:06 +02:00
|
|
|
Resources:
|
2018-09-26 11:41:58 +02:00
|
|
|
- Link: http://www.exploit-monday.com/2016/08/windbg-cdb-shellcode-runner.html
|
|
|
|
- Link: https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/cdb-command-line-options
|
|
|
|
- Link: https://gist.github.com/mattifestation/94e2b0a9e3fe1ac0a433b5c3e6bd0bda
|
2018-09-22 04:58:00 +02:00
|
|
|
Acknoledgement:
|
|
|
|
- Person: Matt Graeber
|
|
|
|
Handle: '@mattifestation'
|
2018-09-26 11:41:58 +02:00
|
|
|
---
|