Weekly Intelligence Report – 14 Aug 2026

Published On : 2026-08-13
Share :
Weekly Intelligence Report – 14 Aug 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 PicMo Group Ransomware while monitoring various underground forums as part of our Threat Discovery Process.

PicMo Group Ransomware
PicMo is a ransomware strain that encrypts files on compromised systems and alters their original filenames by replacing them with randomly generated strings. The encrypted files are assigned a common randomly generated extension, making the original file names and extensions difficult to identify. The malware also creates a ransom note named “How to Restore Your Files.txt” after encryption. Its behavior indicates a double-extortion model, in which data is reportedly exfiltrated before local files are encrypted, with the threat of public disclosure used to pressure victims into paying.

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

The ransom note provides a unique victim identifier and states that sensitive data has been stolen. It demands payment in cryptocurrency and warns that the stolen information may be published through an anonymous network if the attackers’ demands are not met. The note also provides communication instructions and attempts to discourage victims from contacting authorities or modifying encrypted files. It claims that altering the encrypted data could interfere with decryption and presents payment as the means of obtaining recovery assistance.

Screenshot: The appearance of PICMO’s ransom note (How to Restore Your Files.txt) (Source: Surface Web)

PicMo represents a data-encrypting ransomware threat with characteristics consistent with a double-extortion operation. Its impact includes both loss of access to local files through encryption and potential exposure of exfiltrated data. The use of randomized filenames and a shared randomized extension can complicate file identification and recovery during incident response. The ransom note further applies pressure through data-leak threats, payment instructions, and warnings against modifying affected files. From a defensive perspective, the observed behavior warrants investigation of the initial compromise vector, lateral movement, data-exfiltration activity, persistence mechanisms, and affected systems, followed by containment and recovery using known-good backups.

The following are the TTPs based on the MITRE ATT&CK framework

Tactic Technique ID Technique Name
Initial Access T1091 Replication Through Removable Media
Execution T1059 Command and Scripting Interpreter
Execution T1129 Shared Modules
Persistence T1543.003 Create or Modify System Process: Windows Service
Privilege Escalation T1543.003 Create or Modify System Process: Windows Service
Privilege Escalation T1548 Abuse Elevation Control Mechanism
Credential Access T1003 OS Credential Dumping
Credential Access T1552.001 Unsecured Credentials: Credentials In Files
Discovery T1007 System Service Discovery
Discovery T1033 System Owner/User Discovery
Discovery T1057 Process Discovery
Discovery T1082 System Information Discovery
Discovery T1083 File and Directory Discovery
Discovery T1120 Peripheral Device Discovery
Discovery T1135 Network Share Discovery
Discovery T1518 Software Discovery
LateralMovement T1091 Replication Through Removable Media
Collection T1005 Data from Local System
Collection T1074 Data Staged
Collection T1114 Email Collection
Command and Control T1071 Application Layer Protocol
Impact T1486 Data Encrypted for Impact
Impact T1489 Service Stop
Impact T1490 Inhibit System Recovery
Stealth T1027 Obfuscated Files or Information
Stealth T1036 Masquerading
Stealth T1070.004 Indicator Removal: File Deletion
Stealth T1564.003 Hide Artifacts: Hidden Window
Defense Impairment T1222 File and Directory Permissions Modification

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.
  • Defense evasion: Multiple behaviours associated with stealth and evasion were observed, including obfuscated files/information, masquerading, artifact hiding, indirect command execution, and indicator removal.
  • The ransomware terminates processes such as vssadmin.exe Delete Shadows /all /quiet and wmic shadowcopy delete /nointeractive to delete Volume Shadow Copies, which are used by Windows for backup and restore. By removing these shadow copies, the malware ensures that victims cannot recover their files via system restore points or backup utilities.
  • Backup/recovery targeting: The sample interacted with services associated with Acronis and Backup Exec, further indicating potential attempts to interfere with backup and recovery mechanisms.

ETLM Assessment:
PicMo is likely to evolve from its current file-encryption and data-exfiltration behavior toward a more mature, multi-stage ransomware operation. Future variants may improve their ability to identify high-value systems and files before initiating encryption, while introducing stronger defense-evasion capabilities to remain undetected for longer periods. The ransomware may also become more selective in its encryption process, prioritizing business-critical documents, databases, backups, and shared network resources to maximize operational disruption. Additional mechanisms for disabling security controls, terminating recovery-related processes, and removing accessible backup copies could further increase the impact of successful compromises.

The observed combination of file encryption, randomized filenames, and threats to publish stolen information suggests that future versions could place greater emphasis on the exfiltration stage of the attack. Operators may expand the types of information targeted, including sensitive business documents, credentials, configuration data, and other information that can increase extortion pressure. PicMo could also develop capabilities for broader network propagation, allowing attackers to move from an initially compromised endpoint to additional systems before encryption begins. Such development would shift the threat from an endpoint-focused ransomware infection toward a coordinated network-level intrusion in which reconnaissance, privilege escalation, lateral movement, data theft, and encryption are performed as interconnected stages.

From an operational perspective, future PicMo activity may involve more adaptive extortion techniques and increasingly resilient communication infrastructure. Ransom demands could be adjusted according to the victim’s perceived ability to pay or the sensitivity of the stolen information, while anonymous communication channels may be changed or rotated to reduce disruption and attribution. The operators may also refine their pre-encryption reconnaissance to determine whether an environment contains security controls, recovery infrastructure, or valuable assets that should be targeted first. If these capabilities are developed successfully, PicMo could become a more disruptive ransomware threat characterized by prolonged intrusion activity followed by large-scale encryption and data-leak pressure, making early detection, network segmentation, centralized monitoring, and protected offline backups increasingly important defensive measures.

Sigma rules:
title: Potential PicMo Activity tags:
– attack.privilege-escalation
– attack.stealth
– attack.discovery
– attack.t1135
– attack.t1033
– detection.emerging-threats logsource:
category: process_creation product: windows
detection: selection_svchost:
Image|endswith: ‘\svchost.exe’ CommandLine|contains|all:
– ‘C:\Users\’
– ‘\Desktop\’ filter_svchost:
ParentImage|startswith: ‘C:\Windows\System32\’ selection_regsvr:
ParentImage|endswith: ‘\excel.exe’ Image|endswith: ‘\regsvr32.exe’ CommandLine|contains:
– ‘ -s ‘
– ‘\AppData\Local\Temp\’ filter_regsvr:
CommandLine|contains: ‘.dll’ selection_anomaly_parent:
ParentImage|endswith: ‘\svchost.exe’ selection_anomaly_child_1:
Image|endswith: ‘\whoami.exe’ CommandLine|contains: ‘ /all’
selection_anomaly_child_2: Image|endswith:
– ‘\net.exe’
– ‘\net1.exe’ CommandLine|contains: ‘ view’
condition: (selection_svchost and not filter_svchost) or (selection_regsvr and not filter_regsvr) or (selection_anomaly_parent and 1 of selection_anomaly_child_*) falsepositives:
– Unlikely level: critical
(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 that 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 and Wallet Theft | 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, “Umbral Stealer” Malware is in focus.

Overview of Operation Umbral Stealer Malware
The analyzed malware sample identified as Umbral Stealer is a Windows-based information-stealing threat designed to collect valuable information from compromised systems. The analysis indicates that its primary focus is the theft of credentials and cryptocurrency-related information, making infections particularly concerning for users and organizations that handle online accounts, digital assets, or sensitive authentication data. The sample was assessed as highly malicious by the sandbox environment, with multiple detection mechanisms identifying characteristics associated with credential-stealing malware.

Rather than attempting to damage the infected computer directly, the malware appears to prioritize the collection of information that can provide financial or operational value to an attacker. The analysis found functionality associated with targeting cryptocurrency wallets, including Electrum, Exodus, and Jaxx, alongside broader credential-theft capabilities. This behavior suggests that the malware is intended to turn a compromised endpoint into a source of account and digital-asset information that can potentially be abused after the initial infection.

The malware also demonstrates an awareness of its execution environment. Before proceeding with its activities, it performs checks that can help determine whether it is operating on a genuine user system or within an environment commonly used for malware analysis. It gathers information about the device and checks whether the system is associated with a hosting or data-center environment. These behaviors can make automated analysis more difficult and may allow the malware to behave differently when it suspects that it is being examined.

Overall, the sample analyzed represents a significant information-theft risk because its objectives extend beyond ordinary system reconnaissance and are centered on obtaining credentials and cryptocurrency-related data. Its combination of information collection, environmental awareness, and external communication indicates a threat designed to operate quietly while extracting information of direct value to an attacker. Organizations should therefore treat similar samples as a high-priority threat and consider endpoint monitoring, credential protection, and cryptocurrency-wallet security as important defensive measures.

Attack Method
The attack begins when the malicious Windows executable is launched on the victim system. The analyzed malware is identified as Umbral Stealer and operates as a .NET-based payload with elevated privileges observed during execution. After execution, it initiates system reconnaissance by invoking the legitimate Windows Management Instrumentation Command-line utility (WMIC.exe) with the csproduct get uuid query. This allows the malware to retrieve the system UUID and establish a hardware-linked fingerprint of the host. The observed process chain shows the stealer initiating WMIC activity, followed by conhost.exe handling the associated console operations.

Malware also incorporates environment awareness mechanisms designed to identify systems that may not represent genuine victims. It sends an HTTP request to ip-api.com and queries about the hosting field to determine whether the system is associated with a hosting provider or data-center environment. This behavior can assist the malware in identifying virtualized, automated, or security-analysis infrastructure and potentially avoiding further activity on such systems. In addition, the sandbox identified string decryption behavior, indicating that relevant configuration data and embedded information are protected from straightforward inspection during static analysis.

Once the environment is assessed, the malware is positioned to pursue sensitive information stored on the compromised endpoint. The analysis identified references to Electrum, Exodus, and Jaxx cryptocurrency wallets, demonstrating a specific interest in cryptocurrency-related information. The sample was also detected by YARA rules associated with credential-stealing behavior, Umbral Stealer, and Blank Grabber. This combination indicates that the malware’s collection activity is centered on information that can provide direct financial or account-access value, rather than merely gathering basic system information.

The information collected can be associated with external communication infrastructure controlled or configured by malware. The analysis identified a Discord webhook within the malware configuration and observed network communication with ip-api.com during execution. Suricata classified the observed network activity as common stealer behavior related to hosting-provider checks. A mutex value was also identified, indicating the presence of an execution-control mechanism within the malware. Overall, the observed attack chain combines host fingerprinting, environment detection, configuration obfuscation, credential and cryptocurrency-wallet targeting, and external communication to support information theft from compromised Windows systems.

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

Tactic Technique Technique Name
Execution T1047 Windows Management Instrumentation
Stealth T1027 Obfuscated Files or Information
Stealth T1140 Deobfuscate/Decode Files or Information
Stealth T1497 Virtualization/Sandbox Evasion
Discovery T1012 Query Registry
Discovery T1057 Process Discovery
Discovery T1082 System Information Discovery
Discovery T1083 File and Directory Discovery
Discovery T1087 Account Discovery
Discovery T1518 Software Discovery
Discovery T1614 System Location Discovery
Collection T1005 Data from Local System
Collection T1074 Data Staged
Command and control T1071 Application Layer Protocol

INSIGHTS

  • The analysis indicates that the malware is built around information value rather than system disruption. Its interest in cryptocurrency applications and credential-related information suggests that the compromised endpoint is treated as a source of assets that can be converted into financial or account-level value. This makes the threat particularly relevant to environments where users maintain digital wallets, authentication information, or access to financially significant services. The presence of multiple wallet targets also shows that the malware is not narrowly tied to a single cryptocurrency application or ecosystem.
  • Another notable insight is the malware’s apparent selective approach to victim environments. The analysis does not simply show indiscriminate information collection; it reveals behavior intended to establish whether the surrounding system resembles a suitable victim environment. The combination of host identification and checks for hosting or data-center infrastructure suggests that the malware distinguishes between different execution contexts. This is significant because it reflects an operational preference for obtaining useful victim data while reducing unnecessary activity in environments that may expose the malware to analysis.
  • The analysis also highlights how malware incorporates existing online services into its operational workflow rather than relying solely on dedicated attacker infrastructure. The presence of a Discord webhook in its configuration demonstrates how a legitimate communications platform can become part of the malware’s data-transfer mechanism. At the same time, detections linking the sample to both Umbral Stealer and Blank Grabber indicate characteristics shared with established information-stealing malware. This places the sample within a broader ecosystem of commodity-style stealers where reusable capabilities and legitimate internet services can support the theft of high-value information.

ETLM ASSESSMENT
From an ETLM perspective, the behaviors exhibited by Umbral Stealer suggest that future threat campaigns are likely to place greater emphasis on exploiting the information stored within employee endpoints as a means of generating financial and account-related value. As stealer malware continues to target a broader range of digital assets and user information, organizations may face increasing exposure through employees who access financial services, business platforms, and sensitive accounts from their workstations. Employees are also likely to remain an attractive target because information obtained from a single user environment can potentially provide access to multiple digital services and assets. Collectively, these trends indicate that future information-stealing campaigns may become increasingly selective in identifying valuable victim environments, enabling threat actors to extract greater value from individual compromises while keeping their activity relatively unobtrusive.

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

YARA Rules
rule UmbralStealer_v1_3
{
meta:
description = “Detects Umbral Stealer v1.3 based on identified sample characteristics”
author = “CYFIRMA” date = “2026-08-11”

strings:
$hash = “90d78c79fed001f3568b4d4bc7618bd91258c0a8425c9d2d278f7ffa4c9a557a”
$family = “Umbral Stealer”
$version = “v1.3”
$payload = “Payload for Umbral Stealer”

$wallet1 = “Electrum”
$wallet2 = “Exodus”
$wallet3 = “Jaxx”

$wmi = “csproduct get uuid”
$hosting = “ip-api.com/line/?fields=hosting”
$discord = “discord.com/api/webhooks/”
$mutex = “wE5p43lYJeQTllHUajMk”

condition:
uint16(0) == 0x5A4D and (
$hash or (
2 of ($family, $version, $payload) and 2 of ($wallet*) and
2 of ($wmi, $hosting, $discord, $mutex)
)
)
}

Recommendations

Strategic Recommendations

  • Establish an organization-wide infostealer risk management program covering credential theft, digital assets, and sensitive information stored on employee endpoints.
  • Prioritize protection of high-value accounts and financial systems, particularly accounts that can provide access to corporate funds, cryptocurrency, or privileged business services.
  • Integrate infostealer intelligence, including Umbral Stealer-related IOCs and behavioral indicators, into the organization’s broader threat-intelligence and detection strategy.
  • Conduct periodic assessments of endpoint exposure to identify systems where sensitive credentials or financial information may be accessible.

Management Recommendations

  • Strengthen security awareness programs to help employees recognize malicious executables, suspicious downloads, and untrusted software.
  • Establish clear policies governing the use and storage of corporate credentials and digital-asset information on employee endpoints.
  • Ensure incident-response procedures include scenarios involving credential and cryptocurrency-wallet theft, with defined escalation and containment responsibilities.
  • Maintain executive visibility into infostealer incidents because a single compromised employee endpoint can potentially expose multiple business accounts and services.

Tactical Recommendations

  • Deploy and maintain EDR/endpoint monitoring capable of identifying suspicious process execution, WMI-based reconnaissance, and unusual outbound communications.
  • Monitor for the identified SHA-256 hash, Umbral Stealer YARA indicators, cryptocurrency-wallet targeting, and associated infrastructure across enterprise endpoints.
  • Investigate unexpected use of WMIC.exe, particularly when associated with suspicious applications or unusual system-identification queries.
  • Monitor endpoints for unauthorized communication with Discord webhook infrastructure and suspicious requests to external IP-geolocation or hosting-detection services.
  • Block or quarantine confirmed malicious samples and perform credential resets for accounts exposed on affected systems.

CYFIRMA’s Weekly Insights

1. Weekly Attack Types and Trends

Key Intelligence Signals:

  • Attack Type: Ransomware Attacks, 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 – RansomHouse Ransomware, The Gentlemen Ransomware| Malware –Umbral Stealer
  • RansomHouse 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 – Umbral StealerBehavior – 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

Mustang Panda aka Twill Typhoon Leverages Supply-Chain Attacks to Expand Target Reach

  • Threat Actor: Mustang Panda aka Twill Typhoon
  • Attack Type: Connection Proxy, Credential Dumping, DLL Sideloading, USB, Exploitation of Vulnerabilities, Spear-Phishing, Social Engineering Attack, Malware Deployment, DLL Hijacking
  • Objective: Information Theft, Espionage
  • Suspected Target Technology: Air-Gapped systems, Office Suites Software, Operating System, Web Application, Citrix NetScaler, NVDA, QuickFox Application
  • Suspected Target Geography: Australia, India, Japan, South Korea, Taiwan, Thailand, US, Vietnam, Myanmar, Philippines, Mongolia, Pakistan, Qatar, Middle East, Turkey
  • Suspected Target Industries: Critical Infrastructure, Government, NGOs, Religion, Think Tank, Military
  • Business Impact: Compromised user accounts, Data Theft, Operational Disruption, Reputational Damage

About the Threat Actor
Mustang Panda is a Chinese state-associated espionage group active since at least 2012, known for conducting structured, geopolitically motivated intelligence operations with a strong focus on adaptability and long-term persistence. Its campaigns often start with targeted spear-phishing emails—typically using politically themed lures delivered via ZIP, RAR, LNK, or malicious URLs—followed by multi-stage payload deployment, where initial loaders introduce backdoors, reverse shells, and tools for lateral movement.

The group frequently uses malware families, such as PlugX, Poison Ivy, ToneShell, StarProxy, Claimloader, and SplatCloak, relying heavily on techniques like DLL sideloading and encrypted command-and-control channels to remain undetected and maintain access. In some cases, it has also leveraged infected USB drives for propagation. Overall, Mustang Panda demonstrates a high level of capability, combining precise targeting with modular malware frameworks to sustain prolonged access to sensitive networks.

Details on Exploited Vulnerabilities

CVE ID Affected Products CVSS Score ExploitLinks
CVE-2021-1675 Microsoft Windows 7.8 link1, link2, link3
CVE-2021-40444 Microsoft Windows 7.8 link1, link2, link3

TTPs based on MITRE ATT&CK Framework

Tactic ID Technique
Reconnaissance T1598.003 Phishing for Information: Spear phishing Link
ResourceDevelopment T1585.002 Establish Accounts: Email Accounts
ResourceDevelopment T1608 Stage Capabilities
ResourceDevelopment T1608.001 Stage Capabilities: Upload Malware
ResourceDevelopment T1588.004 Obtain Capabilities: Digital Certificates
ResourceDevelopment T1583.002 Acquire Infrastructure: Domains
Initial Access T1091 Replication Through Removable Media
Initial Access T1566.001 Phishing: Spear phishing Attachment
Initial Access T1566.002 Phishing: Spear phishing Link
Execution T1059.003 Command and Scripting Interpreter: Windows Command Shell
Execution T1059.005 Command and Scripting Interpreter: Visual Basic
Execution T1059.001 Command and Scripting Interpreter: PowerShell
Execution T1203 Exploitation for Client Execution
Execution T1053.005 Scheduled Task/Job: Scheduled Task
Execution T1204.001 User Execution: Malicious Link
Execution T1204.002 User Execution: Malicious File
Execution T1047 Windows Management Instrumentation
Persistence T1547.001 Boot or Logon Autostart Execution: Registry Run Keys / Startup Folder
Persistence T1546.003 Event Triggered Execution: Windows Management Instrumentation Event Subscription
Persistence T1574.001 Hijack Execution Flow: DLL
Persistence T1053.005 Scheduled Task/Job: Scheduled Task
Privilege Escalation T1547.001 Boot or Logon Autostart Execution: Registry Run Keys / Startup Folder
Privilege Escalation T1546.003 Event Triggered Execution: Windows Management Instrumentation Event Subscription
Privilege Escalation T1574.001 Hijack Execution Flow: DLL
Privilege Escalation T1053.005 Scheduled Task/Job: Scheduled Task
Stealth T1480 Execution Guardrails
Stealth T1564.001 Hide Artifacts: Hidden Files and Directories
Stealth T1574.001 Hijack Execution Flow: DLL
Stealth T1070.004 Indicator Removal: File Deletion
Stealth T1036.005 Masquerading: Match Legitimate Resource Name or Location
Stealth T1036.007 Masquerading: Double File Extension
Stealth T1036.004 Masquerading: Masquerade Task or Service
Stealth T1027 Obfuscated Files or Information
Stealth T1027.013 Obfuscated Files or Information: Encrypted/Encoded File
Stealth T1027.016 Obfuscated Files or Information: Junk Code Insertion
Stealth T1218.004 System Binary Proxy Execution: InstallUtil
Stealth T1218.005 System Binary Proxy Execution: Mshta
Stealth T1218.014 System Binary Proxy Execution: MMC
Stealth T1218.007 System Binary Proxy Execution: Msiexec
DefenseImpairment T1553.002 Subvert Trust Controls: Code Signing
Credential Access T1003.003 OS Credential Dumping: NTDS
Discovery T1083 File and Directory Discovery
Discovery T1057 Process Discovery
Discovery T1518 Software Discovery
Discovery T1082 System Information Discovery
Discovery T1016 System Network Configuration Discovery
Discovery T1049 System Network Connections Discovery
LateralMovement T1091 Replication Through Removable Media
Collection T1557.004 Adversary-in-the-Middle: Evil Twin
Collection T1560.001 Archive Collected Data: Archive via Utility
Collection T1119 Automated Collection
Collection T1560.003 Archive Collected Data: Archive via Custom Method
Collection T1074.001 Data Staged: Local Data Staging
Command and Control T1071.001 Application Layer Protocol: Web Protocols
Command and Control T1219.002 Remote Access Tools: Remote Desktop Software
Command and Control T1573.001 Encrypted Channel: Symmetric Cryptography
Command and Control T1105 Ingress Tool Transfer
Command and Control T1102 Web Service
Command and Control T1090 Proxy
Command and Control T1095 Non-Application Layer Protocol
Exfiltration T1052.001 Exfiltration Over Physical Medium: Exfiltration over USB

Latest Developments Observed
The threat actor is suspected of conducting a targeted supply-chain campaign leveraging the long-standing compromise of the QuickFox application, with observed activity focused on Windows-based installations of QuickFox VPN. The campaign appears to be oriented toward the covert collection and exfiltration of sensitive information, potentially enabling broader intelligence gathering and follow-on exploitation of affected users or organizations.

ETLM Insights
Mustang Panda’s continued evolution reflects a sustained and adaptive cyber-espionage capability, characterized by the integration of customized malware, trusted cloud platforms, and targeted social-engineering techniques. The actor’s evolving tradecraft indicates a deliberate focus on maintaining operational access, improving resilience against defensive controls, and minimizing opportunities for detection and attribution.

Key Emerging TTP Trends:

  • Legitimate-Service Abuse: The use of trusted platforms such as Zoho WorkDrive indicates an increasing tendency to blend malicious communications and infrastructure with legitimate enterprise services. This approach can reduce the effectiveness of traditional IP/domain-based detection and complicate the identification of C2 activity.
  • Continuous Malware Innovation: Mustang Panda continues to develop, modify, and diversify its malware arsenal rather than relying solely on established tools such as PlugX. This demonstrates an effort to adapt its tooling in response to evolving security controls and sustain operational effectiveness over prolonged campaigns.
  • Targeted Spear Phishing and Social Engineering: Targeted spear phishing remains a key delivery mechanism, supported by social-engineering techniques, removable media, and other infection vectors. This combination enables the actor to exploit both human trust and technical weaknesses to establish an initial foothold.
  • Intelligence-Led Targeting: The recurring focus on government personnel, energy infrastructure, and other strategically significant organizations is consistent with a long-term intelligence collection objective rather than financially motivated activity. Such targeting indicates that the actor’s operations are likely aligned with broader strategic and geopolitical intelligence requirements.

Strategic Implication:
The evolution of Mustang Panda’s TTPs highlights the need for organizations to move beyond traditional IOC-based detection and adopt a behavioral and intelligence-led security approach. Monitoring trusted-service abuse, emerging malware infrastructure, spear phishing ecosystems, and changes in targeting patterns can provide opportunities to identify and pre-empt potential intrusion activity before it progresses into sustained compromise or intelligence collection.

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

YARA Rules
rule CYFIRMA_MustangPanda_PlugX_Hodur_Starter
{
meta:
description = “Starter hunting rule for suspected Mustang Panda PlugX/Hodur-style payloads”
author = “CYFIRMA” threat_actor = “Mustang Panda” malware_family = “PlugX/Hodur” confidence = “Medium”
purpose = “Threat hunting / triage”
reference = “MITRE ATT&CK: Mustang Panda” strings:
$s1 = “LoadLibraryA” ascii
$s2 = “GetProcAddress” ascii
$s3 = “VirtualAlloc” ascii
$s4 = “CreateProcessA” ascii
$s5 = “CreateProcessW” ascii

$plugx1 = “PlugX” ascii nocase
$hodur1 = “Hodur” ascii nocase

$mutex1 = “Global\\” ascii
$config1 = “Server” ascii
$config2 = “Password” ascii condition:
uint16(0) == 0x5A4D and (
4 of ($s*) and
1 of ($plugx1, $hodur1)
)
or (
5 of ($s*) and 2 of ($config*)
)
}

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.

3. Major Geopolitical Developments in Cybersecurity

North Carolina Ports operations disrupted by a cyber attack
North Carolina Ports is working to fully recover following a cyberattack that disrupted operations across its three primary facilities in Wilmington, Morehead City, and Charlotte. Although the breach forced staff to temporarily revert to manual processing, port officials confirmed the incident has been contained, and normal operating schedules have resumed. However, terminal operators warn that shipping companies should still anticipate delays while manual operations remain in effect. Both the U.S. Coast Guard and state law enforcement agencies are actively investigating the breach.

ETLM Assessment:
No specific group or country has been identified or publicly suspected in this attack; port officials and investigating authorities have only stated that the IT system was hacked by an “outside actor or group.” No hacking group has claimed responsibility for the incident, and investigators have not disclosed a suspected threat actor, motivation, or technical attribution.

One possible explanation would be an attack by Iran-aligned groups in what CYFIRMA dubbed permanent attrition in a recent report. The compromise of critical networks or the targeting of civilian supply chains are not precursors to a future war – they are the permanent backdrop to any politically contested relationship. The lesson of the ongoing Hormuz crisis is clear: conventional weapons may occasionally fall silent, but the wires remain hot indefinitely. The war with Iran accelerated ushering in an era of permanent digital and maritime attrition where the battlefield is everywhere, and the conflict never truly ends even during periods of ceasefire.

Backdoor found in Chinese-made routers
Cybersecurity researchers have uncovered a previously undocumented backdoor embedded in over 20 router models manufactured by Zbtlink and sold globally under the Zbtlink and Wiflyer brands. According to media reports, the covert flaw regularly reaches out to a Chinese-registered domain every 35 seconds, potentially granting external actors remote access to the routers and any connected network devices. VulnCheck bypassed traditional vendor notification before releasing its findings, noting that coordinated disclosure is meant for unintentional vulnerabilities – which they argue does not apply to this intentional design.

ETLM Assessment:
Researchers concluded that the backdoor was deliberately embedded into the firmware rather than being an accidental coding flaw. Zbtlink rejected the label of a malicious “backdoor,” claiming the functionality was intended solely as an “after-sales technical support tool.” Despite denying malicious intent, Zbtlink admitted to security vulnerabilities, suspended sales of affected models, pulled the firmware from its website, and began developing patches

While neither Western intelligence agencies nor VulnCheck have explicitly named the Chinese government as the direct perpetrator behind the “Endlessdoors” implant, the incident has amplified longstanding Western national security concerns regarding Chinese state influence over domestic tech manufacturers. The hardcoded command-and-control destinations that the routers ping every 35 seconds are hosted on Alibaba Cloud servers in mainland China and tied to Chinese-registered domains. Western cybersecurity agencies (including the FBI and CISA) have repeatedly warned about Chinese state-sponsored threat groups – such as Volt Typhoon and Flax Typhoon – hijacking small office/home office (SOHO) routers globally to build covert botnets (“covert proxy networks”) used for espionage against critical infrastructure.

Under Chinese legal frameworks such as the National Intelligence Law, domestic companies operating in China can be compelled by Beijing to assist state intelligence work, feed state actors backdoors, or hand over administrative access to remote infrastructure. The fact that the implant was compiled directly into standard factory firmware across more than 20 product lines over a two-year period – and disguised as a legitimate Linux kernel process running with full root privileges – leads researchers to view it as an intentional supply-chain mechanism rather than a casual coding oversight.

4. Rise in Malware/Ransomware and Phishing

RansomHouse Ransomware Impacts a Healthcare Company from Thailand

  • Attack Type: Ransomware
  • Target Industry: Healthcare
  • Target Geography: Thailand
  • Ransomware: RansomHouse 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 Thailand was compromised by RansomHouse Ransomware. The compromised company is a Thai-based holding entity operating as a premier importer and distributor of diagnostic instruments, reagents, and consumables for medical and research laboratories. The company manages a comprehensive portfolio of products across hematology, chemistry, immunology, and laboratory automation systems, representing globally. With over 100 employees, the organization serves a broad client base of hospitals and government sectors throughout the Thai domestic market. Established in 1995 and converted to a public company in 2023, the firm delivers end-to-end service support to the public health sector. The compromised data includes confidential and sensitive information belonging to the organization.

Source: Dark Web

Relevancy & Insights:

  • RansomHouse emerged in March of 2022 and is categorized as a multi-pronged extortion threat. The attackers exfiltrate all enticing data and threaten to post it all publicly.
  • The RansomHouse Ransomware group primarily targets countries such as the United States of America, China, Brazil, Japan, and Thailand.
  • The RansomHouse Ransomware group primarily targets industries such as Manufacturing, Government & Civic, Healthcare, Information Technology, and Real Estate & Construction.
  • Based on the RansomHouse Ransomware victims list from 1st Jan 2026 to 12th August 2026, the top 5 Target Countries are as follows:
  • The Top 10 Industries most affected by the RansomHouse Ransomware group victims list from 1st Jan 2026 to 12th August 2026 are as follows:

ETLM Assessment:
According to CYFIRMA’s assessment, RansomHouse ransomware predominantly targets large enterprises and high-value organizations through phishing and spear phishing campaigns. The group also employs third-party frameworks such as Vatet Loader, Metasploit, and Cobalt Strike to gain initial access and perform lateral movements within victim networks. RansomHouse typically skips data encryption, focusing instead on exfiltrating sensitive data to extort victims by threatening to publicly release the stolen information. This approach allows the group to maintain stealth and prolong their presence in targeted environments.

The Gentlemen Ransomware Impacts an Information Technology Service Company from Singapore

  • Attack Type: Ransomware
  • Target Industry: Information Technology service
  • Target Geography: Singapore
  • 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 Singapore was compromised by The Gentlemen Ransomware. The compromised company is a dynamic, Singapore-based IT services company specializing in IT as a Service (ITaaS) and hybrid cloud architecture solutions. They build and operate mission-grade, secure digital services for government and enterprise clients, strictly aligned with local compliance standards like GCC and IM8. The company provides comprehensive solutions including Business Process Management (BPM), Data as a Service (DaaS), and enterprise mobility to help organizations optimize their IT infrastructure. The data, which has been breached, has not yet appeared on the leak site, indicating that negotiations between the affected party and the ransomware group may be underway. 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, France, Thailand, India, and Germany.
  • 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 12th August 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 12th August 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 freo2

  • Attack Type: Vulnerabilities & Exploits
  • Target Technology: Web Application
  • Vulnerability: CVE-2026-67243
  • CVSS Base Score: 7.2 Source
  • Vulnerability Type: Arbitrary File Upload
  • Summary: The vulnerability allows a remote user to compromise a vulnerable system.

Relevancy & Insights:
The vulnerability exists due to insufficient validation of the file during file upload.

Impact:
A remote administrator can upload a malicious file and execute it on the server.

Affected Products:
https[:]//jvn[.]jp/en/jp/JVN52865575/index[.]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
The vulnerability in freo2 presents a significant security risk to organizations using the application, particularly because successful exploitation can result in arbitrary operating system command execution. The vulnerability is caused by insufficient validation of uploaded files, allowing a remote administrator with the highest-level privileges to upload a malicious executable file to the vulnerable system. Successful exploitation could allow threat actors to compromise the underlying host, execute unauthorized commands, modify or access application data, and potentially disrupt the availability of the affected system. As exploitation requires high-level administrative privileges, organizations should prioritize protecting administrative interfaces and limiting access to trusted users and networks. Organizations using affected versions of freo2 should upgrade to the latest available security update and ensure that file-upload functionality enforces strict validation of permitted file types. In addition, organizations should monitor administrative activity and file-upload events for anomalous behavior, particularly attempts to upload executable files. Prompt remediation and continuous monitoring are recommended to reduce the risk of system compromise resulting from exploitation of this vulnerability.

6. Latest Cyber-Attacks, Incidents, and Breaches

SafePay Ransomware attacked and published the data of a Financial Services company from Japan

  • Threat Actor: SafePay Ransomware
  • Attack Type: Ransomware
  • Objective: Data Leak, Financial Gains
  • Target Technology: Web Applications
  • Target Industry: Financial Services
  • Target Geography: Japan
  • Business Impact: Operational Disruption, Data Loss, Financial Loss, Potential Reputational Damage

Summary:
Recently, we observed that SafePay Ransomware attacked and published the data of a Financial Services company from Japan on its dark web website. The compromised company is a leading Japanese financial and asset consulting firm headquartered in Minato-ku, Tokyo. Established in 1991, the company provides comprehensive wealth management, asset succession, business succession, real estate advisory, and family office services to high-net-worth individuals, entrepreneurs, and corporate owners. Listed on the Tokyo Stock Exchange Standard Market, the company has established an integrated consulting platform focused on the long-term preservation, management, and intergenerational transfer of family and corporate assets. Its multidisciplinary services combine expertise in taxation, finance, law, accounting, architecture, and real estate to develop customized asset-management and succession strategies. Key services include inheritance and tax planning, corporate succession, real estate investment and management, trust arrangements, portfolio optimization, and family governance consulting. The company employs more than 360 professionals and operates through multiple subsidiaries involved in financial services, real estate, investment management, and family office support. It also collaborates with banks, tax advisors, legal professionals, and institutional partners to deliver integrated financial and asset-management solutions. Through its emphasis on long-term client relationships, specialized expertise, and tailored financial planning, the company plays a significant role in Japan’s wealth management and financial consulting sector. The compromised data includes confidential and sensitive information belonging to the organization.

Source: Dark Web

Relevancy & Insights:

  • SafePay Ransomware is a rapidly emerging and sophisticated ransomware threat first identified in September 2024.
  • The SafePay Ransomware group primarily targets industries, including Professional Goods & Services, Consumer Goods & Services, Real Estate & Construction, Manufacturing, and Information Technology.

ETLM Assessment:
According to CYFIRMA’s assessment, SafePay represents a sophisticated, fast-moving ransomware threat capitalizing on VPN weaknesses and credential theft, employing effective double extortion tactics to maximize ransom payments. Organizations, especially in highly targeted sectors and regions, must prioritize layered defenses and active hunting for early detection.

7. Data Leaks

Unauthorized Customer Database Advertised on a Leak Site

  • Attack Type: Data Leak
  • Target Industry: Telecommunications / Internet Service Provider
  • Target Geography: Indonesia
  • Objective: Financial Gain
  • Alleged Data Volume: Approximately 352,543 customer records
  • Business Impact: Exposure of Personally Identifiable Information (PII), Customer Privacy Risks, Credential Disclosure, Business Information Exposure, Regulatory Compliance Concerns, Financial Loss, Reputational Damage

Summary
The CYFIRMA research team identified a cybercrime forum post advertising the sale of a customer database allegedly belonging to an Indonesian internet and Wi-Fi service provider. According to the screenshot, the database reportedly contains approximately 352,543 customer records, with the seller listing the dataset for sale at a price denominated in cryptocurrency.

The forum post includes a database sample and displays numerous customer-related fields, indicating that the allegedly exposed dataset may contain:

  • Customer identification numbers
  • Customer names
  • Phone numbers
  • Email addresses
  • Address information
  • Province, city, and sub-district details
  • Postal codes
  • Customer registration dates
  • Service activation dates
  • Customer status information
  • Customer identification/identity numbers
  • Partner and sales-related identifiers
  • Account and customer reference IDs
  • Verification status for phone numbers and email addresses
  • Other customer and service-related metadata

The authenticity of the alleged database and the full extent of the claimed exposure remain unverified based solely on the available screenshot. The assessment is therefore based on information displayed in the cybercrime-forum advertisement and the database sample visible in the image. Similar leak-site assessments should treat advertised datasets as unconfirmed until independently validated.

Source: Underground Forums

Philippine SMS Sending Provider Database Advertised on a Leak Site

  • Attack Type: Data Leak
  • Target Industry: Telecommunications / Information Technology
  • Target Geography: Philippines
  • Objective: Financial Gain
  • Business Impact: Exposure of SMS Content and Phone Numbers, Personally Identifiable Information (PII) Exposure, Privacy Risks, Account Takeover Risks, Phishing and Social Engineering, Regulatory Compliance Concerns, Financial Loss, Reputational Damage

Summary:
The CYFIRMA research team identified a post on a cybercrime forum that claims to offer access to a large database allegedly originating from a major Philippine SMS messaging service provider. According to the advertisement, the database contains information associated with more than 2,000 users and approximately 160 million SMS messages, including recipient phone numbers and message content. The advertised dataset reportedly covers customers operating across several sectors, including gambling, cryptocurrency, finance, and government.

The forum post includes sample database records as evidence of possession and indicates that interested parties can access or test the data. The authenticity and complete scope of the advertised dataset could not be independently verified at the time of reporting.

Allegedly Exposed Information
Based on the sample displayed in the advertisement, the database may contain:

  • Mobile phone numbers
  • Sender IDs
  • SMS message content
  • SMS delivery status
  • SMS transmission cost
  • Gateway identifiers
  • Error codes
  • Message completion/delivery timestamps
  • Message IDs
  • Time-zone information
  • Verification/OTP messages
  • Transactional and service-related SMS content
  • Historical SMS communication records

The alleged exposure represents a potentially significant privacy and cybersecurity risk, particularly because the advertised dataset reportedly combines phone numbers, message content and delivery metadata at a very large scale. The presence of authentication and verification messages could increase the risk of targeted fraud, phishing, social engineering and account compromise.

The authenticity of the complete dataset remains unverified. This assessment is based on the information and sample records displayed in the forum advertisement and should not be interpreted as independent confirmation of the alleged breach.

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 cybercrime forum advertising the sale of data allegedly obtained from a technology provider serving online proprietary trading firms. According to the forum post, the alleged breach contains trader-related information associated with approximately 130 proprietary trading firms.

The seller claims that the dataset contains approximately 392,000 unique records, with a significant portion reportedly containing Personally Identifiable Information (PII). A sample of the alleged data was also referenced in the forum post as evidence of possession.

Based on the information visible in the post, the allegedly exposed dataset may include:

  • Full names of traders
  • Email addresses
  • Account creation dates
  • Trader account-related information
  • Customer/trader identifiers
  • Records associated with proprietary trading accounts
  • Other account and registration-related information

The alleged exposure is significant because proprietary trading platforms manage information relating to traders and their accounts. If authentic, the data could be used to identify and target individuals participating in online trading programs.

The authenticity of the alleged breach, the complete dataset, and the precise source of the records remain unverified based solely on the available forum post. The assessment is based on the information displayed in the advertisement and its accompanying claims. As with other cybercrime-forum data-sale claims, independent validation is required before confirming the compromise.

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.