Security researchers at Huntress have detailed the tactics of a new ransomware group known as Settra, which has been actively targeting the retail and manufacturing sectors since at least June 2026. The group employs a consistent and effective post-compromise playbook, leveraging the open-source Remote Monitoring and Management (RMM) tool MeshAgent for persistent access. To hinder recovery and forensic analysis, Settra operators systematically clear Windows Event Logs and disable the Windows Recovery Environment. In a recent incident, the attackers also utilized a Bring Your Own Vulnerable Driver (BYOVD) technique, using a legitimate Gigabyte kernel driver (gdrv.sys) to bypass security controls. The group practices double extortion, threatening to leak stolen data on its leak site.
The Settra ransomware group has been operational since at least June 2026 and has claimed 93 victims according to intelligence from SOCRadar. While initial access vectors vary, they are thought to include compromised VPN credentials and exploitation of unpatched software. Once inside a network, the threat actors follow a clear pattern of activity focused on establishing persistence, disabling defenses, and preventing recovery before deploying the final ransomware payload.
Analysis of two recent incidents by Huntress reveals a structured attack chain:
mvtcs.exe in one case, a common tactic to masquerade as a legitimate process. This aligns with T1219 - Remote Access Software.Application, Security, Setup, and System. This is a direct implementation of T1070.001 - Clear Windows Event Logs.reagentc /disable and have been seen attempting to delete the recovery partition with diskpart. This is a form of T1490 - Inhibit System Recovery.gdrv.sys. This driver is often abused to terminate security processes from the kernel level, a tactic mapped to T1562.001 - Disable or Modify Tools.victimdomain_win64.exe). The ransomware encrypts files (T1486 - Data Encrypted for Impact) and the group exfiltrates data for double extortion.An attack by the Settra ransomware group can be devastating for targeted organizations, particularly in the manufacturing and retail sectors. The encryption of critical data can halt production lines, disrupt supply chains, and stop sales operations. The group's focus on disabling recovery options makes restoration from backups more difficult and time-consuming, increasing pressure on the victim to pay the ransom. The double extortion tactic adds the risk of reputational damage, regulatory fines, and loss of customer trust if sensitive data is leaked publicly.
gdrv.sysmvtcs.exeThe following patterns could indicate related activity:
reagentc.exe with the /disable command line argument. This is a strong indicator of an attempt to inhibit system recovery.gdrv.sys in unusual locations or the installation of new, unsigned drivers. Monitor for the creation of executables named after your own domain, such as mydomain_win64.exe.gdrv.sys. Use D3-PA: Process Analysis to detect suspicious command-line activity like reagentc /disable.gdrv.sys.Use application control to block unauthorized RMM tools and the loading of known vulnerable drivers.
Forwarding logs to a central, immutable location is critical for detecting log clearing activities and preserving forensic data.
Mapped D3FEND Techniques:
Maintaining and testing offline/immutable backups is the most effective way to recover from a ransomware attack without paying the ransom.
Use EDR to monitor for suspicious command-line activity, such as the disabling of recovery services.
Mapped D3FEND Techniques:
To counter Settra's use of unauthorized RMM tools and vulnerable drivers, organizations should implement strict application control policies. Specifically, create rules to deny the execution of MeshAgent and other common, unapproved RMM software. Furthermore, leverage endpoint security features to create a denylist for known vulnerable drivers based on their file hashes or signing certificates. The Gigabyte driver gdrv.sys should be an immediate candidate for this list. This proactive blocking of malicious tools and drivers disrupts the attacker's ability to establish persistence and disable security controls, forcing them to use more novel or complex methods that are easier to detect. This is a powerful hardening measure that raises the cost of attack for groups like Settra.
Deploy an Endpoint Detection and Response (EDR) solution capable of deep process and command-line analysis. Create specific detection rules to alert on the execution of reagentc.exe with the /disable argument, a key tactic of the Settra group. Similarly, rules should be built to detect the execution of wevtutil.exe cl or PowerShell's Clear-EventLog cmdlet, which are used to clear logs. Correlating these activities with the execution of an unsigned or newly introduced executable can provide a high-confidence alert of a ransomware pre-deployment phase. This behavioral detection approach is crucial for catching attackers even when they use legitimate system tools to carry out malicious actions.
To defeat Settra's log clearing tactics, organizations must ensure the integrity and availability of their logs. Implement real-time log forwarding from all critical endpoints and servers to a centralized Security Information and Event Management (SIEM) system. This SIEM should be configured with write-once-read-many (WORM) or immutable storage properties. Even if the attackers successfully clear the logs on the local machine using wevtutil, the events generated up to that point will have already been safely transmitted to the SIEM. A critical alert should be configured in the SIEM to trigger upon receiving Windows Event ID 1102, which indicates 'The audit log was cleared.' This provides an immediate, high-fidelity signal of tampering and active intrusion.
Settra ransomware first observed in attacks.
Settra attacks a company in the consumer services and retail sector.
Settra attacks a manufacturing firm, utilizing a BYOVD technique.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.