-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
root
committed
Jan 11, 2025
1 parent
b9a6cd6
commit c2de388
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
Name: printui.exe | ||
Description: Malicious dll file load to memory via printui.exe | ||
Author: 'Yasin Gökhan TAŞKIN' | ||
Created: 2025-01-12 | ||
Commands: | ||
- Command: start "%SystemDrive%"\Windows\System32\printui.exe | ||
Description: Detects potential DLL sideloading of "printui.dll". While using legit "printui.exe" it can be abused to attach to an arbitrary process and force load DLL named "printui.dll" from the current directory of execution. | ||
Usecase: Execute dll file | ||
Category: Execute | ||
Privileges: User | ||
MitreID: T1574.002 | ||
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11 | ||
Tags: | ||
- Execute: DLL | ||
Full_Path: | ||
- Path: C:\Windows\System32\printui.exe | ||
Detection: | ||
- Sigma: https:https://github.com/SigmaHQ/sigma/blob/master/rules/windows/image_load/image_load_side_load_from_non_system_location.yml | ||
- IOC: Load malicious DLL image | ||
Resources: | ||
- Link: https:https://www.linkedin.com/pulse/uncovered-lolbas-yasin-g%C3%B6khan-ta%C5%9Fkin-gnpwf/?trackingId=WvE5YmopTtyh%2FuvEPcpyZQ%3D%3D | ||
Acknowledgement: | ||
- Person: Yasin Gökhan TAŞKIN | ||
Handle: '@TaskinYasn' |