Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_susp_dnx.yml
T

25 lines
714 B
YAML
Raw Normal View History

2020-01-30 17:26:09 +01:00
title: Application Whitelisting Bypass via Dnx.exe
2019-11-12 23:12:27 +01:00
id: 81ebd28b-9607-4478-bf06-974ed9d53ed7
2021-11-27 11:33:14 +01:00
status: test
2019-10-26 20:20:21 +02:00
description: Execute C# code located in the consoleapp folder
2019-11-04 18:34:25 +03:00
author: Beyu Denis, oscd.community
2021-11-27 11:33:14 +01: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-10-26 19:58:45 +02:00
date: 2019/10/26
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
2019-10-26 19:58:45 +02:00
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: windows
2019-10-26 19:58:45 +02:00
detection:
2021-11-27 11:33:14 +01:00
selection:
Image|endswith: '\dnx.exe'
condition: selection
2019-10-26 19:58:45 +02:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Legitimate use of dnx.exe by legitimate user
level: medium
tags:
- attack.defense_evasion
- attack.t1218
- attack.t1027.004