
Threat intelligence enriched with External Attack Surface Management, Brand Protection, and Dark Web Radar.
Protect your business from the dangers lurking in the hidden corners of the internet.
Effective threat hunting and threat actor tracking with behavioral analytics.
Discover your assets with a hacker mindset.
Stay ahead of threat actors with actionable intelligence alerts.
Evaluate the security posture of your entire supply network.
Your guide in harnessing the full potential of our platform.
Hear SOCRadar’s impressive achievements from our clients.
Automate and operationalize your security operations.
Consulting and professional services for cybersecurity excellence.
Industry, sector, and region-based in-depth research.
Discover the heartbeat of cyberspace through a collection showcasing the latest incidents.
Discover how XTI empowers organizations to proactively identify, mitigate, and respond to evolving cyber threats.
Register for our live webinars, and watch our on-demand webinars instantly.
Dive deep into the world of cyber threats, advanced analysis techniques, and cutting-edge strategies.
Stay informed and up-to-date on the latest cybersecurity trends.
Explore SOCRadar’s learning experience to fuel your cybersecurity journey with insights that exceed industry standards.
We offer expert-led, and exclusive trainings to help you master the latest in cybersecurity, trusted by over 2,000 top companies.
Scan the dark web to prevent your leaks from turning into real risks.
Instantly access dark web findings about your organization’s assets.
Check if there is anything about you in SOCRadar’s ever-expanding breach database.
Track threat actors and groups by country or industry for effective follow-up.
Explore threat actors’ tactics, techniques, activities, and detailed profiles targeting your industry or region.
All-in-one next-generation tools for investigating everyday events like phishing, malware, account breach, etc.
Power your search with SOCRadar’s IOC Radar.
Let’s get to know each other better.
Broaden your market reach and increase ARR with SOCRadar Extended Threat Intelligence.
Get informed of our upcoming events.
Latest news about our platform, company, and what’s being said about us.
Begin an extraordinary journey in your professional path with SOCRadar.
We’d like to hear from you.
SOCRadar Training Series – Mastering AI in Cybersecurity From Theory to Practice
Resources
The Brain Cipher ransomware group gained widespread attention after a high-profile attack on Indonesia’s National Data Center (Pusat Data Nasional – PDN), which disrupted essential public services, including immigration. On June 20, the cyberattack targeted one of Indonesia’s national data centers. This attack encrypted government servers, disrupting immigration services, passport control, the issuance of event permits, and other online services.
Home page of Brain Cipher’s DLS(Data Leak Site)
Indonesia was developing national data centers to store servers securely used by the government for online services and data hosting. However, the ransomware attack disrupted the ongoing development. The Indonesian government confirmed that Brain Cipher, a new ransomware operation, was responsible for the attack, which affected over 200 government agencies.
Brain Cipher Ransomware was first mentioned on June 16, 2024, and the earliest tweet we could trace was from June 17. However, the following week, it quickly gained widespread media attention when it was revealed as the perpetrator behind attacks on data centers in Indonesia.
Threat actor card of Brain Cipher
When Indonesian agencies identified Brain Cipher as the perpetrator, the victim was not listed on the Brain Cipher Data Leak Site, initially. Shortly after, the expected victim announcement came.
However, the incident took an unexpected turn on July 2, 2024, when the group apologized to Indonesia and promised to release a free decryption tool the following day. Initially demanding a ransom of $8,000,000, the group backed down and, in their announcement, only left a Monero wallet for optional donations.
The announcement post from Brain Cipher in their DLS
It appears that the group followed through on their promise. They shared an onion link with the alleged decryption key and instructions on how to use it. However, there has not been any official statement yet.
Later post of Brain Cipher, providing an alleged decryptor
So, what will happen to Brain Cipher from now on, how was the group successful in this attack, and what does leaked builder mean? Let’s examine it.
This group used LockBit’s leaked builder and shared characteristics with many newly emerged groups. Furthermore, Brain Cipher has only made some minor changes to the encryptor. So, let’s first look at what this leaked builder is.
LockBit released its version called LockBit 3.0, or Black, in June 2022, and has continued to use similar variations up to the present day. At its launch, LockBit even introduced its own bug bounty program.
Dark Web Profile: LockBit 3.0 Ransomware
During these developments, a significant event occurred that would reshape the ransomware landscape. vx-underground reported that they were contacted by a user named protonleaks, who forwarded them a copy of the builder. Subsequently, a hacker forum user known as LockBitSupp, or their representative, stated that the leak happened due to a disgruntled developer.
The leaked LockBit 3.0 builder allowed anyone to easily create the necessary executables for their own ransomware operations, including an encryptor, decryptor, and specialized tools for launching the decryptor in specific ways.
The builder consisted of four files: an encryption key generator, a builder, a modifiable configuration file, and a batch file to compile everything.
The included ‘config.json’ file could be customized to modify the encryptor, change configuration options, terminate specific processes and services, and specify the command and control server. By adjusting this configuration file, any threat actor could tailor it to their needs and alter the ransom note to link to their own infrastructure. Thus, a new generation of ransomware groups arose.
Now, let’s examine both the group and the builder through Brain Cipher’s most known sample.
eb82946fa0de261e92f8f60aa878c9fef9ebb34fdababa66995403b110118b12 hashed sample of Brain Cipher
Brain Cipher is a variant of the LockBit ransomware family. It is designed to encrypt files on compromised systems, append a distinctive file extension, and demand a ransom payment for decryption.
Although few sources have stated the initial access vector as phishing, we cannot verify this claim. However, especially when we look at the latest statements of the group and network connections, it can be concluded that the attacker knows his victim and where they are attacking. In this context, we can talk about more specific initial access vectors, such as vulnerability exploitation or a spear-phishing operation.
Terms of service in Brain Cipher’s DLS
The Brain Cipher sample, 9gGB296kd4.exe, is associated with the LockBit ransomware. The specific sample has the following identifiers:
MD5: 448f1796fe8de02194b21c0715e0a5f6
SHA1: 935c0b398373f8c5e8ef03c92d606c72c44f49b8
SHA256: eb82946fa0de273dbaaaef320e8925d9a8cc5b7e839e97e2982a1d18ba43c1a4
Brain Cipher is detected with a high confidence level of 100%, indicating its apparent association with ransomware activities. Detection mechanisms include multiple Yara rules and AI-based detection signatures, identifying its malicious nature. Despite this, the ransomware employs evasion techniques, making it a challenging adversary for traditional security measures.
Upon execution, Brain Cipher immediately deletes itself to hinder forensic analysis and detection. It then modifies user documents and overwrites browser settings, explicitly targeting Mozilla Firefox on the sandbox analysis. The ransomware writes numerous high-entropy files, indicating its encryption activities.
Delete command run through cmd (JoeSandbox)
Brain Cipher is equipped with several persistence and evasion techniques. It hides threads from debuggers and executes in a suspended mode to avoid detection. Additionally, it enables debug and security privileges, potentially allowing it to bypass security measures. The use of code obfuscation further complicates detection and analysis efforts.
Simple obfuscation techniques that are common for many ransomware (JoeSandbox)
The obfuscation technique used in Brain Cipher involves the instruction sequence push FFFFFF9Ch; retf. This sequence pushes the hexadecimal value FFFFFF9C onto the stack and then performs a far return (retf), which uses the value on the stack to alter the instruction pointer and code segment registers. This method complicates the control flow, making it difficult for analysis tools and researchers to trace the malware’s execution path.
Ransom note
In addition to its encryption capabilities, Brain Cipher attempts to harvest and steal sensitive information from the infected system, including browser information, thereby increasing the potential damage to the victim.
There isn’t any transaction to their Bitcoin wallet (BTCscan). They also have a Monero wallet for donations, but it can’t be traced therefore its not possible for now to say whether they got any donations
Lastly, it is essential to remember that the Brain Cipher and many other ransomware that are derived from LockBit’s leaked builder are detectable by various signatures, including specific YARA rules designed to identify LockBit ransomware and multiple antivirus scanners. Despite this, its evasion techniques often make detection a race against time.
In recent years, the cybersecurity landscape has been increasingly threatened by ransomware variants derived from leaked builders, such as those associated with the LockBit family. These leaked builders provide cybercriminals with the tools needed to create custom ransomware strains, making it easier for even less sophisticated attackers to launch devastating attacks. To effectively mitigate the risks posed by these threats, a comprehensive and proactive approach is required. Next sections include key strategies and actions to defend against ransomware derived from leaked builders and Brain Cipher.
Implement endpoint security solutions that include advanced threat detection capabilities. These solutions should leverage machine learning, behavioral analysis, and heuristics to detect and block ransomware activities, even if the ransomware is newly created using leaked builders hence the similarity between different strains are very close, it’s possible to detect.
Ensure that all software, including operating systems, applications, and security tools, is regularly updated and patched. Ransomware operators and access brokers often exploit known vulnerabilities in outdated software to gain initial access to systems.
Segment networks to block or limit the spread of ransomware. By dividing the network into isolated segments, you can contain an infection to a small part of the network, preventing it from affecting the entire infrastructure.
Maintain regular backups of critical data and ensure backups are stored offline or in isolated environments. Test the backups and recovery procedures regularly to ensure that data can be restored quickly in the event of a ransomware attack since the files encrypted by LockBit’s leaked builder are known to be undecryptable without a key.
Educate employees about the dangers of ransomware and the importance of safe online practices. Training should cover recognizing phishing emails, avoiding suspicious downloads, and reporting potential security incidents promptly.
Deploy email and web filtering solutions to block malicious attachments, links, and downloads. These tools can prevent ransomware from reaching users by identifying and quarantining potential threats before they can cause harm. Note that SOCRadar Malware Analysis can also analyze .EML files to check your suspicions about email content and attached files.
Implement strict access controls and ensure that users have only the permissions necessary for their roles. Use the principle of least privilege to minimize the potential impact of compromised accounts. Regularly review and update access rights.
Leverage threat intelligence to stay informed about the latest ransomware Tactics, Techniques, and Procedures (TTPs). Implement continuous monitoring to detect unusual activities and respond to threats in real-time.
Develop and maintain a detailed incident response plan that includes specific procedures for dealing with ransomware attacks. Conduct regular drills and simulations to ensure that your team is prepared to respond effectively.
Understanding the tactics and strategies of ransomware variants like Brain Cipher is crucial for organizations looking to bolster their cybersecurity defenses. Implementing robust mitigation measures and staying vigilant are key steps in combating these threats effectively.
SOCRadar Attack Surface Management, Ransomware Check
SOCRadar’s Attack Surface Management includes a specialized Ransomware Check function designed to help organizations protect against ransomware attacks, including those orchestrated by sophisticated malware like Brain Cipher. Our platform empowers you to proactively monitor potential attack vectors, detect suspicious activities, and take preemptive actions to safeguard your digital assets.
Furthermore, by leveraging SOCRadar’s intelligence-driven solutions, you can gain insights into threat actors’ methods and vulnerabilities, enabling you to fortify your cybersecurity posture.
You can access resources such as YARA rules, IoCs, which will allow you to detect LockBit and derived samples, from the SOCRadar Ransomware Intelligence tab.
Our continuous monitoring and timely alerts ensure that you stay ahead of potential threats, allowing for swift responses and enhanced overall defense against ransomware and other cyber threats.
In the table below, we have listed the TTPs that we consider important in the specific sample and the TTPs that are possible in possible future attacks.
SHA-256 Hashes for Brain Cipher
URLs of Brain Cipher
Communication Channels in Ransom Notes
Subscribe to our newsletter and stay updated on the latest insights!
PROTECTION OF PERSONAL DATA COOKIE POLICY FOR THE INTERNET SITE
Protecting your personal data is one of the core principles of our organization, SOCRadar, which operates the internet site (www.socradar.com). This Cookie Usage Policy (“Policy”) explains the types of cookies used and the conditions under which they are used to all website visitors and users.
Cookies are small text files stored on your computer or mobile device by the websites you visit.
Cookies are commonly used to provide you with a personalized experience while using a website, enhance the services offered, and improve your overall browsing experience, contributing to ease of use while navigating a website. If you prefer not to use cookies, you can delete or block them through your browser settings. However, please be aware that this may affect your usage of our website. Unless you change your cookie settings in your browser, we will assume that you accept the use of cookies on this site.
1. WHAT KIND OF DATA IS PROCESSED IN COOKIES?
Cookies on websites collect data related to your browsing and usage preferences on the device you use to visit the site, depending on their type. This data includes information about the pages you access, the services and products you explore, your preferred language choice, and other preferences.
2. WHAT ARE COOKIES AND WHAT ARE THEIR PURPOSES?
Cookies are small text files stored on your device or web server by the websites you visit through your browsers. These small text files, containing your preferred language and other settings, help us remember your preferences on your next visit and assist us in making improvements to our services to enhance your experience on the site. This way, you can have a better and more personalized user experience on your next visit.
The main purposes of using cookies on our Internet Site are as follows:
3. TYPES OF COOKIES USED ON OUR INTERNET SITE 3.1. Session Cookies
Session cookies ensure the smooth operation of the internet site during your visit. They are used for purposes such as ensuring the security and continuity of our sites and your visits. Session cookies are temporary cookies and are deleted when you close your browser; they are not permanent.
3.2. Persistent Cookies
These cookies are used to remember your preferences and are stored on your device through browsers. Persistent cookies remain stored on your device even after you close your browser or restart your computer. These cookies are stored in your browser’s subfolders until deleted from your browser’s settings. Some types of persistent cookies can be used to provide personalized recommendations based on your usage purposes.
With persistent cookies, when you revisit our website with the same device, the website checks if a cookie created by our website exists on your device. If so, it is understood that you have visited the site before, and the content to be presented to you is determined accordingly, offering you a better service.
3.3. Mandatory/Technical Cookies
Mandatory cookies are essential for the proper functioning of the visited internet site. The purpose of these cookies is to provide necessary services by ensuring the operation of the site. For example, they allow access to secure sections of the internet site, use of its features, and navigation.
3.4. Analytical Cookies
These cookies gather information about how the website is used, the frequency and number of visits, and show how visitors navigate to the site. The purpose of using these cookies is to improve the operation of the site, increase its performance, and determine general trend directions. They do not contain data that can identify visitors. For example, they show the number of error messages displayed or the most visited pages.
3.5. Functional Cookies
Functional cookies remember the choices made by visitors within the site and recall them during the next visit. The purpose of these cookies is to provide ease of use to visitors. For example, they prevent the need to re-enter the user’s password on each page visited by the site user.
3.6. Targeting/Advertising Cookies
They measure the effectiveness of advertisements shown to visitors and calculate how many times ads are displayed. The purpose of these cookies is to present personalized advertisements to visitors based on their interests.
Similarly, they determine the specific interests of visitors’ navigation and present appropriate content. For example, they prevent the same advertisement from being shown again to the visitor in a short period.
4. HOW TO MANAGE COOKIE PREFERENCES?
To change your preferences regarding the use of cookies, block or delete cookies, you only need to change your browser settings.
Many browsers offer options to accept or reject cookies, only accept certain types of cookies, or receive notifications from the browser when a website requests to store cookies on your device.
Also, it is possible to delete previously saved cookies from your browser.
If you disable or reject cookies, you may need to manually adjust some preferences, and certain features and services on the website may not work properly as we will not be able to recognize and associate with your account. You can change your browser settings by clicking on the relevant link from the table below.
5. EFFECTIVE DATE OF THE INTERNET SITE PRIVACY POLICY
The Internet Site Privacy Policy is dated The effective date of the Policy will be updated if the entire Policy or specific sections are renewed. The Privacy Policy is published on the Organization’s website (www.socradar.com) and made accessible to relevant individuals upon request.
SOCRadar
Address: 651 N Broad St, Suite 205 Middletown, DE 19709 USA
Phone: +1 (571) 249-4598
Email: [email protected]
Website: www.socradar.com