In the process of tracking the attacks of the Kimsuky group, which are still ongoing after the KHNP cyber terror attack, we discovered a piece of malicious code, called ‘AppleSeed’, in the wild... In our analysis, we identified the initial penetration method, the tools used in the attack including AppleSeed...
AppleSeed
AppleSeed is a Windows backdoor associated with the North Korea-linked Kimsuky intrusion set.
Profile source: Mallory opens in a new tabAppleSeed
Family profile
AppleSeed is a Windows backdoor associated with the North Korea-linked Kimsuky intrusion set. It has been used in espionage operations targeting South Korean government entities as well as scientific and engineering researchers, and has also appeared in broader Kimsuky intrusion chains involving credential theft, internal access, and follow-on deployment of additional tooling.
AppleSeed provides remote access and host surveillance capabilities including process enumeration, screenshot capture, host data collection, local IP discovery, timestamp collection, file upload and exfiltration over its command-and-control channel, and deletion of files after exfiltration. It supports persistence through a RunOnce registry entry and can execute payloads through PowerShell or by abusing regsvr32. Variants have used dynamically resolved API calls, payload decoding prior to execution, and masquerading by renaming components to resemble legitimate security software. Its communications have been observed using obfuscation such as XOR-based encoding and fake document headers, and some variants support an alternate command-and-control channel when the primary channel is occupied with uploads.
Operationally, AppleSeed has been delivered through malicious email attachments requiring user execution, including spearphishing campaigns and internal phishing using compromised accounts. In Kimsuky operations it has served as a core implant on Windows endpoints, while other tooling such as web shells, reverse shells, and Meterpreter-related payloads were used on servers and Linux systems. Public reporting has also identified an Android variant linked by code and protocol similarities, but the malware family is primarily established as a Windows backdoor. AppleSeed is notable both for its role in long-running Kimsuky espionage activity and for iterative development across variants, including changes to command-and-control methods and supported command parameters.
Capabilities
- Defense Evasion
- Exfiltration
- Persistence
- Post Exploitation
- Reconnaissance
- Spoofing
Reported operators
Threat actors
4 named in public reportingAppleSeed can collect data on a compromised host.
The Appleseed backdoor is a multi-component backdoor that can take screenshots, log keystrokes, and collect removable media information and specific victim files.
AppleSeed, a backdoor-type malware that was developed and used by the Kimsuky group, was first discovered in 2019 and has been circulating in various structural and functional variations since then.
Exploited software
Vulnerabilities linked to AppleSeed
1 CVEsMITRE ATT&CK
AppleSeed in ATT&CK
68 distinct techniquesTechniques
68 techniquesReporting
Research mentioning AppleSeed
Post by @lazarusholic.bsky.social - Bluesky
A Sonatype report identified six malicious npm packages that used Ethereum transactions to retrieve and stage malicious payloads, an unusual delivery method that obscures second-stage infrastructure behind blockchain activity. The campaign was linked in public reporting to ContagiousInterview and NullReceiver, indicating continued abuse of the JavaScript and Node.js ecosystem for software supply-chain compromise. The activity aligns with broader attacker tradecraft documented for MITRE ATT&CK T1059.007 (Command and Scripting Interpreter: JavaScript), which covers JavaScript and Node.js use for payload delivery, execution, reconnaissance, and command-and-control. Defenders monitoring follow-on behavior should watch for suspicious child-process activity and discovery commands launched from non-shell parent processes, a pattern reflected in Splunk detection guidance for tools such as ipconfig.exe, systeminfo.exe, net.exe, and whoami.exe executed outside normal cmd.exe or PowerShell chains.
Detection: Cmdline Tool Not Executed In CMD Shell | Splunk Security Content
RID Hijacking Technique Utilized by Andariel Attack Group - ASEC
North Korea-aligned Andariel, a subgroup linked to Lazarus, conducted multiple intrusion campaigns against South Korean organizations across manufacturing, construction, education, defense, telecommunications, semiconductor, shipbuilding, electronics, and ICT sectors. Reporting from AhnLab ties the activity together through recurring victimology, repeated abuse of vulnerable or trusted enterprise software such as INNORIX Agent, domestic asset-management tools, software update mechanisms, and in one case an outdated Apache Tomcat web server. The campaigns also showed likely spearphishing, use of hidden accounts and scheduled tasks for persistence, and credential theft followed by lateral movement and remote desktop access. The operators deployed an evolving malware set that included Goat RAT, AndarLoader, DurianBeacon, Nestdoor, Dora RAT, SmallTiger, TigerRat, NukeSped variants, Black RAT, Lilith RAT, and supporting tools such as PrintSpoofer, Mimikatz, ProcDump, Meterpreter, proxy utilities, keyloggers, clipboard stealers, and browser credential theft tools. AhnLab reported overlaps in command-and-control infrastructure and malware staging, including DurianBeacon delivering AndarLoader, SmallTiger fetching payloads in memory, and some Dora RAT samples being disguised as legitimate software like OpenVPN and signed with valid certificates. The activity reflects a continued shift in Andariel tooling while preserving long-standing tradecraft associated with Lazarus operations.
국내 기업 대상 공격에 사용 중인 SmallTiger 악성코드 (Kimsuky, Andariel 그룹) - ASEC
Dora RAT을 이용한 국내 기업 대상 APT 공격 사례 분석 (Andariel 그룹) - ASEC
자산 관리 프로그램을 악용한 공격 정황 포착 (Andariel 그룹) - ASEC
Andariel 그룹의 새로운 공격 활동 분석 - ASEC
Cyble - BianLian: New Ransomware Variant On The Rise
BianLian emerged as a Go-based ransomware family targeting organizations in manufacturing, education, healthcare, and BFSI, with victims reporting file encryption and double-extortion threats. The malware appends the .bianlian extension to encrypted files, drops a ransom note named "Look at this instruction.txt", and warns that allegedly stolen financial, client, business, technical, and personal data will be leaked within ten days unless payment is made through negotiations conducted over TOX Messenger and a Tor-based leak site. Technical analysis shows the malware was built to hinder detection and speed impact on victim systems. BianLian performs anti-analysis checks associated with MITRE ATT&CK T1497 virtualization and sandbox evasion, creates multiple threads to accelerate encryption, enumerates drives from A: through Z:, excludes selected files and folders from encryption, and deletes itself after execution. Its behavior also aligns with broader defense-evasion patterns such as executable obfuscation and packing captured in MITRE ATT&CK T1027.002, underscoring how the ransomware combines rapid file encryption with techniques intended to frustrate automated analysis and reverse engineering.