Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions CategoryList.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CATEGORY LIST
ADS
AWL bypass
Compile
Conceal
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Matches changes made it LOLBAS-Project/LOLBAS-Project.github.io@d9405c1 ✔️

Copy
Credentials
Decode
Expand All @@ -11,5 +12,6 @@ Dump
Encode
Execute
Reconnaissance
Tamper
UAC bypass
Upload
11 changes: 10 additions & 1 deletion yml/OSBinaries/Cipher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@ Created: 2024-11-22
Commands:
- Command: cipher /w:{PATH_ABSOLUTE:folder}
Description: Zero out a file
Usecase: Can be used to forensically erase a file
Usecase: Can be used to forensically erase a file.
Category: Tamper
Privileges: User
MitreID: T1485
OperatingSystem: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
- Command: cipher.exe /e {PATH_ABSOLUTE}
Description: Encrypt a file
Usecase: Can be used to impair defences by e.g. encrypting a critical EDR solution file.
Category: Tamper
Privileges: Admin
MitreID: T1562
OperatingSystem: Windows 10
Full_Path:
- Path: c:\windows\system32\cipher.exe
- Path: c:\windows\syswow64\cipher.exe
Expand All @@ -22,3 +29,5 @@ Resources:
Acknowledgement:
- Person: Ade Ogunsowo
Handle: "@i_am_tutu"
- Person: Alexander Sennhauser
Handle: '@conitrade'
Loading