add win_susp_dxcap.yml
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
title: Bypassing Application Whitelisting by using dxcap.exe
|
||||
status: experimental
|
||||
description: Local execution of a process as a subprocess of Dxcap.exe
|
||||
references:
|
||||
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/OtherMSBinaries/Dxcap.yml
|
||||
- https://twitter.com/harr0ey/status/992008180904419328
|
||||
author: Beyu Denis
|
||||
date: 2019/10/26
|
||||
tags:
|
||||
- attack.persistence
|
||||
level: medium
|
||||
logsource:
|
||||
category: process_creation
|
||||
product: windows
|
||||
detection:
|
||||
selection:
|
||||
Image: '*\dxcap.exe'
|
||||
CommandLine: '* -c *'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- Unknown
|
||||
|
||||
Reference in New Issue
Block a user