Add Windows Offensive TTPs (6 new techniques)#150
Closed
godlovepenn wants to merge 1 commit intofacebookincubator:mainfrom
Closed
Add Windows Offensive TTPs (6 new techniques)#150godlovepenn wants to merge 1 commit intofacebookincubator:mainfrom
godlovepenn wants to merge 1 commit intofacebookincubator:mainfrom
Conversation
Summary: Adds a comprehensive suite of Windows-focused offensive TTPs covering credential access, defense evasion, discovery, execution, and persistence techniques. These TTPs simulate common adversary behaviors for purple team exercises and detection validation. **TTP Overview:** **Chrome Credential Extraction (Credential Access):** - Extracts Chrome saved passwords, tokens, and cookies on Windows - Decrypts master key via Windows DPAPI (CryptUnprotectData) - Uses AES-GCM to decrypt individual credential entries **BYOVD Driver Load (Defense Evasion):** - Simulates Bring Your Own Vulnerable Driver attacks - Loads vulnerable signed drivers to disable security controls **WMI System Discovery (Discovery):** - Performs system reconnaissance using Windows Management Instrumentation - Gathers system information, installed software, and running processes **HTML Smuggling (Execution):** - Delivers payloads via HTML/JavaScript blob construction - Bypasses web proxies and content filters **Shellcode Injection (Execution):** - Demonstrates process injection techniques on Windows - Uses native Windows API calls for memory allocation and execution **Scheduled Task COM (Persistence):** - Creates persistence via COM-based scheduled task manipulation - Avoids schtasks.exe command-line detection **MITRE ATT&CK Coverage:** - T1555.003: Credentials from Web Browsers - T1211: Exploitation for Defense Evasion - T1082: System Information Discovery - T1027.006: HTML Smuggling - T1055: Process Injection - T1053.005: Scheduled Task/Job Reviewed By: d0n601 Differential Revision: D92549862
|
@godlovepenn has exported this pull request. If you are a Meta employee, you can view the originating Diff in D92549862. |
|
This pull request has been merged in aabbd8f. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Adds a comprehensive suite of Windows-focused offensive TTPs covering credential access, defense evasion, discovery, execution, and persistence techniques. These TTPs simulate common adversary behaviors for purple team exercises and detection validation.
TTP Overview:
Chrome Credential Extraction (Credential Access):
BYOVD Driver Load (Defense Evasion):
WMI System Discovery (Discovery):
HTML Smuggling (Execution):
Shellcode Injection (Execution):
Scheduled Task COM (Persistence):
MITRE ATT&CK Coverage:
Reviewed By: d0n601
Differential Revision: D92549862