Skip to content

Commit

Permalink
Update Makecab.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wietze authored Aug 17, 2024
1 parent fc5243e commit 134523f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions yml/OSBinaries/Makecab.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Name: Makecab.exe
Description: Binary to package existing files into a cabinet (.cab) file
Author: 'Oddvar Moe'
Author: Oddvar Moe
Created: 2018-05-25
Commands:
- Command: makecab c:\ADS\autoruns.exe c:\ADS\cabtest.txt:autoruns.cab
Expand All @@ -10,7 +10,7 @@ Commands:
Category: ADS
Privileges: User
MitreID: T1564.004
OperatingSystem: Windows 2000, Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
OperatingSystem: Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
Tags:
- Type: Compression
- Command: makecab \\webdavserver\webdav\file.exe C:\Folder\file.txt:file.cab
Expand All @@ -19,7 +19,7 @@ Commands:
Category: ADS
Privileges: User
MitreID: T1564.004
OperatingSystem: Windows 2000, Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
OperatingSystem: Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
Tags:
- Type: Compression
- Command: makecab \\webdavserver\webdav\file.exe C:\Folder\file.cab
Expand All @@ -28,16 +28,18 @@ Commands:
Category: Download
Privileges: User
MitreID: T1105
OperatingSystem: Windows 2000, Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
OperatingSystem: Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
Tags:
- Type: Compression
- Command: makecab /F directives.ddf
Description: Execute Makecab commands as they are defined in the .DDF (scripting) file.
Usecase: Bypass LOLBAS detection, execute Makecab commands without spawning additional processes or utilizing known command interpreters.
Description: Execute makecab commands as defined in the specified Diamond Definition File (.ddf); see resources for the format specification.
Usecase: Bypass command-line based detections
Category: Execute
Privileges: User
MitreID: T1059
OperatingSystem: Windows 2000, Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
MitreID: T1036
OperatingSystem: Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
Tags:
- Type: Compression
Full_Path:
- Path: C:\Windows\System32\makecab.exe
- Path: C:\Windows\SysWOW64\makecab.exe
Expand All @@ -48,10 +50,8 @@ Detection:
- IOC: Makecab storing data into alternate data streams
Resources:
- Link: https://gist.github.com/api0cradle/cdd2d0d0ec9abb686f0e89306e277b8f
- Link: https://www.cs.toronto.edu/%7Esimon/howto/win2kcommands.html
- Link: https://www.informit.com/articles/article.aspx?p=101731&seqNum=2
- Link: https://www.pearsonhighered.com/assets/samplechapter/0/7/8/9/0789728583.pdf
- Link: https://ss64.com/nt/makecab-directives.html
- Link: https://www.pearsonhighered.com/assets/samplechapter/0/7/8/9/0789728583.pdf
- Link: https://learn.microsoft.com/en-us/previous-versions/bb417343(v=msdn.10)#makecab-application
Acknowledgement:
- Person: Oddvar Moe
Expand Down

0 comments on commit 134523f

Please sign in to comment.