Enhance T1027/T1027.013 obfuscation tests: character array & password-protected ZIP#3279
Open
vl43den wants to merge 5 commits intoredcanaryco:masterfrom
Open
Enhance T1027/T1027.013 obfuscation tests: character array & password-protected ZIP#3279vl43den wants to merge 5 commits intoredcanaryco:masterfrom
vl43den wants to merge 5 commits intoredcanaryco:masterfrom
Conversation
added a new technique for password-protected ZIP payload extraction and execution, commonly used by malware families
added an obfuscated PowerShell command that spawns a child process using character array obfuscation to evade detection.
patel-bhavin
approved these changes
Mar 13, 2026
Collaborator
|
Thank you for the screenshots @vl43den ! This PR looks good for 🚢 ing! |
patel-bhavin
approved these changes
Mar 13, 2026
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.
Details:
Adds two new atomic tests for obfuscation techniques:
T1027 Test 11 (Windows): character array obfuscation. It hides PowerShell command by constructing it from ASCII values at runtime, evading string-based detection
T1027.013 Test 3 (Linux/macOS): password protected ZIP extraction - encrypts payload in ZIP archive and extracts at runtime, mimicking Emotet/QBot delivery technique
Testing:
T1027.013 verified via Invoke-AtomicRedTeam in GitHub Actions workflow; extracts with password, executes payload showing hostname/user/uname
Associated Issues:
N/A