1
0
mirror of https://github.com/LOLBAS-Project/LOLBAS synced 2025-12-28 10:01:40 +01:00
LOLBAS/yml/OtherMSBinaries/Dnx.yml
2021-11-05 20:22:14 -04:00

27 lines
768 B
YAML

---
Name: dnx.exe
Description: .Net Execution environment file included with .Net.
Author: 'Oddvar Moe'
Created: 2018-05-25
Commands:
- Command: dnx.exe consoleapp
Description: Execute C# code located in the consoleapp folder via 'Program.cs' and 'Project.json' (Note - Requires dependencies)
Usecase: Local execution of C# project stored in consoleapp folder.
Category: Execute
Privileges: User
MitreID: T1218
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
OperatingSystem: Windows
Full_Path:
- Path: N/A
Code_Sample:
- Code:
Detection:
- IOC:
Resources:
- Link: https://enigma0x3.net/2016/11/17/bypassing-application-whitelisting-by-using-dnx-exe/
Acknowledgement:
- Person: Matt Nelson
Handle: '@enigma0x3'
---