Add macOS Chrome InfoStealer TTP (v1-v4)#148
Closed
godlovepenn wants to merge 1 commit intofacebookincubator:mainfrom
Closed
Add macOS Chrome InfoStealer TTP (v1-v4)#148godlovepenn wants to merge 1 commit intofacebookincubator:mainfrom
godlovepenn wants to merge 1 commit intofacebookincubator:mainfrom
Conversation
Summary: Adds a comprehensive suite of macOS Chrome InfoStealer TTPs with progressive detection evasion techniques. This TTP family simulates common infostealer behaviors targeting Chrome credentials and system information on macOS systems. **🔐 Version Progression:** **V1 - Baseline CLI Approach:** - Uses `/usr/bin/security` CLI utility to retrieve Chrome safe storage password - Copies Chrome credential files (Cookies, Login Data, Web Data) to memory/disk - Supports multiple Chrome profile detection and selection - Includes system information gathering capabilities **V2 - Native API Evasion:** - Replaces CLI utility with native macOS Security framework API calls via ctypes - Eliminates process creation telemetry (no child processes spawned) - Evades command-line argument monitoring and behavioral analysis - Same credential extraction capabilities with improved OPSEC **V3 - Social Engineering + Offline Decryption:** - Adds user password acquisition via osascript dialogs (fake system prompts) - Captures keychain database for offline decryption with tools like chainbreaker - Enables broader access to all keychain items, not just Chrome credentials - Customizable dialog titles and text for different social engineering scenarios **V4 - Native Dialog + Validation:** - Uses native AppKit framework for password dialogs (indistinguishable from legitimate prompts) - Validates captured password against keychain before acceptance - Configurable maximum attempts and custom icons for enhanced legitimacy - Avoids osascript entirely for improved detection evasion **🎯 MITRE ATT&CK Coverage:** - T1555.003: Credentials from Web Browsers - T1555.001: Keychain - T1056.002: GUI Input Capture (v3, v4) Reviewed By: isaac-fletcher Differential Revision: D92545192
|
@godlovepenn has exported this pull request. If you are a Meta employee, you can view the originating Diff in D92545192. |
|
This pull request has been merged in a603754. |
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 macOS Chrome InfoStealer TTPs with progressive detection evasion techniques. This TTP family simulates common infostealer behaviors targeting Chrome credentials and system information on macOS systems.
🔐 Version Progression:
V1 - Baseline CLI Approach:
/usr/bin/securityCLI utility to retrieve Chrome safe storage passwordV2 - Native API Evasion:
V3 - Social Engineering + Offline Decryption:
V4 - Native Dialog + Validation:
🎯 MITRE ATT&CK Coverage:
Reviewed By: isaac-fletcher
Differential Revision: D92545192