Weekly Intelligence Report – 24 Jul 2026

Published On : 2026-07-24
Share :
Weekly Intelligence Report – 24 Jul 2026

Ransomware In Focus

CYFIRMA Research and Advisory Team would like to highlight ransomware trends and insights gathered while monitoring various forums. This includes multiple industries, geographies, and technologies that could be relevant to your organization.

Type: Ransomware
Target Technologies: Windows OS

Introduction:
CYFIRMA Research and Advisory Team has found Orexin Ransomware while monitoring various underground forums as part of our Threat Discovery Process.

Orexin Ransomware
Orexin is a ransomware strain that encrypts files on an infected system and renames them by appending a victim-specific identifier, an attacker-controlled email address, and the .orexin extension. For example, a file such as 1.jpg may be renamed to 1.jpg-[id][email].orexin. Following encryption, the malware creates a ransom note named HOW_TO_RECOVER.txt and modifies the desktop wallpaper to display recovery instructions and warnings against attempting independent decryption.

Screenshot: File encrypted by the ransomware (Source: Surface Web)

The ransom note states that the victim’s files have been encrypted and claims that recovery is only possible by obtaining a unique private decryption key from the attackers. It warns that renaming files or using third-party recovery software could permanently damage the encrypted data. The note instructs victims to contact the attackers through an email address or Telegram handle and offers to decrypt one non-valuable file for free as proof that the attackers possess a working decryptor.

Screenshot: The appearance of GINES’s Ransom Note (Source: Surface Web)

From a recovery and response perspective, removing the ransomware can prevent further file encryption but does not restore files that have already been encrypted. Successful recovery generally depends on the availability of clean backups created before the infection, as ransomware encryption may not be practically reversible without the corresponding decryption key. Paying the ransom is not recommended because attackers may fail to provide a functional decryptor even after payment. Maintaining offline or otherwise isolated backups in multiple locations is therefore an important mitigation against data loss from ransomware incidents.

Screenshot: The appearance of Orexin’s wallpaper

The following are the TTPs based on the MITRE Attack Framework

Tactic Technique ID Technique Name
Initial Access T1091 Replication Through Removable Media
Execution T1059 Command and Scripting Interpreter
Execution T1569.002 System Services: Service Execution
Persistence T1112 Modify Registry
Persistence T1543.003

Create or Modify System Process: Windows Service

Persistence T1547.001

Boot or Logon Autostart Execution: Registry Run Keys / Startup Folder

Privilege Escalation T1543.003

Create or Modify System Process: Windows Service

Privilege Escalation T1547.001

Boot or Logon Autostart Execution: Registry Run Keys / Startup Folder

Privilege Escalation T1548 Abuse Elevation Control Mechanism
Credential Access T1003 OS Credential Dumping
Credential Access T1552.001

Unsecured Credentials: Credentials In Files

Discovery T1012 Query Registry
Discovery T1082 System Information Discovery
Discovery T1083 File and Directory Discovery
Discovery T1120 Peripheral Device Discovery
Discovery T1497 Virtualization/Sandbox Evasion
Lateral Movement T1091 Replication Through Removable Media
Collection T1005 Data from Local System
Collection T1074 Data Staged
Collection T1114 Email Collection
Collection T1560 Archive Collected Data
Command and Control T1071 Application Layer Protocol
Impact T1485 Data Destruction
Impact T1486 Data Encrypted for Impact
Impact T1490 Inhibit System Recovery
Stealth T1027.002

Obfuscated Files or Information: Software Packing

Stealth T1036 Masquerading
Stealth T1070.004 Indicator Removal: File Deletion
Stealth T1202 Indirect Command Execution
Stealth T1497 Virtualization/Sandbox Evasion
Defense Impairment T1112 Modify Registry

Relevancy and Insights:

  • The ransomware primarily targets the Windows operating system, leveraging native Windows utilities, services, registry settings, and filesystem APIs to execute its malicious activities. Its behavior indicates compatibility with enterprise and personal Windows environments.
  • Inhibition of System Recovery: The ransomware aggressively attempts to prevent data restoration by executing built-in administrative command-line utilities. It disables recovery options via bcdedit (bootstatuspolicy ignoreallfailures, recoveryenabled no), deletes Windows Volume Shadow Copies using wmic shadowcopy delete, and removes system state backups via wbadmin.
  • Service Tampering & Database Disruption: To ensure critical files and databases are unlocked and available for encryption, the malware forcibly stops key system and database services using net stop commands. Targeted services include Microsoft SQL Server (MSSQLSERVER, MSSQL$CONTOSO1, SQLBrowser, SQLSERVERAGENT, SQLWriter) and Distributed Transaction Coordinator (MSDTC).
  • Persistence & Environment Alteration: The malware establishes persistence across system reboots by adding execution paths to Registry Run and RunOnce keys (e.g., CortizolRecovery). Additionally, it modifies system login notices (LegalNoticeCaption and LegalNoticeText) and alters desktop wallpaper settings (TranscodedImageCache) to display ransom communications directly on the user interface.
  • Anti-Analysis & Defense Evasion: To hinder static and dynamic analysis, the sample uses the Themida executable packer/protector. It incorporates anti-debugging and anti-sandbox checks, including inspecting execution timing using APIs like GetTickCount and detecting virtualized environments terminating or altering execution if monitored.
  • Peripheral & Removable Media Spreading: The ransomware monitors connected hardware buses and enumerates removable storage, local drives, and accessible network directories. This enables lateral file encryption and propagation across connected USB devices and mapped network shares.
  • File Encryption & Ransom Artifacts: During execution, target files are encrypted and renamed with a victim-specific ID, an attacker contact email, and a custom extension (e.g., [filename]-[id][email].orexin). Ransom notes titled HOW_TO_RECOVER.txt and identification markers like id.orexin are dropped across root directories, system locations, and user desktop folders.
  • Exfiltration & Attacker Communication: Sandbox memory inspection reveals direct operational links to external messaging platforms and Telegram communication channels, indicating the operators utilize instant messaging services for victim negotiations, identity verification, or operational updates without publicly embedding raw contact links in executable code.

ETLM Assessment:
Orexin will likely evolve from straightforward, file-locking payloads into modular, AI-assisted threat engines designed to bypass modern Endpoint Detection and Response (EDR) platforms. Rather than relying on basic file extension renames (.orexin) and static desktop wallpaper modifications, future variants will prioritize early-stage stealth through living-off-the-land techniques using legitimate administrative tools and stolen credentials to blend into normal network traffic before triggering encryption. Furthermore, as organizations increasingly adopt immutable backups to neutralize standard file-encryptors, Orexin’s operators will shift toward targeting backup architecture directly, using time-delayed payloads and cloud-snapshot manipulation to ensure restore points are silently corrupted long before any ransom note appears.

Beyond technical upgrades to the payload, Orexin’s operational model will almost certainly pivot toward multi-extortion and data-exfiltration schemes. Operators will focus heavily on exfiltrating sensitive internal data to dedicated dark web leak sites prior to encrypting local systems, shifting the primary pressure point from system recovery to the threat of public data exposure and regulatory penalties. Coupled with the growth of the Ransomware-as-a-Service (RaaS) ecosystem, future iterations will likely leverage automated zero-day discovery tools and credential-harvesting networks to execute rapid, multi-stage attacks across entire software supply chains and remote access infrastructure.

Sigma rules:
title: New RUN Key Pointing to Suspicious Folder tags:
– attack.privilege-escalation
– attack.persistence
– attack.t1547.001 logsource:
category: registry_set product: windows
detection: selection_target:
TargetObject|contains:
– ‘\Software\Microsoft\Windows\CurrentVersion\Run’
– ‘\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Run’
– ‘\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run’ selection_suspicious_paths_1:
Details|contains:
– ‘:\Perflogs’
– :\ProgramData’
– ‘:\Windows\Temp’
– ‘:\Temp’
– ‘\AppData\Local\Temp’
– ‘\AppData\Roaming’
– ‘:\$Recycle.bin’
– ‘:\Users\Default’
– ‘:\Users\public’
– ‘%temp%’
– ‘%tmp%’
– ‘%Public%’
– ‘%AppData%’ selection_suspicious_paths_user_1:
Details|contains: ‘:\Users\’ selection_suspicious_paths_user_2:
Details|contains:
– ‘\Favorites’
– ‘\Favourites’
– ‘\Contacts’
– ‘\Music’
– ‘\Pictures’
– ‘\Documents’
– ‘\Photos’
filter_main_windows_update:
TargetObject|contains: ‘\Microsoft\Windows\CurrentVersion\RunOnce\’ Image|startswith: ‘C:\Windows\SoftwareDistribution\Download\’ Details|contains|all:
– ‘rundll32.exe ‘
– ‘C:\WINDOWS\system32\advpack.dll,DelNodeRunDLL32’ Details|contains:
– ‘\AppData\Local\Temp\’
– ‘C:\Windows\Temp\’ filter_optional_spotify:
Image|endswith:
– ‘C:\Program Files\Spotify\Spotify.exe’
– ‘C:\Program Files (x86)\Spotify\Spotify.exe’
– ‘\AppData\Roaming\Spotify\Spotify.exe’ TargetObject|endswith:
‘SOFTWARE\Microsoft\Windows\CurrentVersion\Run\Spotify’
Details|endswith: ‘Spotify.exe –autostart –minimized’
condition: selection_target and (selection_suspicious_paths_1 or (all of selection_suspicious_paths_user_* )) and not 1 of filter_main_* and not 1 of filter_optional_*
falsepositives:
– Software using weird folders for updates level: high
(Source: Surface Web)

IOCs:
Kindly refer to the IOCs section to exercise control of your security systems. (Source: Surface Web)

RECOMMENDATIONS

STRATEGIC RECOMMENDATIONS

  • Implement competent security protocols and encryption, authentication, or access credentials configurations to access critical systems in your cloud and local environments.
  • Ensure that backups of critical systems are maintained, which can be used to restore data in case a need arises.

MANAGEMENT RECOMMENDATIONS

  • A data breach prevention plan must be developed considering (a) the type of data being managed by the company; (b) the remediation process; (c) where and how the data is stored; (d) if there is an obligation to notify the local authority.
  • Implement a zero-trust security model alongside multifactor authentication (MFA) to reduce the risk of credential compromise.
  • Foster a culture of cybersecurity, where you encourage and invest in employee training so that security is an integral part of your organization.

TACTICAL RECOMMENDATIONS

  • Update all applications/software regularly with the latest versions and security patches alike.
  • Add the Sigma rules for threat detection and monitoring, which will help to detect anomalies in log events and identify and monitor suspicious activities.
  • Establish and implement protective controls by actively monitoring and blocking identified indicators of compromise (IoCs) and reinforcing defensive measures based on the provided tactical intelligence.

Active Malware of the Week

Type: Information Stealer |Objectives: Credential Theft/ Data Exfiltration | Target Technology: Windows| Target Geography: Global

CYFIRMA collects data from various forums, based on which the trend is ascertained. We identified a few popular malwares that were found to be distributed in the wild to launch cyberattacks on organizations or individuals.

Active Malware of the Week

This week, “VeilStealer” Malware is in focus.

Overview of Operation VeilStealer Malware
VeilStealer is a credential-focused information stealer that prioritizes the silent collection of sensitive user data while maintaining a low operational profile on compromised Windows systems. Instead of disrupting the victim’s environment, the malware is designed to quietly gather valuable information that can be exploited for financial fraud, account takeover, or unauthorized access to enterprise resources. Its emphasis on stealth enables attackers to prolong the compromise and maximize the usefulness of harvested data before the infection is discovered. The analysed sample also demonstrates mechanisms for persistence and data staging, highlighting its intent to continue operating beyond the initial execution.

The malware exhibits a structured workflow that combines reconnaissance, data collection, and exfiltration into a coordinated operation. It targets information stored across multiple user applications and local resources, reflecting a broad objective of acquiring credentials, personal documents, browser artifacts, and other sensitive assets from a single infected endpoint. Rather than relying on destructive payloads, it is designed to extract as much intelligence as possible from the victim’s digital environment, allowing threat actors to leverage the stolen information for subsequent malicious activities.

A distinguishing characteristic of this stealer is its effort to blend malicious activity with legitimate system behavior. By utilizing native Windows components and maintaining a relatively discreet execution flow, the malware minimizes obvious indicators that could alert users during the infection process. This operational approach demonstrates an increasing preference among modern cybercriminals for covert data theft campaigns that emphasize persistence, efficiency, and reduced visibility rather than immediate impact.

Overall, stealers reflect the continued evolution of information-stealing malware into a comprehensive intelligence-gathering tool capable of compromising both personal and organizational data. Its ability to collect a wide range of information from a single endpoint increases the potential consequences of a successful infection, making it a significant threat not only to individual users but also to enterprises where stolen credentials and sensitive documents can facilitate broader security incidents.

Attack Method
The infection chain begins with the execution of multiple PowerShell commands configured to bypass standard execution policy restrictions, allowing the payload to be deployed without requiring additional user interaction. The malware copies its primary executable to a concealed location within the user profile and establishes persistence by creating an autorun entry in the Windows Run registry key. To reduce the likelihood of detection, it incorporates several anti-analysis techniques, including debugger detection, virtual machine awareness, execution delays, and obfuscated code, enabling the malware to evade automated sandbox environments and security monitoring solutions during the initial stages of compromise.

Once execution is established, the malware conducts extensive reconnaissance to profile the compromised environment. It enumerates operating system details, user information, installed software, running processes, network configurations, and security-related settings while querying multiple Windows registry locations for additional host-specific information. This reconnaissance phase provides the attacker with a comprehensive understanding of the victim’s environment and enables subsequent data collection activities to be tailored to the available resources and applications.

Following reconnaissance, the malware systematically collects sensitive information from a broad range of applications and local storage locations. It extracts browser credentials, cookies, browsing history, autofill records, and encryption key material from Chromium-based browsers, Microsoft Edge, and Mozilla Firefox. In addition, it captures desktop screenshots, gathers detailed system information, and searches for locally stored documents that may contain financial records, business information, cryptocurrency-related assets, or other sensitive user data. The harvested information is consolidated into temporary staging directories before being prepared for transmission to the attacker’s infrastructure.

After completing the collection phase, the malware establishes encrypted communication with attacker-controlled servers to exfiltrate the aggregated data. It subsequently removes selected temporary files and intermediate artifacts to minimize forensic evidence while maintaining its persistence mechanism for future execution. The coordinated use of persistence, host reconnaissance, anti-analysis capabilities, encrypted communications, staged data aggregation, and artifact cleanup demonstrates a mature and well-structured information-stealing framework designed to maximize data collection while maintaining a low operational profile on compromised Windows systems.

The following are the TTPs based on the MITRE ATT&CK Framework for Enterprises

Tactic Technique Technique Name
Execution T1059.001 Command and Scripting Interpreter: PowerShell
Execution T1204.002 User Execution: Malicious File
Persistence T1547.001 Boot or Logon AutoStart Execution: Registry Run Keys / Startup Folder
Stealth T1027 Obfuscated Files or Information
Stealth T1497 Virtualization/Sandbox Evasion
Stealth T1070.004 Indicator Removal on Host: File Deletion
Discovery T1082 System Information Discovery
Discovery T1033 System Owner/User Discovery
Discovery T1057 Process Discovery
Discovery T1012 Query Registry
Discovery T1016 System Network Configuration Discovery
Collection T1005 Data from Local System
Collection T1213 Data from Information Repositories
Credential Access T1555.003 Credentials from Password Stores: Credentials from Web Browsers
Credential Access T1555 Credentials from Password Stores
Credential Access T1539 Steal Web Session Cookie
Credential Access T1552.001 Unsecured Credentials: Credentials in Files
Exfiltration T1041 Exfiltration Over C2 Channel
Command and Control T1071.001 Application Layer Protocol: Web Protocols
Command and Control T1573 Encrypted Channel

INSIGHTS

  • The overall design of the malware indicates that its primary objective extends beyond the theft of individual credentials. By collecting information from multiple applications and user resources during a single compromise, the operators can construct a comprehensive digital profile of the victim. Such aggregated data provides greater operational value than isolated credentials, allowing attackers to correlate information from different sources and increase the potential utility of the stolen dataset.
  • Another notable observation is the emphasis placed on maintaining operational consistency throughout the infection lifecycle. Rather than employing aggressive or highly visible techniques, malware follows a measured approach that prioritizes uninterrupted execution and efficient data collection. This behavior suggests that the threat actors value sustained access and reliable information gathering over immediate impact, reflecting a disciplined operational methodology commonly observed in financially motivated campaigns.
  • The malware also demonstrates a modular and adaptable design philosophy, enabling multiple collection capabilities to operate within a unified framework. This architecture allows the operators to expand or modify functionality without fundamentally altering the overall workflow, making the threat easier to evolve over time. Such flexibility reflects the increasing maturity of contemporary information-stealing malware, where operational efficiency, scalability, and broad data acquisition have become defining characteristics of modern credential theft campaigns.

ETLM ASSESSMENT
From an ETLM Perspective, the continued advancement of information-stealing malware such as VeilStealer is expected to reinforce a threat landscape where digital identities become the primary target for financially motivated threat actors. As organizations increasingly adopt cloud-based platforms, remote work models, and interconnected business ecosystems, compromised employee credentials are likely to become a preferred entry point for broader intrusion campaigns. This evolving trend may result in a growing number of attacks that leverage stolen identities to access enterprise resources, third-party services, and sensitive business information. Consequently, information stealers are anticipated to play an increasingly significant role as enabling tools for credential abuse, account compromise, business fraud, and subsequent cyber operations, amplifying the overall risk exposure for organizations across multiple industry sectors.

IOCs:
Kindly refer to the IOCs Section to exercise controls on your security systems. (Source: Surface Web)

YARA Rules
rule MAL_VeilStealer_Win32
{
meta:
description = “Detects VeilStealer information stealer” author = “CYFIRMA”
date = “2026-07-17”

strings:
/* PowerShell Execution */
$ps1 = “powershell.exe” ascii nocase
$ps2 = “-ExecutionPolicy Bypass” ascii nocase
$ps3 = “-NoProfile” ascii nocase
$ps4 = “-WindowStyle Hidden” ascii nocase

/* Persistence */
$reg1 = “Software\\Microsoft\\Windows\\CurrentVersion\\Run” ascii wide
$reg2 = “CurrentVersion\\Run” ascii wide

/* Browser Targets */
$b1 = “Login Data” ascii wide
$b2 = “Local State” ascii wide
$b3 = “Cookies” ascii wide
$b4 = “Web Data” ascii wide
$b5 = “History” ascii wide
$b6 = “Mozilla\\Firefox” ascii wide
$b7 = “Microsoft\\Edge” ascii wide
$b8 = “Google\\Chrome” ascii wide

/* Anti-analysis */
$a1 = “IsDebuggerPresent” ascii
$a2 = “CheckRemoteDebuggerPresent” ascii
$a3 = “Sleep” ascii

/* Network */
$n1 = “WinHttpOpen” ascii
$n2 = “WinHttpSendRequest” ascii
$n3 = “WinHttpReceiveResponse” ascii

/* Sample Hashes */
$hash1 = “ff99e0fbf4bffe07738630833155fccb0775deb29cf8e0d02a5019362072a9f5”
$hash2 = “7dcc113684fe5bd9355866a59f4a901929ff5d07fb47a05d6c186d1e7b3f444f”
$hash3 = “cf07f33f8727b3dc4b1d956b2a5e24a487470a8d74d2558c37249eca53976ba5”
$hash4 = “42dd676a77e7fdcf2da653c4150ed2b339ce062fb91e5ff7e7a1f2b1c5e32f44”
$hash5 = “4b660a310fc1125a079f8154a86edd0d43501edbbc4bc759dd55f1d4fd0c6d40”
$hash6 = “d93d3701b17598fdf244e0eec2a87a13902baadde7c2c9253d60566215ef6df2”
$hash7 = “37f9de776d211aead04a1e54f2a5d8b453a1a51d1e906f3f4306868ac31501e1”
$hash8 = “d302ba5778fac5bb12d82810958c2136d2b86c0267499075e4d947c97b4940a0”

condition:
uint16(0) == 0x5A4D and (
any of ($hash*) or (
3 of ($b*) and
1 of ($reg*) and 1 of ($ps*) and 1 of ($a*) and
1 of ($n*)
)
)
}

Recommendations

Strategic Recommendations

  • Adopt a defense-in-depth strategy that integrates endpoint security, identity protection, email security, and threat intelligence to reduce exposure to information-stealing malware.
  • Strengthen enterprise identity security by enforcing phishing-resistant multi-factor authentication (MFA), least-privilege access, and periodic credential hygiene across all business-critical applications.
  • Establish continuous threat intelligence and cyber threat hunting programs to identify emerging stealer campaigns and adapt security controls based on evolving attacker tactics.

Management Recommendations

  • Implement organization-wide security awareness programs focused on credential theft, phishing, malicious downloads, and social engineering techniques.
  • Enforce centralized patch management and application control policies to reduce the attack surface across user endpoints.
  • Develop and regularly test incident response procedures specifically for credential compromise, ensuring rapid containment, password resets, and account recovery processes.

Tactical Recommendations

  • Monitor PowerShell activity, registry autorun modifications, and suspicious process execution to identify potential malware deployment and persistence attempts.
  • Deploy Endpoint Detection and Response (EDR) solutions capable of detecting credential dumping, browser data access, process injection, and abnormal file collection activities.
  • Continuously monitor outbound network traffic for unusual, encrypted communications and connections to suspicious external infrastructure, and promptly isolate endpoints exhibiting indicators of information-stealing behavior.

CYFIRMA’s Weekly Insights

1. Weekly Attack Types and Trends

Key Intelligence Signals:

  • Attack Type: Ransomware Attacks, Phishing, Vulnerabilities & Exploits, Data Leaks.
  • Objective: Unauthorized Access, Data Theft, Data Encryption, Financial Gains, Espionage.
  • Business Impact: Data Loss, Financial Loss, Reputational Damage, Loss of Intellectual Property, Operational Disruption.
  • Ransomware – INC Ransomware, The Gentlemen Ransomware| Malware – VeilStealer
  • INC Ransomware– One of the ransomware groups.
  • The Gentlemen Ransomware – One of the ransomware groups. Please refer to the trending malware advisory for details on the following:
  • Malware – VeilStealer
    Behavior – Most of these malwares use phishing and social engineering techniques as their initial attack vectors. Apart from these techniques, exploitation of vulnerabilities, defense evasion, and persistence tactics are being observed.

2. Threat Actor in Focus

Sandworm Adopts ClickFix Social Engineering to Enhance Cyber Espionage Operations

  • Threat Actor: Sandworm
  • Attack Type: Spear-Phishing, Exploitation of Vulnerabilities (Zero-Day Exploitation), Credential Theft, Living off the Land (LotL), Supply Chain Attacks, Malware Implant (Custom Malware), Ransomware, Social Engineering
  • Objective: Information theft, Espionage, Financial Gains, Credential Theft.
  • Suspected Target Technology: Howyar UEFI Application, Microsoft Products, WinRAR, JetBrains TeamCity, MicroTik Routers and VPNs, Office Suites Software, Operating System, Web Application.
  • Suspected Target Geography: Angola, Argentina, Australia, Austria, Azerbaijan, Belarus, Belgium, Bulgaria, Cambodia, Canada, China, Colombia, Czech, Denmark, Egypt, France, Georgia, Germany, Ghana, Hungary, India, Iran, Israel, Italy, Kazakhstan, Kyrgyzstan, Latvia, Lithuania, Luxembourg, Moldova, Myanmar, Netherlands, Nigeria, Norway, Oman, Pakistan, Paraguay, Peru, Poland, Portugal, Romania, Russia, Serbia, South Korea, Spain, Sweden, Syria, Thailand, Turkey, UK, USA, Ukraine, Uzbekistan, Vietnam, Afghanistan, Indonesia.
  • Suspected Target Industries: Arms Manufacturing, Defense, Electricity, Energy, Energy Equipment & Services, Government, Industrial Control Systems (ICS), Oil & Gas, Power Generation, Shipping, Telecommunications.
  • Business Impact: Financial Loss, Data Theft, Operational Disruption, Reputational Damage.

About the Threat Actor
Sandworm (also tracked as TeleBots, SandStorm, and Electrum) is a Russia-linked state-sponsored threat actor assessed to be directly affiliated with Russia’s GRU (General Staff Main Intelligence Directorate), specifically the Main Center for Special Technologies (GTsST), Military Unit 74455. The group is widely assessed to have been responsible for the NotPetya ransomware attack (also known as ExPetr and PetrWrap). Its activities were first publicly observed in December 2016, when it targeted Ukrainian financial institutions and critical infrastructure. Sandworm is also believed to maintain close operational ties with the BlackEnergy group, which was linked to the disruptive cyberattacks that caused power outages in Ukraine in 2015.

Details on Exploited Vulnerabilities

CVE ID Affected Products CVSS
Score
ExploitLinks
CVE-2024-7344 Howyar UEFI Application 8.2
CVE-2023-34362 MOVEit Transfer 9.8 Link1, Link2
CVE-2022-30190 MSDT 7.8 Link1
CVE-2021-26855 Microsoft Exchange Server 9.8 Link1, Link2, Link3, Link4
CVE-2025-0282 Ivanti Connect Secure 9.0
CVE-2021-26858 Microsoft Exchange Server 7.8

TTPs based on the MITRE ATT&CK Framework

Tactic ID Technique
Reconnaissance T1592.002 Gather Victim Host Information: Software
Reconnaissance T1595.002 Active Scanning: Vulnerability Scanning
Reconnaissance T1589.002 Gather Victim Identity Information: Email Addresses
Reconnaissance T1589.003 Gather Victim Identity Information: Employee Names
Reconnaissance T1590.001 Gather Victim Network Information: Domain Properties
Reconnaissance T1591.002 Gather Victim Org Information: Business Relationships
Reconnaissance T1598.003 Phishing for Information: Spear Phishing Link
Reconnaissance T1593 Search Open Websites/Domains
Reconnaissance T1594 Search Victim-Owned Websites
ResourceDevelopment T1583 Acquire Infrastructure
ResourceDevelopment T1583.001 Acquire Infrastructure: Domains
ResourceDevelopment T1583.004 Acquire Infrastructure: Server
ResourceDevelopment T1586.001 Compromise Accounts: Social Media Accounts
ResourceDevelopment T1584.004 Compromise Infrastructure: Server
ResourceDevelopment T1584.005 Compromise Infrastructure: Botnet
ResourceDevelopment T1587.001 Develop Capabilities: Malware
ResourceDevelopment T1585.001 Establish Accounts: Social Media Accounts
ResourceDevelopment T1585.002 Establish Accounts: Email Accounts
ResourceDevelopment T1588.002 Obtain Capabilities: Tool
ResourceDevelopment T1588.006 Obtain Capabilities: Vulnerabilities
ResourceDevelopment T1608.001 Stage Capabilities: Upload Malware
Initial Access T1190 Exploit Public-Facing Application
Initial Access T1133 External Remote Services
Initial Access T1195 Supply Chain Compromise
Initial Access T1195.002 Supply Chain Compromise: Compromise Software Supply Chain
Initial Access T1199 Trusted Relationship
Initial Access T1078 Valid Accounts
Initial Access T1078.002 Valid Accounts: Domain Accounts
Initial Access T1566.001 Phishing: Spear Phishing Attachment
Initial Access T1566.002 Phishing: Spear Phishing Link
Execution T1059.001 Command and Scripting Interpreter: PowerShell
Execution T1059.003 Command and Scripting Interpreter: Windows Command Shell
Execution T1059.005 Command and Scripting Interpreter: Visual Basic
Execution T1106 Native API
Execution T1053.005 Scheduled Task/Job: Scheduled Task
Execution T1072 Software Deployment Tools
Execution T1047 Windows Management Instrumentation
Execution T1204.001 User Execution: Malicious Link
Execution T1203 Exploitation for Client Execution
Execution T1204.002 User Execution: Malicious File
Persistence T1098 Account Manipulation
Persistence T1554 Compromise Host Software Binary
Persistence T1136 Create Account
Persistence T1136.002 Create Account: Domain Account
Persistence T1543.002 Create or Modify System Process: Systemd Service
Persistence T1543.003 Create or Modify System Process: Windows Service
Persistence T1133 External Remote Services
Persistence T1112 Modify Registry
Persistence T1053.005 Scheduled Task/Job: Scheduled Task
Persistence T1505.003 Server Software Component: Web Shell
Persistence T1505.001 Server Software Component: SQL Stored Procedures
Persistence T1078 Valid Accounts
Persistence T1078.002 Valid Accounts: Domain Accounts
Privilege Escalation T1098 Account Manipulation
Privilege Escalation T1543.002 Create or Modify System Process: Systemd Service
Privilege Escalation T1543.003 Create or Modify System Process: Windows Service
Privilege Escalation T1055 Process Injection
Privilege Escalation T1484.001 Domain or Tenant Policy Modification: Group Policy Modification
Privilege Escalation T1053.005 Scheduled Task/Job: Scheduled Task
Privilege Escalation T1078 Valid Accounts
Privilege Escalation T1078.002 Valid Accounts: Domain Accounts
Stealth T1078 Valid Accounts
Stealth T1078.002 Valid Accounts: Domain Accounts
Stealth T1140 Deobfuscate/Decode Files or Information
Stealth T1218.011 System Binary Proxy Execution: Rundll32
Stealth T1055 Process Injection
Stealth T1036.010 Masquerading: Masquerade Account Name
Stealth T1027.010 Obfuscated Files or Information: Command Obfuscation
Stealth T1027 Obfuscated Files or Information
Stealth T1070.004 Indicator Removal: File Deletion
Stealth T1027.002 Obfuscated Files or Information: Software Packing
Stealth T1036 Masquerading
Stealth T1036.004 Masquerading: Masquerade Task or Service
Stealth T1036.005 Masquerading: Match Legitimate Resource Name or Location
Stealth T1036.008 Masquerading: Masquerade File Type
DefenseImpairment T1112 Modify Registry
DefenseImpairment T1685 Disable or Modify Tools
DefenseImpairment T1685.001 Disable or Modify Tools: Disable or Modify Windows Event Log
DefenseImpairment T1484.001 Domain or Tenant Policy Modification: Group Policy Modification
CredentialAccess T1555.003 Credentials from Password Stores: Credentials from Web Browsers
CredentialAccess T1539 Steal Web Session Cookie
CredentialAccess T1110 Brute Force
CredentialAccess T1056.001 Input Capture: Keylogging
Credential Access T1040 Network Sniffing
Credential Access T1003.003 OS Credential Dumping: NTDS
Credential Access T1003.001 OS Credential Dumping: LSASS Memory
Discovery T1083 File and Directory Discovery
Discovery T1087.002 Account Discovery: Domain Account
Discovery T1087.003 Account Discovery: Email Account
Discovery T1040 Network Sniffing
Discovery T1018 Remote System Discovery
Discovery T1082 System Information Discovery
Discovery T1049 System Network Connections Discovery
Discovery T1033 System Owner/User Discovery
LateralMovement T1072 Software Deployment Tools
LateralMovement T1570 Lateral Tool Transfer
LateralMovement T1021.002 Remote Services: SMB/Windows Admin Shares
Collection T1213.006 Data from Information Repositories: Databases
Collection T1005 Data from Local System
Collection T1056.001 Input Capture: Keylogging
Command and Control T1132.001 Data Encoding: Standard Encoding
Command and Control T1071.001 Application Layer Protocol: Web Protocols
Command and Control T1095 Non-Application Layer Protocol
Command and Control T1571 Non-Standard Port
Command and Control T1572 Protocol Tunneling
Command and Control T1105 Ingress Tool Transfer
Command and Control T1090 Proxy
Command and Control T1219 Remote Access Tools
Command and Control T1102.002 Web Service: Bidirectional Communication
Exfiltration T1041 Exfiltration Over C2 Channel
Impact T1485 Data Destruction
Impact T1486 Data Encrypted for Impact
Impact T1491.002 Defacement: External Defacement
Impact T1561.002 Disk Wipe: Disk Structure Wipe
Impact T1499 Endpoint Denial of Service
Impact T1490 Inhibit System Recovery
Impact T1489 Service Stop

Latest Developments Observed
The threat actor is suspected of targeting government organizations, military personnel, and critical entities in Ukraine through a recent campaign leveraging ClickFix social engineering, compromised websites, and counterfeit security software as initial access vectors. The campaign deploys GHETTOVIBE, SCOUTCURL, FLUIDLEECH, LOADLOOP, FREAKYPOLL, SMARTAXE, and COWARDDUCK to establish persistent access, conduct reconnaissance, and exfiltrate sensitive information from Windows and Android devices.

ETLM Insights
Sandworm (also tracked as UAC-0002, UAC-0145, APT44, and Seashell Blizzard) is a Russia-linked state-sponsored threat actor assessed to operate in alignment with Russian strategic military and geopolitical objectives. The group is primarily engaged in cyber operations intended to support strategic intelligence collection, maintain operational access to high-value environments, and enable disruptive activities aligned with broader Russian interests.

Operationally, the threat actor demonstrates a structured intrusion methodology centered on social engineering, trusted software abuse, and compromised web resources to establish initial access. Its tradecraft reflects a strong reliance on reconnaissance-driven intrusion activity, modular malware deployment, and abuse of legitimate administrative utilities to sustain operational persistence while limiting defensive visibility.

The threat actor’s operations reflect a deliberate approach:

  • Adaptive Social Engineering: Leveraging evolving deception techniques to improve initial access success.
  • Reconnaissance-Led Operations: Conducting environment profiling to support informed intrusion and follow-on activity.
  • Stealth-Oriented Intrusion Activity: Abusing legitimate tools and trusted services to reduce operational visibility.
  • Multi-Stage Operational Tradecraft: Employing modular intrusion capabilities to enable flexible and sustained operations.

Based on the observed activity and operational trends, the threat actor is likely to continue refining its social engineering methodologies, trusted access techniques, and modular intrusion capabilities while strengthening its operational resilience against evolving defensive measures. This evolving operational model positions Sandworm as a persistent state-sponsored cyber threat capable of sustaining long-term intelligence collection and strategically aligned disruptive operations.

IOCs:
Kindly refer to the IOCs section to exercise control of your security systems.

YARA Rules
rule IOC_Malware_Domain_File_Artifacts
{
meta:
description = “Detects malware samples containing observed IOC domains and file artifacts”
author = “CYFIRMA” date = “2026-07-20”
version = “1.0”
reference = “Based on extracted IOC indicators”

strings:
/* Domains */
$domain1 = “mariamchurch.com” ascii nocase
$domain2 = “multi-user.target” ascii nocase
$domain3 = “techzenspace.com” ascii nocase
$domain4 = “dattolocal.net” ascii nocase
$domain5 = “find-help.info” ascii nocase

/* File names */
$file1 = “hrrm3jvh9vc.dll” ascii nocase
$file2 = “abuse-ransomware.csv” ascii nocase
$file3 = “ransomware.csv” ascii nocase
/* File type indicators */
$type1 = “win32 exe” ascii nocase
$type2 = “mach-o” ascii nocase condition:
2 of ($domain*) or 2 of ($file*) or
(1 of ($domain*) and 1 of ($file*)) or (1 of ($domain*) and 1 of ($type*))
}

Recommendations

Strategic Recommendations

  • Incorporate Digital Risk Protection (DRP) as part of the overall security posture to proactively defend against impersonations and phishing attacks.
  • Assess and deploy alternatives for an advanced endpoint protection solution that provides detection/prevention for malware and malicious activities that do not rely on signature-based detection methods.
  • Block exploit-like behaviour. Monitor endpoints memory to find behavioural patterns that are typically exploited, including unusual process handle requests. These patterns are features of most exploits, whether known or new. This will be able to provide effective protection against zero-day/critical exploits and more by identifying such patterns.

Management Recommendations

  • Invest in user education and implement standard operating procedures for the handling of financial and sensitive data transactions commonly targeted by impersonation attacks. Reinforce this training with context-aware banners and in-line prompts to help educate users.
  • Develop a cyber threat remediation program and encourage employee training to detect anomalies proactively.

Tactical Recommendations

  • For better protection coverage against email attacks (like spear phishing, business email compromise, or credential phishing attacks), organizations should augment built-in email security with layers that take a materially different approach to threat detection.
  • Protect accounts with multi-factor authentication. Exert caution when opening email attachments or clicking on embedded links supplied via email communications, SMS, or messaging.
  • Apply security measures to detect unauthorized activities, protect sensitive production and process control systems from cyberattacks.
  • Add the YARA rules for threat detection and monitoring, which will help to detect anomalies in log events and identify and monitor suspicious activities.
  • Build and undertake safeguarding measures by monitoring/ blocking the IOCs and strengthening defence based on the tactical intelligence provided.

3. Major Geopolitical Developments in Cybersecurity

Taiwan to hold internet disruption simulations in preparations for conflict with Beijing
Taiwan will simulate widespread mobile internet disruptions next month as part of expanding urban resilience drills designed to prepare for natural disasters and potential military conflict with China. National security officials confirmed that the test will temporarily throttle mobile data speeds in central Taiwan on August 10 and across northern regions, including Taipei, on August 13. While high-bandwidth activities like video streaming will be restricted during the 30-minute afternoon windows, voice calls, text messaging, and fixed-line broadband will remain fully operational.

The first-of-its-kind exercise aims to teach the public how to navigate communications outages and build emergency contact plans for reaching loved ones and locating shelters. As Beijing ramps up near-daily military pressure and refuses to rule out force against the island, Taiwanese officials are pushing to make civil defense exercises increasingly realistic. Officials noted that future drills may expand to simulate broader telecommunication blackouts alongside current efforts, which also focus on mass evacuations, expanding emergency medical capacity, and deploying drones for medical and supply deliveries.

ETLM Assessment:
Taiwan is a hot spot for increased Sino-American rivalry. China wants to reunite with Taiwan because it sees it as a colony gone wild. These days, there is some degree of relationship between the two regions, and they also depend on each other economically. However, Beijing regularly threatens Taipei with heightened military drills in the Taiwan Strait in recent years and also increasingly with cyber-attacks.

South Korean Diplomatic Database Breached
South Korea’s foreign ministry is investigating a major data leak following a breach at a government-run training academy that may impact all of the country’s current and former diplomats. The foreign ministry spokesperson confirmed that an unidentified hacker compromised an online education system containing roughly 10,000 records. While the Ministry acknowledged that a significant amount of data was exposed, local media reports indicate that highly sensitive personal information – such as home addresses, phone numbers, and national identification numbers – does not appear to have been compromised.

The foreign ministry immediately shut down the affected network after receiving an alert about suspicious activity, and the system remains offline while authorities investigate. Officials have not ruled out foreign state-sponsored hacking groups as potential culprits.

ETLM Assessment:
The incident adds to a troubling sequence of high-profile cyber breaches in South Korea, coming on the heels of a massive e-commerce leak last year and ongoing digital threats from North Korean cyber actors. North Korean hackers have carried out a series of high-profile cyberattacks in recent years, including the largest digital heist in the history of cryptocurrency last year.

4. Rise in Malware/Ransomware and Phishing

INC Ransomware Impacts a Manufacturing Company from Japan

  • Attack Type: Ransomware
  • Target Industry: Manufacturing
  • Target Geography: Japan
  • Ransomware: INC Ransomware
  • Objective: Data Theft, Data Encryption, Financial Gains
  • Business Impact: Financial Loss, Data Loss, Reputational Damage

Summary:
CYFIRMA observed on a ransomware data leak site (DLS) on the dark web that a company from Japan was compromised by INC Ransomware. The Compromised company is a leading manufacturer specializing in special-purpose vehicles such as dump trucks, tankers, and garbage collection vehicles. The company serves various sectors, including construction, logistics, and environmental services, providing innovative solutions to meet diverse client needs. With a strong presence in both domestic and international markets, it aims to support sustainable infrastructure development. The company is committed to enhancing operational efficiency and environmental sustainability through its advanced technologies and services. The compromised data includes confidential and sensitive information belonging to the organization.

Source: Dark Web

Relevancy & Insights:

  • INC Ransomware, also known as Incransom, is a cyber threat that emerged in mid-2023. Incransom uses strong encryption algorithms to lock files, making recovery without the decryption key virtually impossible. The ransomware typically appends specific file extensions to encrypted files, signalling that they have been compromised.
  • The INC Ransomware group primarily targets countries such as the United States of America, Brazil, Germany, the United Kingdom, and Australia.
  • The INC Ransomware group primarily targets industries such as Professional Goods & Services, Manufacturing, Healthcare, Government & Civic, and Materials.
  • Based on the INC Ransomware victims list from 1st Jan 2026 to 21st July 2026, the top 5 Target Countries are as follows:
  • The Top 10 Industries most affected by the INC Ransomware group victims list from 1st Jan 2026 to 21st July 2026 are as follows:

ETLM Assessment:
Based on recent assessments by CYFIRMA, INC Ransomware represents a significant threat within the evolving landscape of ransomware attacks. Its use of strong encryption methods and double extortion tactics highlights the increasing sophistication of cybercriminal operations. Organizations are advised to enhance their cybersecurity measures by implementing robust defenses against phishing attacks, maintaining updated security protocols, and monitoring for unusual network activity to mitigate risks associated with this and other ransomware variants. Continuous vigilance is essential to protect against the threats posed by emerging ransomware groups like INC Ransomware.

The Gentlemen Ransomware Impacts a Manufacturing Company from Japan

  • Attack Type: Ransomware
  • Target Industry: Manufacturing
  • Target Geography: Japan
  • Ransomware: The Gentlemen Ransomware
  • Objective: Data Theft, Data Encryption, Financial Gains
  • Business Impact: Financial Loss, Data Loss, Reputational Damage

Summary: CYFIRMA observed on a ransomware data leak site (DLS) in the dark web that a company from Japan was compromised by The Gentlemen Ransomware. The compromised company is an Osaka-based Japanese company specializing in the development, design, and sale of wastewater treatment systems specifically for cardboard manufacturing plants. Originally founded as a cardboard printing ink manufacturer, the company leveraged its industry knowledge to transform into a dedicated water treatment equipment specialist in 2021. Today, their eco-friendly systems are installed and operational in over 430 factories across Japan, helping to clean industrial wastewater to safe environmental levels. The compromised data includes confidential and sensitive information belonging to the organization.

Source: Dark Web

Relevancy & Insights:

  • The Gentlemen is a relatively highly sophisticated ransomware-as-a-service (RaaS) group that emerged in mid-2025.
  • The Gentlemen Ransomware group primarily targets countries such as the United States of America, Thailand, France, Germany, and Brazil.
  • The Gentlemen Ransomware group primarily targets industries, including Manufacturing, Professional Goods & Services, Consumer Goods & Services, Information Technology, and Healthcare.
  • Based on the Gentlemen Ransomware victims list from 1st Jan 2025 to 21st July 2026, the top 5 Target Countries are as follows:
  • The Top 10 Industries most affected by the Gentlemen Ransomware victims list from 1st Jan 2025 to 21st July 2026 are as follows:

ETLM Assessment:
According to CYFIRMA’s assessment, the Gentlemen Ransomware is a highly adaptive and globally active threat that leverages dual-extortion tactics, combining data theft with file encryption. The group employs advanced evasion and persistence techniques, supports cross-platform and scalable ransomware deployment, and conducts targeted attacks across multiple industries and geographic regions. This combination of capabilities makes it a significant risk to enterprise cybersecurity defenses, particularly for organizations with limited detection and incident-response maturity.

5. Vulnerabilities and Exploit

Vulnerability in SAP Commerce Cloud

  • Attack Type: Vulnerabilities & Exploits
  • Target Technology: Enterprise E-Commerce Platform / Digital Commerce Platform
  • Vulnerability: CVE-2026-44761
  • CVSS Base Score: 9.1 Source
  • Vulnerability Type: Use of Hard-coded Credentials
  • Summary: The vulnerability allows a remote attacker to gain unauthorized access to sensitive information and modify data.

Relevancy & Insights:
The vulnerability exists due to the use of insecure sample credentials in SAP Commerce Cloud when exposed services are deployed with default credentials.

Impact:
A remote attacker can authenticate with sample credentials to gain unauthorized access to sensitive information and modify data.

Affected Products:
https[:]//support[.]sap[.]com/en/my-support/knowledge-base/security-notes-news/july-2026[.]html

Recommendations:
Monitoring and Detection: Implement monitoring and detection mechanisms to identify unusual system behavior that might indicate an attempted exploitation of this vulnerability.

TOP 5 AFFECTED TECHNOLOGIES OF THE WEEK
This week, CYFIRMA researchers have observed significant impacts on various technologies due to a range of vulnerabilities. The following are the top 5 most affected technologies.

ETLM Assessment
A vulnerability in SAP Commerce Cloud introduces significant risks to organizations that rely on enterprise digital commerce platforms to manage online storefronts, customer interactions, product catalogs, order processing, and business transactions. As SAP Commerce Cloud is widely deployed by enterprises to support mission-critical e-commerce operations and integrate with broader ERP, CRM, and supply chain environments, exploitation of this vulnerability could enable attackers to gain unauthorized access through hard-coded credentials and compromise sensitive business systems. A successful attack may expose customer information, business-critical data, transaction records, and administrative functions while providing a foothold for lateral movement across interconnected enterprise environments. Organizations leveraging SAP Commerce Cloud should ensure timely application of vendor security updates, eliminate hard-coded credentials where applicable, continuously monitor authentication activities, and implement robust identity and access management controls to reduce the risk of unauthorized access. Addressing this vulnerability is essential to maintaining the confidentiality, integrity, and availability of enterprise commerce platforms and protecting critical business operations from compromise.

6. Latest Cyber-Attacks, Incidents, and Breaches

DragonForce Ransomware attacked and published the data of a Maritime & Shipbuilding company from Thailand

  • Threat Actor: DragonForce Ransomware
  • Attack Type: Ransomware
  • Objective: Data Leak, Financial Gains
  • Target Technology: Web Applications
  • Target Industry: Maritime & Shipbuilding
  • Target Geography: Thailand
  • Business Impact: Operational Disruption, Data Loss, Financial Loss, Potential Reputational Damage

Summary:
Recently, we observed that DragonForce Ransomware attacked and published the data of a Maritime & Shipbuilding company from Thailand on its dark web website. The compromised company is a leading shipyard in Thailand with over 35 years of experience in the shipbuilding and repair industry. The company specializes in ship repair, ship building, steel fabrication, and engineering services for marine, offshore, and onshore sectors. The compromised data includes confidential and sensitive information belonging to the organization. The Total size of the compromised data is approximately 64.12 GB.

Source: Dark Web

Relevancy & Insights:

  • DragonForce Ransomware poses a significant threat as a mature Ransomware-as-a-Service (RaaS) operation active since mid-2023, employing sophisticated double-extortion tactics across Windows, Linux, ESXi, and NAS environments.
  • The DragonForce Ransomware group primarily targets industries such as Professional Goods & Services, Consumer Goods & Services, Manufacturing, Real Estate & Construction, and Information Technology.

ETLM Assessment:
According to CYFIRMA’s assessment, DragonForce represents a significant threat in the ransomware landscape due to its advanced operational methods and extensive use of modified ransomware tools. As it continues to target high-profile organizations globally, ongoing vigilance and proactive cybersecurity strategies will be essential for mitigating risks associated with this formidable threat actor. Organizations should remain alert to the evolving tactics employed by groups like DragonForce to protect their sensitive data and maintain operational integrity.

7. Data Leaks

Unauthorized Website Database Advertised on a Leak Site

  • Attack Type: Data Leak
  • Target Industry: Manufacturing
  • Target Geography: Vietnam
  • Objective: Financial Gain
  • Business Impact: Exposure of Customer Personally Identifiable Information (PII), Financial Account Information, Increased Fraud Risk, Identity Theft, Regulatory Compliance Concerns, Financial Loss, Reputational Damage

Summary
The CYFIRMA research team identified a post on a dark web forum advertising the alleged sale of a database associated with a Vietnamese manufacturing organisation specialising in automated access solutions. The forum post includes screenshots that appear to show portions of a website database containing user account information and references to administrative records. The advertisement claims that the complete dataset is available for download or private sale, while sample records have been published as proof of possession.

Based on the information shared in the forum post and the accompanying screenshots, the allegedly exposed dataset may include:

  • Website user account records
  • Usernames and login identifiers
  • Email addresses
  • Password hashes
  • User display names
  • Account registration details
  • User roles and privilege information
  • Website profile metadata
  • Administrative account information
  • Internal database tables
  • Website configuration data
  • Additional structured database records

According to the advertisement, screenshots of database tables have been published to demonstrate possession of the data. The exposed information appears to resemble a website user database containing account-related fields commonly associated with content management systems. The complete dataset is allegedly being offered for download or private acquisition through underground channels.

If verified, exposure of this information could present significant cybersecurity risks to the affected organization and its users. Threat actors could leverage the disclosed credentials and account information to conduct credential stuffing attacks, targeted phishing campaigns, account takeover attempts, business email compromise (BEC), social engineering, and unauthorized access to internal systems. Administrative account exposure could further increase the risk of website compromise, malicious content injection, data manipulation, and follow-on attacks against connected infrastructure.

The authenticity of the alleged dataset remains unverified at the time of reporting. This assessment is based solely on information published in the underground forum advertisement and the accompanying screenshots and has not been independently confirmed.

Source: Underground Forums

Unauthorized Source Code Leak Advertised on a Leak Site

  • Attack Type: Data Leak / Source Code Exposure
  • Target Industry: Information Technology, Telecommunication
  • Target Geography: India
  • Objective: Financial Gain
  • Business Impact: Exposure of Sensitive Corporate Data, Intellectual Property Risks, Operational Information Disclosure, Regulatory Compliance Concerns, Financial Loss, Reputational Damage.

Summary:
The CYFIRMA research team identified a post on a dark web forum advertising the alleged leak of proprietary source code belonging to a technology organization specializing in contact center, telecommunications, and customer experience (CX) solutions. The forum post claims that the organization’s source code was compromised during a recent security incident and has been made available for download. Screenshots accompanying the advertisement include references to a source code repository and a sample directory tree intended to demonstrate possession of the data.

Based on the information shared in the forum advertisement, the allegedly compromised data may include:

  • Proprietary application source code
  • Software project directory structures
  • Application modules and components
  • Internal development files
  • Build and deployment scripts
  • Software configuration files
  • Project documentation
  • Application libraries and dependencies
  • API implementation files
  • Backend service components
  • Version control repository contents
  • Additional software development assets

According to the advertisement, a sample project tree has been published as proof of possession, while the complete source code repository is allegedly being offered for download through an underground forum. The claims suggest that the exposed data originates from the organization’s software development environment.

If verified, exposure of proprietary source code could significantly increase cybersecurity risks for the affected organization and its customers. Adversaries could analyze the source code to identify security weaknesses, discover hardcoded credentials or API keys, develop exploit techniques, bypass security controls, create counterfeit software, or launch supply chain attacks against customers using the affected products. Intellectual property theft may also result in competitive disadvantages, regulatory challenges, financial losses, and long-term reputational damage.

The authenticity of the alleged source code leak remains unverified at the time of reporting. This assessment is based solely on information published in the underground forum advertisement and the accompanying screenshots and has not been independently confirmed.

Source: Underground Forums

Relevancy & Insights:
Financially motivated cybercriminals are continuously looking for exposed and vulnerable systems and applications to exploit. A significant number of these malicious actors congregate within underground forums, where they discuss cybercrime and trade stolen digital assets. Operating discreetly, these opportunistic attackers target unpatched systems or vulnerabilities in applications to gain access and steal valuable data. Subsequently, the stolen data is advertised for sale within underground markets, where it can be acquired, repurposed, and utilized by other malicious actors in further illicit activities.

ETLM Assessment:
The threat actor is assessed as an active and capable entity primarily engaged in data-leak operations, with multiple credible indications linking them to incidents involving unauthorized system access and the dissemination or sale of stolen data on dark web forums. These activities underscore the growing sophistication of cyber threats driven by organized underground networks and highlight the urgent need for organizations to enhance their cybersecurity posture through continuous monitoring, improved threat intelligence, and proactive defensive measures to protect sensitive information and critical infrastructure.

Recommendations: Enhance the cybersecurity posture by:

  1. Updating all software products to their latest versions is essential to mitigate the risk of vulnerabilities being exploited.
  2. Ensure proper database configuration to mitigate the risk of database-related attacks.
  3. Establish robust password management policies, incorporating multi-factor authentication and role-based access to fortify credential security and prevent unauthorized access.

8. Other Observations

The CYFIRMA research team identified a post on a dark web forum advertising the alleged leak of proprietary source code belonging to a South Korean robotics and industrial automation manufacturer. According to the forum advertisement, a collection of source code repositories was allegedly exfiltrated during a recent security incident and subsequently released for download. The post includes a screenshot referencing the affected organization’s branding and claims that the compromised data consists of software source code used in the development of robotics and automation technologies.

Based on the information shared in the forum advertisement, the allegedly compromised dataset may include:

  • Proprietary application source code
  • Robotics control software
  • Industrial automation software components
  • Embedded system source files
  • Software project repositories
  • Build and deployment scripts
  • Configuration and environment files
  • Internal software libraries
  • API implementation files
  • Project documentation
  • Version control repository contents
  • Additional software development assets

According to the advertisement, the source code collection has been published for download through an underground forum. The post claims that the leaked data originated from the organization’s software development environment and includes a sample intended to demonstrate possession of the repository contents.

If verified, exposure of proprietary source code could significantly impact the affected organization by enabling adversaries to analyze software architecture, identify exploitable vulnerabilities, discover hardcoded credentials or cryptographic material, reverse engineer proprietary technologies, and develop exploits targeting deployed robotic and industrial automation systems. The incident may also increase the risk of intellectual property theft, counterfeit product development, software tampering, supply chain attacks, and future cyber intrusions against customers and business partners.

The authenticity of the alleged source code leak remains unverified at the time of reporting. This assessment is based solely on information published in the underground forum advertisement and the accompanying screenshots and has not been independently confirmed.

Source: Underground Forums

RECOMMENDATIONS

STRATEGIC RECOMMENDATIONS

  • Attack Surface Management should be adopted by organisations, ensuring that a continuous closed-loop process is created between attack surface monitoring and security testing.
  • Deploy a unified threat management strategy – including malware detection, deep learning neural networks, and anti-exploit technology – combined with vulnerability and risk mitigation processes.
  • Incorporate Digital Risk Protection (DRP) in the overall security posture that acts as a proactive defence against external threats targeting unsuspecting customers.
  • Implement a holistic security strategy that includes controls for attack surface reduction, effective patch management, and active network monitoring, through next-generation security solutions and a ready-to-go incident response plan.
  • Create risk-based vulnerability management with deep knowledge about each asset. Assign a triaged risk score based on the type of vulnerability and criticality of the asset to help ensure that the most severe and dangerous vulnerabilities are dealt with first.

MANAGEMENT RECOMMENDATIONS

  • Take advantage of global Cyber Intelligence, providing valuable insights on threat actor activity, detection, and mitigation techniques.
  • Proactively monitor the effectiveness of risk-based information security strategy, the security controls applied, and the proper implementation of security technologies, followed by corrective actions, remediations, and lessons learned.
  • Consider implementing Network Traffic Analysis (NTA) and Network Detection and Response (NDR) security systems to compensate for the shortcomings of EDR and SIEM solutions.
  • Ensure that detection processes are tested to ensure awareness of anomalous events. Timely communication of anomalies should be continuously evolved to keep up with refined ransomware threats.

TACTICAL RECOMMENDATIONS

  • Patch software/applications as soon as updates are available. Where feasible, automated remediation should be deployed since vulnerabilities are one of the top attack vectors.
  • Consider using security automation to speed up threat detection, improved incident response, increased the visibility of security metrics, and rapid execution of security checklists.
  • Build and undertake safeguarding measures by monitoring/ blocking the IOCs and strengthening defences based on the tactical intelligence provided.
  • Deploy detection technologies that are behavioral anomaly-based to detect ransomware attacks and help to take appropriate measures.
  • Implement a combination of security controls, such as reCAPTCHA (completely Automated Public Turing test to tell Computers and Humans Apart), Device fingerprinting, IP backlisting, Rate-limiting, and Account lockout to thwart automated brute-force attacks.
  • Ensure email and web content filtering uses real-time blocklists, reputation services, and other similar mechanisms to avoid accepting content from known and potentially malicious sources.

Situational Awareness – Cyber News

Please find the Geography-Wise and Industry-Wise breakup of cyber news for the last 5 days as part of the situational awareness pillar.

For situational awareness intelligence and specific insights mapped to your organisation’s geography, industry, and technology, please access DeCYFIR.