mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 12:42:19 +02:00
@@ -4,14 +4,14 @@ Description: used for compile c# code into dll or exe.
|
||||
Author: Hai vaknin (lux)
|
||||
Created: 2020-03-17
|
||||
Commands:
|
||||
- Command: ilasm.exe C:\public\test.txt /exe
|
||||
- Command: ilasm.exe {PATH_ABSOLUTE:.txt} /exe
|
||||
Description: Binary file used by .NET to compile C#/intermediate (IL) code to .exe
|
||||
Usecase: Compile attacker code on system. Bypass defensive counter measures.
|
||||
Category: Compile
|
||||
Privileges: User
|
||||
MitreID: T1127
|
||||
OperatingSystem: Windows 7, Windows 10, Windows 11
|
||||
- Command: ilasm.exe C:\public\test.txt /dll
|
||||
- Command: ilasm.exe {PATH_ABSOLUTE:.txt} /dll
|
||||
Description: Binary file used by .NET to compile C#/intermediate (IL) code to dll
|
||||
Usecase: A description of the usecase
|
||||
Category: Compile
|
||||
@@ -21,8 +21,6 @@ Commands:
|
||||
Full_Path:
|
||||
- Path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\ilasm.exe
|
||||
- Path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ilasm.exe
|
||||
Code_Sample:
|
||||
- Code:
|
||||
Detection:
|
||||
- IOC: Ilasm may not be used often in production environments (such as on endpoints)
|
||||
- Sigma: https://github.com/SigmaHQ/sigma/blob/bea6f18d350d9c9fdc067f93dde0e9b11cc22dc2/rules/windows/process_creation/proc_creation_win_lolbin_ilasm.yml
|
||||
@@ -32,4 +30,3 @@ Acknowledgement:
|
||||
- Person: Hai Vaknin(Lux)
|
||||
Handle: '@VakninHai'
|
||||
- Person: Lior Adar
|
||||
Handle:
|
||||
|
Reference in New Issue
Block a user