DPRK APTs Ted Backdoor and curlRAT Target South Korean Media... - #2797
Open
carlospolop wants to merge 1 commit into
Open
DPRK APTs Ted Backdoor and curlRAT Target South Korean Media...#2797carlospolop 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-dprk-apts-ted-backdoor-curlrat-target-south-korean-media-automotive-sectors Content Categories: Based on the analysis, this content was categorized under "Linux Hardening > Post-Exploitation, with a dedicated page for trojanized system daemons and SSH credential interception; cross-reference from Network Services Pentesting > Pentesting Web under HAProxy/reverse-proxy backdooring and selective response injection". 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
Overview
Rapid7 Labs documents a previously unknown Linux espionage framework used against South Korean automotive and media organizations. The toolkit combines a malicious HAProxy 2.8.12 build named
ted backdoor, the libcurl-basedcurlRAT, deployment stagers, an SSH password logger, and trojanizedcrond,agetty,atd, andpolkitddaemons. Its capabilities include root-level command execution, file upload and...🔧 Technical Details
Trojanizing trusted root daemons: A post-compromise implant can be compiled into or inserted alongside a legitimate daemon such as
crond,agetty,atd,polkitd, or HAProxy. A root stager fingerprints the distribution, version, kernel, and architecture, decrypts a compatible replacement in memory, overwrites the original daemon, restarts its service, and copies timestamps from a trusted executable. This gives the malware the daemon's expected process name, privileges, startup behavior, and operational cover. Detect it with package verification, binary diffs, build-ID checks, and filesystem metadata analysis rather than process-name allowlists.Capturing passwords inside the SSH authentication path: Modifying
userauth_passwd()captures credentials at the point where the SSH server handles plaintext passwords. The implant can exempt attacker master passwords, encrypt all other credentials, and save...🤖 Agent Actions
Implemented the HackTricks update.
Changes
src/linux-hardening/post-exploitation/linux-post-exploitation/trojanized-system-daemons-and-reverse-proxies.mdsrc/SUMMARY.mdValidation
{{#ref}}targets.git diff --checkpassed.mdbook buildwas unavailable becausemdbookis not installed.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.
📚 Repository Maintenance
All .md files have been checked for proper formatting (headers, includes, etc.).