SigmaHQ/rules/windows/process_creation/win_susp_dnx.yml
2019-11-04 22:49:28 +03:00

24 lines
697 B
YAML

title: Application Whitelisting bypass via dnx.exe
status: experimental
description: Execute C# code located in the consoleapp folder
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/
author: Beyu Denis, oscd.community
date: 2019/10/26
modified: 2019/11/04
tags:
- attack.defense_evasion
- attack.execution
- attack.t1218
level: medium
logsource:
category: process_creation
product: windows
detection:
selection:
Image: '*\dnx.exe'
condition: selection
falsepositives:
- Legitimate use of dnx.exe by legitimate user