An Investigation Into Years of Undetected Operations Targeti...#1965
Open
carlospolop wants to merge 1 commit intomasterfrom
Open
An Investigation Into Years of Undetected Operations Targeti...#1965carlospolop wants to merge 1 commit intomasterfrom
carlospolop wants to merge 1 commit intomasterfrom
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://unit42.paloaltonetworks.com/cl-unk-1068-targets-critical-sectors/ Content Categories: Based on the analysis, this content was categorized under "Generic Hacking -> Exfiltration (add "Command-output/Base64 exfil via certutil + type" technique) and Windows Hardening -> Stealing Windows Credentials / Windows Artifacts (LSA callback interception, SSMS sqlstudio.bin credential harvesting); optionally Windows LPE/Persistence notes for DLL side-loading loader chains and FRP pivoting". 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
Post title: “An Investigation Into Years of Undetected Operations Targeting High-Value Sectors” (Unit 42, published March 6, 2026).
Threat cluster: CL-UNK-1068 (active since at least 2020).
Targeting: High-value orgs across South, Southeast and East Asia, including aviation, energy, government, law enforcement, pharmaceutical, technology and telecommunications.
Attribution assessment: Unit 42 assesses with high conf...
🔧 Technical Details
Command-output exfiltration (“print-exfiltration”) for shells without file transfer: If you have remote command execution and can read stdout (e.g., via a web shell) but cannot upload/download files, you can still exfiltrate by (1) archiving target files (e.g., with WinRAR), (2) converting the archive/file to Base64 text using certutil -encode, then (3) returning the Base64 over the interactive channel using type. The attacker reconstructs the original file offline by decoding Base64. This abuses the fact that many monitoring stacks treat command output as lower-risk than explicit file transfer.
DLL side-loading with a legitimate interpreter to execute in-memory payloads: Place a legitimate executable (here, python.exe/