Settra Ransomware Targets Retail and Manufacturing

Settra Ransomware Hits Retail, Manufacturing With RMM Tools

HIGH
September 18, 2026
4m read
RansomwareThreat ActorMalware

Related Entities

Threat Actors

Settra

Organizations

Products & Tech

Windows

Other

MeshAgent

Full Report

Executive Summary

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.


Threat Overview

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.

Technical Analysis

Analysis of two recent incidents by Huntress reveals a structured attack chain:

  1. Persistence: The attackers deploy the open-source RMM tool MeshAgent to maintain access. This tool was observed named mvtcs.exe in one case, a common tactic to masquerade as a legitimate process. This aligns with T1219 - Remote Access Software.
  2. Defense Evasion: Settra operators take multiple steps to evade detection and hinder response:
    • Clear Event Logs: They use commands to clear critical Windows Event Logs, including Application, Security, Setup, and System. This is a direct implementation of T1070.001 - Clear Windows Event Logs.
    • Disable Recovery: The attackers disable the Windows Recovery Environment using the command reagentc /disable and have been seen attempting to delete the recovery partition with diskpart. This is a form of T1490 - Inhibit System Recovery.
    • BYOVD: In a September 2026 attack, the group used a Bring Your Own Vulnerable Driver technique by installing the legitimate but vulnerable Gigabyte driver 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.
  3. Impact: The final ransomware payload is deployed, typically named after the victim's domain (e.g., victimdomain_win64.exe). The ransomware encrypts files (T1486 - Data Encrypted for Impact) and the group exfiltrates data for double extortion.

Impact Assessment

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.

IOCs — Directly from Articles

Type
File Name
Value
gdrv.sys
Description
Legitimate but vulnerable Gigabyte kernel driver.
Type
File Name
Value
mvtcs.exe
Description
Renamed instance of the MeshAgent RMM tool.

Cyber Observables — Hunting Hints

The following patterns could indicate related activity:

  • Process Creation: Monitor for the execution of reagentc.exe with the /disable command line argument. This is a strong indicator of an attempt to inhibit system recovery.
  • File System: Look for the presence of 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.
  • Network Traffic: Monitor for outbound connections to unknown domains or IP addresses on ports commonly used by RMM tools like MeshAgent. Baseline legitimate RMM traffic and alert on deviations.
  • Event Log Clearing: While the logs may be cleared, the act of clearing them often generates a specific event (Event ID 1102 in the Security log) just before the log is wiped. If this event is forwarded to a SIEM in real-time, it can serve as a high-fidelity alert.

Detection & Response

  • EDR/EPP: Endpoint solutions should be configured to detect and block the execution of known malicious RMM tools and the loading of known vulnerable drivers like gdrv.sys. Use D3-PA: Process Analysis to detect suspicious command-line activity like reagentc /disable.
  • Log Forwarding: Ensure all critical endpoint and server logs, especially security event logs, are forwarded to a centralized, immutable SIEM. This preserves evidence even if the local logs are cleared by the attacker.
  • Driver Blacklisting: Implement application control policies to blacklist the loading of known vulnerable drivers, including gdrv.sys.
  • RMM Monitoring: Strictly control and monitor the use of all RMM software in the environment. Any unauthorized RMM installation should trigger an immediate high-priority alert.

Mitigation

  • Restrict RMM Tools: If not required for business operations, block the execution of common RMM tools like MeshAgent using application control policies (D3-EDL: Executable Denylisting). If required, strictly limit their use to authorized personnel and monitor all activity.
  • Backup and Recovery: Maintain regular, offline, and immutable backups of critical data and systems. Routinely test the recovery process to ensure it is effective and not reliant on the Windows Recovery Environment.
  • Patch Management: Aggressively patch internet-facing systems and software to prevent initial access via exploitation.
  • User Account Control: Enforce the principle of least privilege. Standard user accounts should not have permissions to install software or drivers.

Timeline of Events

1
June 1, 2026
Settra ransomware first observed in attacks.
2
July 1, 2026
Settra attacks a company in the consumer services and retail sector.
3
September 1, 2026
Settra attacks a manufacturing firm, utilizing a BYOVD technique.
4
September 18, 2026
This article was published

MITRE ATT&CK Mitigations

Use application control to block unauthorized RMM tools and the loading of known vulnerable drivers.

Mapped D3FEND Techniques:

Audit

M1047enterprise

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:

D3FEND Defensive Countermeasures

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.

Timeline of Events

1
June 1, 2026

Settra ransomware first observed in attacks.

2
July 1, 2026

Settra attacks a company in the consumer services and retail sector.

3
September 1, 2026

Settra attacks a manufacturing firm, utilizing a BYOVD technique.

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

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.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

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.

Tags

BYOVDRMMMeshAgentdouble-extortiondefense-evasioninhibit-recovery

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

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.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

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 Generator

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.