Skip to main content
root@rebel:~$ cd /news/threats/konni-group-deploys-endrat-via-phishing-and-kakaotalk-hijacking_
[TIMESTAMP: 2026-03-17 12:30 UTC] [AUTHOR: Runtime Rebel Intel] [SEVERITY: HIGH]

Konni Group Deploys EndRAT via Phishing and KakaoTalk Hijacking

HIGH Threat Intel #konni#endrat#kakaotalk
AI-Assisted Analysis
READ_TIME: 3 min read
// executive briefing tl;dr
  • [01] Konni threat actors are targeting users via spear-phishing to deploy EndRAT malware for data exfiltration and credential theft.
  • [02] Vulnerable systems include Windows desktops running the KakaoTalk messaging application and those susceptible to malicious LNK file execution.
  • [03] Organizations should restrict LNK file execution from email attachments and monitor for unauthorized KakaoTalk process activities.

The North Korean threat group known as Konni has been identified in a new campaign targeting South Korean entities. According to The Hacker News, this activity involves the distribution of EndRAT, a sophisticated remote access tool. The attack begins with highly tailored Phishing emails that use social engineering themes relevant to South Korean politics or regional security to entice users into opening attachments.

Konni Threat Actor Spear-Phishing Tactics

The delivery mechanism relies on a ZIP archive containing a malicious LNK file. When the user executes the LNK file, it triggers a chain of commands, often utilizing legitimate Windows binaries to download the next stage of the payload. This technique allows the attackers to evade signature-based detection by masking malicious activity behind trusted processes. The researchers at Genians observed that the APT group continues to refine its TTP set to bypass EDR solutions that focus solely on traditional executable files. By using LNK files, attackers can execute PowerShell or MSHTA commands that pull secondary payloads from remote servers, a common method for staying under the radar during the initial access phase.

The EndRAT Payload and C2 Infrastructure

Once the initial stage is successful, the EndRAT malware is deployed on the victim’s system. EndRAT is a remote access tool capable of extensive data collection. Its primary functions include capturing screenshots, logging keystrokes, and exfiltrating files to a remote C2 server. To maintain a low profile, the malware communicates with its infrastructure over standard HTTPS ports, blending in with legitimate web traffic. Security analysts researching how to detect EndRAT malware infections should look for anomalous network connections to unknown IP addresses or domains that do not correlate with standard business operations. Furthermore, the malware often establishes persistence through registry key modifications or by placing shortcuts in the Windows Startup folder.

KakaoTalk Desktop Malware Propagation

One of the most distinct aspects of this campaign is the hijacking of the KakaoTalk desktop application. After establishing a foothold, the malware identifies if KakaoTalk is installed and running. It then attempts to use the application’s internal functions to send malicious files to the victim’s contact list. This method of KakaoTalk desktop malware propagation is particularly effective because messages from known contacts carry a higher level of trust, increasing the likelihood of successful infection across the victim’s network. This facilitates rapid Lateral Movement without the need for additional external phishing attempts, effectively turning a single compromised workstation into a distribution hub for the malware.

Technical Mitigation and Detection Strategies

Defenders must adopt a multi-layered approach to counter these tactics. Since the initial access relies on LNK files, blocking this file type at the email gateway or using Group Policy Objects (GPO) to prevent LNK execution from untrusted paths is a high-priority action. Furthermore, SOC teams should configure their SIEM to alert on instances where PowerShell or CMD are spawned from archive managers, web browsers, or the KakaoTalk process itself.

Monitoring the behavior of the KakaoTalk process is also essential. Legitimate use of the application should not involve the automated sending of attachments to numerous contacts in a short period. Implementing Zero Trust principles can help limit the impact of a compromised workstation by preventing unauthorized access to sensitive internal resources, even if an attacker has successfully deployed a RAT. Regular audit of scheduled tasks and startup entries is also recommended to identify the persistence mechanisms used by the Konni group.

Advertisement