{"id":5152,"date":"2025-07-07T10:03:33","date_gmt":"2025-07-07T10:03:33","guid":{"rendered":"https:\/\/serisec.com\/index.php\/2025\/07\/07\/apt36-attacking-boss-linux-systems-with-weaponized-zip-files-to-steal-sensitive-data\/"},"modified":"2025-07-07T10:03:33","modified_gmt":"2025-07-07T10:03:33","slug":"apt36-attacking-boss-linux-systems-with-weaponized-zip-files-to-steal-sensitive-data","status":"publish","type":"post","link":"https:\/\/serisec.com\/index.php\/2025\/07\/07\/apt36-attacking-boss-linux-systems-with-weaponized-zip-files-to-steal-sensitive-data\/","title":{"rendered":"APT36 Attacking BOSS Linux Systems With Weaponized ZIP Files to Steal Sensitive Data"},"content":{"rendered":"<p>    APT36 Attacking BOSS Linux Systems With Weaponized ZIP Files to Steal Sensitive Data<br \/>\n \t<BR><br \/>\n<BR><\/BR><br \/>\n    <!-- no image --><br \/>\n \t<BR><br \/>\n<BR><\/BR><\/p>\n<div>\n<p>Pakistan-based threat actor APT36, also known as Transparent Tribe, has significantly evolved its cyber-espionage capabilities by launching a sophisticated campaign specifically targeting Indian defense personnel through weaponized ZIP files designed to compromise BOSS Linux systems.\u00a0<\/p>\n<p>This development marks a notable shift in the group\u2019s operational tactics, moving from traditional Windows-based attacks to Linux-focused infiltration methods that exploit the widespread use of BOSS Linux within Indian government agencies.<\/p>\n<pre class=\"wp-block-preformatted\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Key Takeaways<\/mark><\/strong><br>1. APT36, a Pakistan-based threat actor, shifts from Windows to Linux-specific attacks against government systems.<br>2. Phishing emails contain .desktop files that show decoy presentations while installing BOSS.elf payload.<br>3. Features system reconnaissance, screenshot capture, and persistent C2 communication at 101.99.92[.]182:12520.<br>4. Organizations must enhance email filtering, disable untrusted .desktop execution, and deploy Linux-specific detection tools.<\/pre>\n<h2 class=\"wp-block-heading\"><strong>Phishing Technique Exploits Linux Desktop Files<\/strong><\/h2>\n<p>CYFIRMA <a href=\"https:\/\/www.cyfirma.com\/research\/phishing-attack-deploying-malware-on-indian-defense-boss-linux\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">reports that<\/a> the attack campaign employs a multi-stage infiltration process that begins with carefully crafted phishing emails containing ZIP file attachments named \u201cCyber-Security-Advisory.zip.\u201d\u00a0<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXeW3IfHBlnyrDSnRBqAZButHHv2AvsLr4BDI4BUHTotM6XsoDvSGKg78QcjzuZ1Y5HBUWV27y3gLD7l_2wtbI09CsYzZOtldXojWyMfbox2opaZeXUyrNUPT9TdpIckNEMabSQ-kw?key=HCPjVa2j3ImIx49zXgE2kA\" alt=\"\"><\/figure>\n<\/div>\n<p>Once extracted, the archive reveals a malicious .desktop file identified as \u201cCyber-Security-Advisory.desktop\u201d with MD5 hash 6eb04445cad300c2878e8fbd3cb60b52.\u00a0<\/p>\n<p>This Linux shortcut file contains sophisticated command sequences designed to execute silently without user detection.<\/p>\n<p>The malicious .desktop file utilizes several key parameters: Type=Application ensures system execution, Terminal=false prevents visible terminal windows, and Icon=libreoffice-impress disguises the file as a legitimate presentation.\u00a0<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXeWpsISLSyZxd-NB-G1K9cIzNwWFegxifvzIiqZBddNiubDspHofObrTeaeZPtNXsfjDnNL-AG_DT04EHVIGoyAfr-YfYt0HPyLPm2qx8BDNDPg3Dplz-QzOnI57qdBCniwT_LDug?key=HCPjVa2j3ImIx49zXgE2kA\" alt=\"\"><\/figure>\n<\/div>\n<p>The embedded Bash commands change the working directory to \/tmp and execute dual curl commands.\u00a0<\/p>\n<p>The first downloads \u201cslide.pptx\u201d from the attacker-controlled domain sorlastore.com, which despite its filename extension, contains an HTML iframe displaying a decoy blog page.\u00a0<\/p>\n<p>Simultaneously, a second curl command downloads the primary payload, a malicious ELF binary named BOSS.elf (MD5: 18cf1e3be0e95be666c11d1dbde4588e), which is saved locally as \u201cclient.elf\u201d and executed using nohup for persistent background operation.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Advanced Go-Based Malware Capabilities<\/strong><\/h2>\n<p>The Go-language-based malware demonstrates advanced capabilities across multiple attack vectors.\u00a0<\/p>\n<p>Static analysis reveals extensive reconnaissance functions including system hostname identification, CPU and RAM profiling, and runlevel inspection through systemctl commands.\u00a0<\/p>\n<p>The malware employs main.junkcalc2 for activity logging and evasion techniques, while Main.getDrives and os.readDir functions enable comprehensive file system discovery and data collection.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXcQq2V1V5NqMv_2NtEWGaNmfibAV6XlkPkdxM3cG6aiz8pJ9jFH0c7CNuggXXhruuRiA74I3hfXB6gIwOImDm2sJTZWX1XxCSpM4IcXWZ3Bghwe014p_3jOZeoWyOTT-C8-etNKLg?key=HCPjVa2j3ImIx49zXgE2kA\" alt=\"\"><\/figure>\n<\/div>\n<p>Command and control operations utilize main.loadConfig to retrieve server details, establishing TCP connections to IP address 101.99.92[.]182:12520.\u00a0<\/p>\n<p>The malware maintains persistent communication through setKeepAlive and setKeepAlivePeriod functions, automatically attempting reconnection every 30 seconds.<\/p>\n<p>Data collection capabilities include the \u201cgithub.com\/kbinani\/screenshot\u201d library for desktop capture and main.sendResponse function for exfiltrating various data types, including files, command outputs, and system information.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXeHkrmtmbEBDbMPaaElxG2Ej17sr5c85vscn7Vwculab4ZVf7WSC_WiUFhFVsVugHuxIFGxUYkG51Ygh7GOoZdywM4uJ3-qlXFo-a3PXBRDJjIu_-NbaZgqClz0VUkBJLrLMu_gtg?key=HCPjVa2j3ImIx49zXgE2kA\" alt=\"\"><\/figure>\n<\/div>\n<p>The campaign aligns with multiple <a href=\"https:\/\/cybersecuritynews.com\/mitre-attck-framework\/\" target=\"_blank\" rel=\"noreferrer noopener\">MITRE ATT&amp;CK<\/a> framework techniques, including T1566 (Phishing), T1543 (Create or Modify System Process), and T1071 (Application Layer Protocol), demonstrating sophisticated operational security.\u00a0<\/p>\n<p>Organizations utilizing BOSS Linux systems should immediately implement enhanced email filtering, disable .desktop file execution from untrusted sources, and deploy endpoint detection capabilities specifically configured for Linux-based threats.<\/p>\n<p class=\"has-text-align-center has-background\" style=\"background:linear-gradient(180deg,rgb(238,238,238) 91%,rgb(169,184,195) 100%)\">Investigate live malware behavior, trace every step of an attack, and make faster, smarter security decisions -&gt; <a href=\"https:\/\/any.run\/demo?utm_source=csn&amp;utm_medium=article&amp;utm_campaign=braodo_stealer&amp;utm_content=demo_1&amp;utm_term=250625\" target=\"_blank\" rel=\"noreferrer noopener nofollow\"><strong>Try ANY.RUN now<\/strong><\/a>\u00a0<\/p>\n<p>The post <a href=\"https:\/\/cybersecuritynews.com\/apt36-attacking-boss-linux-systems\/\">APT36 Attacking BOSS Linux Systems With Weaponized ZIP Files to Steal Sensitive Data<\/a> appeared first on <a href=\"https:\/\/cybersecuritynews.com\/\">Cyber Security News<\/a>.<\/p>\n<\/div>\n<p> \t<BR><br \/>\n <BR><\/BR><br \/>\n    Guru Baran<br \/>\n \t<BR><br \/>\n<BR><\/BR><br \/>\n<a href=\"https:\/\/cybersecuritynews.com\/apt36-attacking-boss-linux-systems\/\">Go to cyber-security-news<\/a><br \/>\n \t<BR><br \/>\n <BR><\/BR><\/p>\n","protected":false},"excerpt":{"rendered":"<p>APT36 Attacking BOSS Linux Systems With Weaponized ZIP Files to Steal Sensitive Data Pakistan-based threat actor APT36, also known as Transparent Tribe, has significantly evolved its cyber-espionage capabilities by launching a sophisticated campaign specifically targeting Indian defense personnel through weaponized ZIP files designed to compromise BOSS Linux systems.\u00a0 This development marks a notable shift in [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[129,63,1495],"tags":[130],"class_list":["post-5152","post","type-post","status-publish","format-standard","hentry","category-cyber-security","category-cyber-security-news","category-malware-attack-news","tag-cyber-security-news"],"_links":{"self":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts\/5152"}],"collection":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/comments?post=5152"}],"version-history":[{"count":0,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts\/5152\/revisions"}],"wp:attachment":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/media?parent=5152"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/categories?post=5152"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/tags?post=5152"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}