Malware à la Mode Tracking Dropping Elephant Tradecraft Thro...#2393
Open
carlospolop wants to merge 1 commit into
Open
Malware à la Mode Tracking Dropping Elephant Tradecraft Thro...#2393carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://rapid7.com/blog/post/tr-malware-tracking-dropping-elephant-tradecraft-china-themed-loader-chain Content Categories: Based on the analysis, this content was categorized under "Windows Hardening / Windows Local Privilege Escalation / DLL Hijacking and Antivirus Bypass; also relevant to Phishing Methodology / Phishing Files & Documents and Basic Forensic Methodology / Malware Analysis". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
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.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Rapid7 Dropping Elephant loader-chain analysis
Rapid7 analyzed a Dropping Elephant campaign using a China energy-sector contract lure to deliver a heavily reworked Windows RAT. The activity does not exploit a CVE; it chains social engineering, malicious LNK execution, obfuscated PowerShell staging, scheduled-task persistence, DLL/CPL side-loading, encrypted on-disk payload storage, callback-based shellcode execution, Donut in-memory PE loading, AMSI/WLDP/ETW tampering, and an encrypted H...🔧 Technical Details
Malicious LNK document impersonation: A Windows shortcut can impersonate a document and execute code while showing a believable lure. In this campaign,
GRES3001.lnkmasqueraded as a PDF, usedconhost.exeas a proxy, and launched obfuscated PowerShell. Split-string tokens such asiw''r,g''c''i,r''e''n,c''p''i, and&(g''cm sch*)show how simple token fragmentation can bypass naive keyword detection while still resolving to normal PowerShell commands at runtime.Decoy-first staging: The loader retrieves and opens a benign-looking document first, then stages malware in the background. This keeps the victim’s attention on the lure while the infection chain downloads additional payloads from attacker infrastructure such as
chinagreenenergy[.]org.Junk-extension staging and filename reconstruction: Payloads can be d...
🤖 Agent Actions
Done.
Updated:
src/generic-methodologies-and-resources/phishing-methodology/phishing-documents.mdWhat I added:
.lnkgcm sch*Fondue.exe+APPWIZ.cplside-loadingEnumUILanguagesWValidation:
## Referencesremains at the endmdbook buildcouldn’t be run becausemdbookisn’t installed in this environment (mdbook: command not found)This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.