Water Curupira Hackers Launch Pikabot Malware Attack on Windows Machine

Pikabot is a loader malware that is active in spam campaigns and has been used by the threat group Water Curupira, which has been paused from June to September 2023 after Qakbot’s takedown. 



However, the surge in Pikabot phishing campaigns was noted recently in Q4 2023, post-Qakbot’s takedown, suggesting it is a potential replacement.



Recently, the cybersecurity researchers at Trend Micro discovered that Water Curupira hackers have been actively launching Pikabot Malware attacks on Windows machines.






Document

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap');
*{
margin: 0; padding: 0;
text-decoration: none;
}
.container{
font-family: roboto, sans-serif;
width: 90%;
border: 1px solid lightgrey;
padding: 20px;
background: linear-gradient(2deg,#E0EAF1 100%,#BBD2E0 100%);
margin: 20px auto ;
border-radius: 40px 10px;
box-shadow: 5px 5px 5px #e2ebff;
}
.container:hover{
box-shadow: 10px 10px 5px #e2ebff;

}
.container .title{
color: #015689;
font-size: 22px;
font-weight: bolder;
}
.container .title{
text-shadow: 1px 1px 1px lightgrey;
}
.container .title:after {
width: 50px;
height: 2px;
content: ' ';
position: absolute;
background-color: #015689;
margin: 20px 8px;
}
.container h2{
line-height: 40px;
margin: 2px 0;
font-weight: bolder;
}
.container a{

color: #170d51;
}
.container p{
font-size: 18px;
line-height: 30px;

}

.container button{
padding: 15px;
background-color: #4469f5;
border-radius: 10px;
border: none;
background-color: #00456e ;
font-size: 16px;
font-weight: bold;
margin-top: 5px;
}
.container button:hover{
box-shadow: 1px 1px 15px #015689;
transition: all 0.2S linear;

}
.container button a{
color: white;
}
hr{
/ display: none; /
}

Free Webinar

Fastrack Compliance: The Path to ZERO-Vulnerability
Compounding the problem are zero-day vulnerabilities like the MOVEit SQLi, Zimbra XSS, and 300+ such vulnerabilities that get discovered each month. Delays in fixing these vulnerabilities lead to compliance issues, these delay can be minimized with a unique feature on AppTrana that helps you to get “Zero vulnerability report” within 72 hours.

Register for Free

Water Curupira Hackers Pikabot Malware



The phishing operations of Pikabot deploy the following two key things for unauthorized remote access:-



Loader



Core module
Water Curupira, which is known for Cobalt Strike backdoors, has shifted exclusively to Pikabot post-DarkGate and IcedID campaigns in Q3 2023. 



The Pikabot malware gains initial access via spam emails, mirroring Qakbot’s behavior.



Infection chain (Source – Trend Micro) Threat actors use thread-hijacking in emails to mimic legitimate threads for deception. They craft messages with original content in which they urge recipients to open the following types of attachments, with varying file names and passwords:-



Password-protected ZIP



Password-protected PDF 
All the emails appear authentic, increasing the likelihood of victims interacting with malicious links or attachments.



The attached archive holds an obfuscated JS file that is more than 100 KB in size, when executed it attempts conditional commands via cmd.exe. 



If it is unsuccessful, the script echoes, pings, and downloads the Pikabot payload using Curl.exe. Another chain deploys password-protected archives with an IMG file that executes the LNK file, which triggers the rundll32.exe to run Pikabot DLL. 



The PDF-based attack in Q4 2023 tricks victims with OneDrive disguise, delivering malicious JS files. The latter variant employs array manipulation and obfuscation for Pikabot payload retrieval using the following things:-



Multiple URLs



Dynamic directory creation
Malicious PDF file disguised to look like a OneDrive attachment (Source – Trend Micro) Security analysis of the DLL file reveals a 32-bit sample with 1515 exports. The ‘Limit’ export decrypts and executes shellcode, which checks for debugging with Windows API calls. 



The shellcode decrypts another DLL for anti-analysis routines and loads encrypted PNG images containing the core module. The Pikabot injects the core module into a suspended process using indirect system calls and resolves necessary APIs through hash values after decryption. 



While the runtime decryption of strings and language checks are performed before execution stops for specific system languages like:-



Russian (Russia)



Ukrainian (Ukraine)
Here below, we have mentioned all the processes created by the malware to gather additional information:-



whoami.exe /all



ipconfig.exe /all



netstat.exe -aon
Water Curupira shifts to Pikabot by dropping backdoors like Cobalt Strike , which is linked to Black Basta ransomware. 



The clusters of Cobalt Strike beacons and more than 70 C&C domains that are observed in campaigns by this threat actor show the association with dangerous ransomware , Black Basta.



Recommendations



Here below we have mentioned all the recommendations:-



Make sure to hover over links to check their destination.



Always verify the sender’s identity.



Confirm the legitimacy of emails from known companies before opening attachments.



Always keep the OS and software updated with the latest updates or patches.



Back up crucial data regularly to an external and secure location.
IoCs



IoCs (Source – Trend Micro) IoCs-1 (Source – Trend Micro) IoCs-2 (Source – Trend Micro) IoCs-3 (Source – Trend Micro ) Try Kelltron’s cost-effective penetration testing services for free to assess and evaluate the security posture of digital systems
The post Water Curupira Hackers Launch Pikabot Malware Attack on Windows Machine appeared first on GBHackers on Security | #1 Globally Trusted Cyber Security News Platform .