2020-01-30 16:26:09 +00:00
|
|
|
title: Application Whitelisting Bypass via Dnx.exe
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 81ebd28b-9607-4478-bf06-974ed9d53ed7
|
2019-10-26 17:58:45 +00:00
|
|
|
status: experimental
|
2019-10-26 18:20:21 +00:00
|
|
|
description: Execute C# code located in the consoleapp folder
|
2019-10-26 17:58:45 +00:00
|
|
|
references:
|
|
|
|
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/OtherMSBinaries/Csi.yml
|
|
|
|
- https://enigma0x3.net/2016/11/17/bypassing-application-whitelisting-by-using-dnx-exe/
|
2019-11-04 15:34:25 +00:00
|
|
|
author: Beyu Denis, oscd.community
|
2019-10-26 17:58:45 +00:00
|
|
|
date: 2019/10/26
|
2019-11-04 15:34:25 +00:00
|
|
|
modified: 2019/11/04
|
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.execution
|
|
|
|
- attack.t1218
|
2019-10-26 17:58:45 +00:00
|
|
|
level: medium
|
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
2019-11-04 15:34:25 +00:00
|
|
|
selection:
|
2019-11-07 22:34:30 +00:00
|
|
|
Image|endswith: '\dnx.exe'
|
2019-11-04 15:34:25 +00:00
|
|
|
condition: selection
|
2019-10-26 17:58:45 +00:00
|
|
|
falsepositives:
|
2019-11-04 15:34:25 +00:00
|
|
|
- Legitimate use of dnx.exe by legitimate user
|