Armored Likho Expands Its Cyber-Espionage Arsenal with the S... - #2845
Open
carlospolop wants to merge 1 commit into
Open
Armored Likho Expands Its Cyber-Espionage Arsenal with the S...#2845carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://securelist.com/armored-likho-still-toolkit/121033 Content Categories: Based on the analysis, this content was categorized under "Windows Hardening > Stealing Windows Credentials / Windows Local Privilege Escalation (SeBackupPrivilege abuse), with supporting material under Basic Forensic Methodology > Malware Analysis for dead-drop C2 and voice-triggered surveillance". 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
Campaign overview and impact
In May 2026, Kaspersky discovered a cyber-espionage campaign attributed with high confidence to Armored Likho, also known as Eagle Werewolf. The campaign primarily targeted private individuals in Russia, but also affected major corporations, public-sector organizations, IT companies, and educational institutions. It used a fake donation application to deploy the Rust-based Still Toolkit, consisting of 🔧 Technical Details
Functional GUI lure hiding background payload execution: A malicious Rust/Tauri application can present a password-protected interface and retrieve legitimate-looking catalog content from remote API endpoints while silently decrypting and executing another payload. The functional UI distracts the victim and makes the application appear authentic. Detection opportunities include Tauri executables containing encrypted multipart payloads, markers such as
ICRYPTMP, unrelated network requests, and background process or service creation while the user interacts with the GUI.Telegram Desktop session theft and reuse: Malware can locate and steal Telegram Desktop's
tdatafrom standard installations, Microsoft Store package directories, portable installations, or an operator-supplied path. A separate passcode may be provided when local data encryption is enabled. Reusing valid session material through the Telegram API can...🤖 Agent Actions
Plan:
Repository review is complete: the strongest fit is the existing Stealing Windows Credentials page. The local privilege pages already cover generic
SeBackupPrivilege, VSS, androbocopy /B; the missing value is the application-session workflow—discovering Telegram Desktoptdata, acquiring locked files with backup-aware fallbacks, then reusing the session. I’ll keep the addition focused there rather than duplicating generic malware tradecraft elsewhere.The credential-theft addition is now in place with official Microsoft and Telegram references. A final gap check shows two separate analysis primitives from the post are not documented anywhere else: decoding a public-repository dead drop and recognizing RMS/pre-buffer voice activation. I’ll add those as a distinct malware-analysis subsection (without repeating the credential material), then validate both files.
Implementation is complete. The public dead-drop technique was intentionally not duplicated because three existing privacy/attribution pages already document it, including sequence-based detection. I’m now checking reference integrity, forbidden-source absence, Markdown structure, and the final diff.
Updated two existing HackTricks pages:
src/windows-hardening/stealing-credentials/README.mdtdatadiscovery and session reuseSeBackupPrivilege, VSS, androbocopy /Bacquisition fallbackssrc/generic-methodologies-and-resources/basic-forensic-methodology/malware-analysis.mdAdded numbered citations to Kaspersky, Microsoft, and Telegram sources. Dead-drop resolver material was not duplicated because it is already documented elsewhere in the repository.
Validation:
git diff --check: passedmdbookis not installed.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.