Skip to main content
Live Webinar with SANS (June 25)— Agentic CTI Automation for Fun & ProfitRegister Free
Mallory
MalwareRansomwareUsed by 1 actorExploits 1 CVE

STONESTOP

STONESTOP is a Windows userland malware utility used to load, install, and control the malicious kernel driver POORTRY (also called BurntCigar). It functions as both a loader/installer for POORTRY and an orchestrator that communicates with the driver, including via DeviceIoControl and hardcoded IOCTLs, to carry out defense-evasion actions. Public reporting describes the STONESTOP/POORTRY toolkit as designed to terminate antivirus and EDR processes; newer reporting also ties the toolkit to deletion of critical EDR files from disk, making it an EDR wiper as well as an EDR killer. SentinelOne also reported related capabilities across versions including killing, suspending, resuming, deleting, or overwriting targeted processes and files.

The toolkit has been observed in bring-your-own-vulnerable-driver or malicious signed-driver style attacks to disable security products on Windows systems. Reporting states STONESTOP creates and loads the driver, after which POORTRY performs kernel-level tampering against security software. Associated POORTRY capabilities described in the source material include process termination, file deletion, file overwrite, patching or disabling kernel callbacks tied to security products, interfering with filter drivers, and detaching device objects. STONESTOP has been described as heavily obfuscated in some campaigns, alongside POORTRY, using packers such as VMProtect, Themida, and ASMGuard.

STONESTOP has been linked to multiple financially motivated and ransomware-related actors and intrusions. Mandiant documented UNC3944 / Scattered Spider using STONESTOP with POORTRY to disable defenses. Additional reporting associates the toolkit with Akira threat actors and with attacks involving or linked to ALPHV/BlackCat, Cuba, Medusa, LockBit, and RansomHub; public reporting also notes use by affiliates in Medusa ransomware attacks and references use in pre-ransomware activity. SentinelOne assessed with high confidence that similar malicious-driver capability was likely supplied to multiple threat actors rather than independently developed.

Observed targeting and victimology in the supporting content span telecommunications, BPO, MSSP, financial services, entertainment, transportation, cryptocurrency, healthcare/medical, and banks in Francophone African countries. The malware is used specifically to impair or remove endpoint protections prior to follow-on intrusion activity or ransomware deployment.

High-confidence identifiers and artifacts directly mentioned in the content include the paired component names STONESTOP and POORTRY/BurntCigar; configuration artifact poyuo.pdata in an early STONESTOP variant; and sample filenames c7iy3d.exe identified as Stonestop and usnnr.sys identified as Poortry in one July 2024 incident.

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-2015-2291Privilege Escalation in Intel Ethernet Diagnostics Driver for WindowsExploited in the wild

Scattered Spider has been linked to exploitation of ... legacy bugs like CVE-2015-2291 in Intel driver software to run code in kernel mode.

via rapid7 blograpid7.com
THREAT ACTORS

Groups observed using it

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

View more details
Scattered Spider

Mandiant documented a financially motivated threat group it calls UNC3944 using this same driver to disable defenses. It referred to this driver as POORTRY and the malware that uses it as STONESTOP.

MITRE ATT&CK

Techniques & procedures

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

Initial Access

1 technique
T1195.002Compromise Software Supply ChainEvidence1

MITRE ATT&CK list includes "T1195.002: Compromise Software Supply Chain" and the text discusses malicious drivers certified via Microsoft’s Windows Hardware Developer Program.

Execution

1 technique
T1106Native APIEvidence1

MITRE ATT&CK list includes "T1106: Native API"

Persistence

1 technique
T1543.003Windows ServiceEvidence1

Attackers used Windows Service Control (sc.exe) to load the driver: sc create fgt binPath= %TEMP%\fgt.sys type= kernel sc start fgt

Privilege Escalation

3 techniques
T1068Exploitation for Privilege EscalationEvidence5

use a loader named ‘STONESTOP’ to install a malicious signed driver dubbed ‘POORTRY’, which is designed to terminate processes associated with security software and to delete files as part of a Bring Your Own Vulnerable Driver (BYOVD) attack.

T1543.003Windows ServiceEvidence1

Attackers used Windows Service Control (sc.exe) to load the driver: sc create fgt binPath= %TEMP%\fgt.sys type= kernel sc start fgt

T1548.006TCC ManipulationEvidence1

Poortry (also sometimes called BurntCigar) is a malicious kernel driver used in conjunction with a loader named Stonestop... The driver bypasses Driver Signature Enforcement by using any of the three techniques described above.

Stealth

6 techniques
T1014RootkitEvidence2

Poortry has evolved into something akin to a rootkit that also has with finite controls over a number of different API calls used to control low-level operating system functionality.

T1027Obfuscated Files or InformationEvidence1

The second version was VMProtected and signed through the WHQL signing process. The third version was also signed through the WHQL signing process, but was protected with an unidentified packer.

T1036MasqueradingEvidence1

Before reading from the file, STONESTOP verifies the file’s integrity against a predefined MD5 hash... reads process names from an external configuration file named, for example, poyuo.pdata.

T1070.004File DeletionEvidence3

Poortry now can also delete critical EDR components completely, instead of simply terminating their processes... The loader contains a list of hardcoded paths pointing at the location where EDR products are installed... and deletes files critical to the EDR agent, such as EXE files or DLL files.

T1218System Binary Proxy ExecutionEvidence1

SentinelOne has observed prominent threat actors abusing legitimately signed Microsoft drivers in active intrusions... a threat actor utilizing a Microsoft signed malicious driver to attempt evasion of multiple security products. | The toolkit contains simple protection mechanisms used to prevent its repurpose, reuse, and redistribution... STONESTOP functions as both a loader/installer for POORTRY.

T1218.001Compiled HTML FileEvidence1

SentinelOne has observed prominent threat actors abusing legitimately signed Microsoft drivers in active intrusions... a threat actor utilizing a Microsoft signed malicious driver to attempt evasion of multiple security products.

Defense Impairment

1 technique
T1553.002Code SigningEvidence3

In general there are three ways EDR killer developers abuse code signatures: Abuse of leaked certificates... Signature timestamp forgery... Bypassing Microsoft attestation signing.

Discovery

1 technique
T1057Process DiscoveryEvidence2

First, the user-mode component sends multiple I/O requests with IOCTL code 0x222144 to the kernel-mode component, including the process id of the process to kill.

Command and Control

2 techniques
T1105Ingress Tool TransferEvidence2

“download tools… use the WebClient.DownloadString() method to download Cobalt Strike beacons… [T1105]”

T1219Remote Access ToolsEvidence2

In August 2023, during a Sophos X-Ops investigation, we found that attackers gained initial access via a remote access tool named SplashTop.

Impact

2 techniques
T1485Data DestructionEvidence1

The file-tampering functionality features the capability to overwrite files... IOCTL 0x22218c Used to overwrite target files. This routine expects two parameters: a destination file path to overwrite, and a source path to read from.

T1489Service StopEvidence1

First, the user-mode component sends multiple I/O requests with IOCTL code 0x222144 to the kernel-mode component, including the process id of the process to kill.

Other

2 techniques
T1562Impair DefensesEvidence3

The second phase is focused on disabling EDR products through a series of different techniques, such as removal or modification of kernel notify routines... Poortry disables installed kernel callbacks through a series of different techniques.

T1562.001Disable or Modify ToolsEvidence2

Some new TTPs have also been employed in recent attacks, including... abusing kernel drivers to disable defenses... a signed 'helper' driver ... used to terminate the processes in the list.

INDICATORS OF COMPROMISE

IOCs tracked for this family

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

View more in app
Hashes
10 tracked

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

TypeValueLatest sighting
hash.md5●●●●●●●●●●●●View more in app2 years ago
hash.sha1●●●●●●●●●●●●View more in app2 years ago
hash.sha256●●●●●●●●●●●●View more in app2 years ago
hash.sha256●●●●●●●●●●●●View more in app2 years ago
hash.md5●●●●●●●●●●●●View more in app2 years ago
hash.sha1●●●●●●●●●●●●View more in app2 years ago
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 matching10

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

Threat actor attribution1

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.