Skip to main content
Meet us at Black Hat USA 2026— Las Vegas, August 1–6Book a Meeting
Mallory
Back to malware
MalwareRansomwareUsed by 2 actorsExploits 1 CVE

GentleKiller

GentleKiller is an in-house EDR-killing framework used by the Gentlemen ransomware-as-a-service operation to disable endpoint security tools prior to ransomware deployment. ESET reported it as the most prevalent EDR killer in the Gentlemen ecosystem and observed it staged in a directory named GentlemenCollection. The framework uses Bring Your Own Vulnerable Driver (BYOVD) techniques: it installs and starts vulnerable or malicious kernel-mode drivers as Windows services, then communicates with them via DeviceIoControl and other native Windows APIs to perform privileged actions in kernel space and terminate protected processes. ESET documented at least eight distinct GentleKiller variants that share strings, obfuscation patterns, and a persistent process-termination loop running roughly every two seconds. Across variants, GentleKiller targets more than 400 process names mapped to 48 security products, including major EDR and antivirus vendors.

The observed variants impersonate different legitimate products and abuse different drivers, including Kaspersky (eb.sys), FACEIT Anti-Cheat (nseckrnl.sys), Valorant (GameDriverX64.sys), Javelin/Safetica (stpm_old.sys and stpm_new.sys), Zemana WatchDog (dmx.sys), Qihoo 360 Network Blocker (360netmon_wfp.sys), IObit Cleaner (IMFForceDelete), and the PoisonX rootkit (PoisonX.sys / G11 variant). ESET documented the GentleKiller Network Blocker variant abusing the signed Qihoo driver 360netmon_wfp.sys, and the Cleaner variant dropping IMFForceDelete without the .sys extension. The IMFForceDelete abuse is tied in the content to CVE-2019-6494, where IOCTL 0x8016E000 allows low-privileged users to delete files regardless of access controls, supporting defense impairment by deleting protected files.

The content associates GentleKiller directly with the Gentlemen RaaS gang, which centrally develops, maintains, and distributes EDR-killing tools to affiliates. Gentlemen was described as one of the most active ransomware groups in Q1 2026, using double extortion and targeting organizations across Southeast Asia, South America, and Western Europe, with victim selection reportedly driven primarily by FortiGate configuration or misconfiguration rather than geography. ESET also reported that Gentlemen rapidly integrated newly disclosed BYOVD proof-of-concept exploits such as UnknownKiller and PoisonKiller within days of public release, indicating an agile development pipeline. Detection-relevant artifacts directly mentioned in the content include the GentlemenCollection staging directory, anomalous kernel driver loading, Windows service creation for vulnerable drivers such as 360netmon_wfp and IMFForceDelete, and repeated termination of security-product processes.

Share:
For your environment

Hunt this family in your stack

Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.

EXPLOITED CVES

Vulnerabilities exploited

1 CVE Mallory has correlated with this family across public research and vendor advisories. Each row links to the full Mallory page for that vulnerability.

1 CVES
CVE-2019-6494Arbitrary File Deletion via IOCTL in IObit Malware Fighter 6.2 IMFForceDelete.sysExploited in the wild

ESET documents GentleKiller's Cleaner variant dropping this driver without the trailing .sys extension, and CVE-2019-6494 describes IOCTL 0x8016E000 allowing low-privileged users to delete files regardless of access controls.

via loldriversloldrivers.io
THREAT ACTORS

Groups observed using it

2 distinct threat actors attributed by public researchers. Open in Mallory to see the full evidence chain and overlapping campaigns.

View more details
Gentlemen

Gentlemen’s operators build, maintain, and centrally distribute a full portfolio of EDR killers, anchored by an in-house framework ESET has named GentleKiller.

via thecybersecguruthecybersecguru.com
The Gentlemen

The most prevalent EDR killer in the group's ecosystem is GentleKiller, a self-developed tool with at least eight variants targeting more than 400 processes.

via govinfosecuritygovinfosecurity.com
MITRE ATT&CK

Techniques & procedures

19 distinct techniques documented for this family, organized by ATT&CK tactic.

Resource Development

1 technique
T1588.003Code Signing CertificatesEvidence1

ESET’s assessment is that all three were acquired externally by the operators and then standardized with the same defense evasion layer applied to GentleKiller: binary protection via Enigma or Themida, filenames mimicking security vendors, fabricated version information, copied digital signatures, and matching icons.

Execution

2 techniques
T1059.003Windows Command ShellEvidence2

Stage 3 – Execution (T1059.003 – Command and Scripting Interpreter: Windows Command Shell). GentleKiller and the absorbed third-party tools are console-based executables that run visibly and emit debug strings during execution.

T1106Native APIEvidence2

Stage 5 – Privileged kernel interaction (T1106 – Native API). User-mode components communicate with the now-loaded kernel driver via DeviceIoControl and other native Windows APIs to issue privileged commands.

Persistence

1 technique
T1543.003Windows ServiceEvidence2

Stage 4 – Driver installation as a persistence/elevation step (T1543.003 – Create or Modify System Process: Windows Service). Each tool installs and starts its associated vulnerable or outright malicious kernel-mode driver as a Windows service before exploitation occurs.

Privilege Escalation

3 techniques
T1068Exploitation for Privilege EscalationEvidence5

CVE-2019-6494 describes IOCTL 0x8016E000 allowing low-privileged users to delete files regardless of access controls.

T1543.003Windows ServiceEvidence2

Stage 4 – Driver installation as a persistence/elevation step (T1543.003 – Create or Modify System Process: Windows Service). Each tool installs and starts its associated vulnerable or outright malicious kernel-mode driver as a Windows service before exploitation occurs.

T1548.002Bypass User Account ControlEvidence1

IObit Malware Fighter IMFForceDelete.sys is a vulnerable force-delete filter driver... ESET documents GentleKiller's Cleaner variant dropping this driver without the trailing .sys extension.

Stealth

8 techniques
T1014RootkitEvidence1

Use Case Privileges Operating System Impair defenses through a signed kernel driver abused by an EDR killer.

T1027Obfuscated Files or InformationEvidence4

Defense Evasion T1027 Obfuscated Files or Information Some executables are protected with packers (Enigma, Themida) and custom control-flow obfuscation.

T1027.002Software PackingEvidence2

This includes binary protection using Enigma or Themida and using file names that resemble well-known cybersecurity vendors, right down to their version information, digital signatures, and icons.

T1036MasqueradingEvidence7

Stage 7 – Masquerading and obfuscation layered over the whole chain (T1036, T1036.001, T1027 – Masquerading, Masquerading: Invalid Code Signature, Obfuscated Files or Information). Every tool in the suite ... is run through the same standardization layer: commercial packers (Enigma/Themida), fabricated version information, icons copied from the impersonated vendor, and digital signatures copied from legitimate software.

T1036.001Invalid Code SignatureEvidence2

Defense Evasion T1036.001 Masquerading: Invalid Code Signature The protection layer adds an invalid code signature as part of the impersonation strategy.

T1070.004File DeletionEvidence3

Delete protected files and impair defenses through a vulnerable kernel driver.

T1211Exploitation for Defense EvasionEvidence2

Although each variant impersonates a different legitimate product and abuses a different vulnerable or malicious driver ... It allows the operators to incorporate newly abused drivers into their toolset within days of a proof of concept being disclosed.

T1218System Binary Proxy ExecutionEvidence1

Qihoo 360netmon_wfp.sys is a signed kernel driver documented by ESET as the driver abused by the GentleKiller Network Blocker variant used in Gentlemen ransomware intrusions.

Defense Impairment

1 technique
T1553.002Code SigningEvidence2

ESET notes that the threat actor also uses stolen digital signatures from legitimate software, although they are invalid.

Credential Access

1 technique
T1649Steal or Forge Authentication CertificatesEvidence1

ESET notes that the threat actor also uses stolen digital signatures from legitimate software, although they are invalid.

Impact

1 technique
T1489Service StopEvidence2

ESET states that GentleKiller targets more than 400 processes associated with approximately 48 security vendors/products...

Other

2 techniques
T1562Impair DefensesEvidence8

Use Case Privileges Operating System Impair defenses through a signed kernel driver abused by an EDR killer.

T1562.001Disable or Modify ToolsEvidence2

The Gentlemen ransomware-as-a-service (RaaS) operation is actively developing and maintaining a suite of endpoint detection and response (EDR) killers that it hands out to affiliates for impairing system defenses before deploying the encryptor.

INDICATORS OF COMPROMISE

IOCs tracked for this family

41 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.

View more in app
Hashes
41 tracked

File hashes (MD5, SHA-1, SHA-256) from samples and reports.

TypeValueLatest sighting
hash.sha1●●●●●●●●●●●●View more in app4 days ago
hash.sha256●●●●●●●●●●●●View more in app4 days ago
hash.md5●●●●●●●●●●●●View more in app4 days ago
hash.sha1●●●●●●●●●●●●View more in app4 days ago
hash.sha1●●●●●●●●●●●●View more in app4 days ago
hash.md5●●●●●●●●●●●●View more in app4 days ago
ACTIVITY FEED

Recent activity

11 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets match these IOCs, which detections are missing, which campaigns to expect next, and what to do in the next 30 minutes.
IOC matching41

Match every observed IP, domain, and hash against your live telemetry.

Threat actor attribution2

Named campaigns wielding this family, with evidence pinned to each claim.

Exploited vulnerabilities1

CVEs this family uses for access and lateral movement.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

MITRE ATT&CK mapping19

Every documented technique, ranked by evidence weight.

Researcher chatter

Reddit, Mastodon, and CTI community discussion around this family.