Malware Crypting Services and the Threat Actors Who Sell Them

Executive Summary

Crypting services and products modify malicious payloads to help threat actors bypass detection, complicate analysis, and preserve malware usability after exposure. Although basic crypting consists of encrypting or obfuscating a customer-supplied payload, mature providers increasingly operate as broader malware-enablement services. Their offerings often combine payload wrapping, in-memory execution, anti-analysis checks, process injection, persistence options, delivery packaging, and post-detection “cleaning” or re-crypting services.

Insikt Group analyzed 24 threat actors advertising crypting services and products within the past year and identified a market that is competitive, reputation-driven, and heavily focused on Windows payloads. Providers advertise through underground forums, restricted communities, chat platforms, clearnet sites, and social media accounts. They compete through tiered pricing, antivirus (AV) detection scores of crypted samples, discounts, malware-developer partnerships, private or shared stubs, and promised turnaround times for re-crypting detected payloads.

Advertised crypter capabilities vary by provider, but the underlying objectives are consistent: reduce detection, delay or prevent analysis, and support stealthier payload execution. Because crypted payloads are designed to defeat both static and dynamic analysis, defenders should prioritize behavioral detection over static indicators. See the Outlook and Mitigations section for details.

Key Findings

  • AV and endpoint detection and response (EDR) tools should not be treated as sufficient standalone protection against crypted payloads. Defenders should pair endpoint controls with behavioral detection, telemetry correlation, upstream hunting, suspicious process monitoring, and rapid triage of suspicious samples.
  • Popular crypting service providers primarily advertise support for Windows payloads, with no identified advertising for macOS or Linux crypting services. However, although Windows environments were most frequently targeted by the services reviewed in this report, they are not inherently more susceptible to the execution of crypted payloads.
  • Crypted payloads increase the likelihood of successful malware execution and delayed detection, but they do not independently provide end-to-end intrusion capability. Downstream activities, such as lateral movement, data theft, ransomware deployment, and follow-on compromise, depend on the embedded malware and the operator’s objectives.
  • Crypter risk varies significantly with provider maturity and technical capability: advanced crypters offer portability, anti-analysis, process injection, persistence, and security product bypass capabilities, whereas less-advanced crypters generally provide basic payload obfuscation techniques.
  • Crypter capabilities are generally not novel individually, but their commercial packaging makes established defense-evasion tradecraft easier to access, reuse, and operationalize. The significance of crypters lies less in technical innovation than in making mature evasion methods available as paid services.

The Crypter Landscape

What Is a “Crypter”?

“Crypting” is what threat researchers generally refer to as a service or product wherein a file, almost exclusively a malicious executable of some kind, is encrypted to bypass malware detection technologies. The result of a crypting service is a malicious payload that modifies the supplied executable in ways that deter defenders and endpoint security solutions (namely, AV and EDR products) from detecting and analyzing it.

How Does Crypting Work?

While the core functionality of a crypting service or product is to encrypt a payload, services vary in the capabilities they provide. These capabilities can range from the encryption algorithms used, which are often proprietary, to behavioral adjustments for how the resultant payload will execute in a victim environment. For instance, many crypting services include execution guardrails or methods for indicator suppression, such as ensuring execution fails in virtual environments or performing environmental scanning before execution to determine whether the payload is running in an analysis or sandbox environment.

By using crypting services, threat actors can evade detection and prevent their malicious code from being easily exposed to researchers, an important consideration for those who wish to reuse payloads for extended periods without detection.

Who Is Selling Crypting Services?

The crypter landscape comprises a community of criminal threat actors that often operate on restricted or closed networks, including the dark web and underground forums, to market and sell their crypting services. Threat actors may also opt to market their services on clearnet websites they own and operate. In some instances, threat actors may be accessible only via messaging platforms, such as Telegram or TOX, which likely mask their exposure and reduce the likelihood of sensitive data leaking through forum chats. Finally, some threat actors have created social media accounts where they post updates on their services, partnerships, pricing, and links through which interested buyers can inquire about purchases.

Additionally, partnerships between malware developers and crypting service providers are not uncommon. For instance, a well-established crypting service provider on underground forums, “GoldenCrypt”, is reportedly affiliated (1, 2, 3) with multiple malware families, including FvncBot, Albiriox, and Mirax. The level of affiliation between a crypting service provider and a malware developer can range widely, from providers with loose reputational ties to developers who are mainly affiliated with one hacking group and will opportunistically provide services to third parties. However, these partnerships are often a marketing strategy that crypting service providers use to secure kickbacks and boost positive reputational sentiment.

All of these services come at widely varying costs, typically based on core factors. For instance, crypting service fees are often tied to the volume and types of files to be encrypted, as well as the duration of service, with almost all crypting service providers offering tiered payment options along these lines. The actual prices of these tiers are pegged to additional factors related to the provider and their product, including the reputation of the threat actor, the capabilities of their encryption service, the promise that a crypted payload is fully undetectable (FUD), and additional features provided to the buyer. Threat actors will support the assertion that their payloads are FUD by using multi-AV platforms, the most common of which is KleenScan, a service that allows threat actors to scan samples without storing and potentially exposing the samples to researchers. As with other legitimate services, service providers also advertise discounts and similar deals to remain competitive with their peers.

Who Is Using Crypting Services?

Many threat actors have been observed in the wild using crypting services due to their stealth capabilities. All malware types can be crypted, and the key factors determining whether a threat actor can use a crypting service are the targeted device’s operating system and the payload’s programming language. For instance, the most common crypting services are geared toward Windows .exe and .dll payloads. Still, considerations such as whether a payload is coded in .NET, C, or C++ can provide additional capabilities for crypted payloads or, in other instances, prevent certain payloads from being crypted.

While the use of crypting services is common among threat actors, it is by no means ubiquitous. Due to sometimes prohibitive pricing strategies and an environment that often relies on reputational checks before purchase, crypting services are often used only by well-established criminal threat actors or larger threat actor groups that have their own specialist or custom tooling for crypting payloads. Furthermore, as discussed previously in this report, not all crypting services support all types of payloads. While this does not expressly ensure that a payload cannot be crypted, threat actors seeking to crypt more unique types of executables may find their options limited or even nonexistent.

Nevertheless, crypting services are commonly marketed by threat actors and are commonly implemented by professional threat actor groups. Multiple open-source reports on high-impact cyberattack campaigns have supported this. For instance, in July 2025, eSentire reported an association between PureRAT, a remote access trojan (RAT) first advertised in January 2023, and GhostCrypt, a crypting service sold by an underground forum member of the same moniker, in an attack that impacted a public US accounting firm in May 2025.

Crypting Service Characteristics

Insikt Group investigated 24 crypting service or product providers active within the past year and identified the various capabilities advertised by each. This information helped determine the capabilities most commonly displayed by crypting services, products, and the payloads they create, and provided insight into the capabilities most desirable to customers buying these services and products. A heat map of the techniques advertised by these threat actors is shown in Figure 1, below. (The list of MITRE ATT&CK techniques shown in Figure 1 can also be found in Appendix B.)

A MITRE ATT&CK heat map showing the specific tactics and techniques observed in crypting advertisements. The chart is organized into nine categories: Resource Development, Initial Access, Execution, Persistence, Privilege Escalation, Stealth, Defense Impairment, Discovery, and Command and Control, with the number of observed techniques listed under each category.

Figure 1: MITRE ATT&CK Enterprise tactics and techniques described in crypting advertisements (Source: Recorded Future)

As previously mentioned, crypting services and products modify customer-provided payloads to reduce the likelihood that security tools will detect, analyze, or block them. Crypter providers most often market their services or crypter products as FUD or “bypass” offerings, with frequent references to evading Microsoft Defender, SmartScreen, AV products, and EDR tools. Based on data collected by Insikt Group about crypting advertisements, lower-capability services typically focus on basic file crypting. In contrast, higher-capability services advertise broader loader, delivery, persistence, and anti-analysis functionality.

Portability

Support for multiple payload formats and delivery mechanisms is one of the most commonly advertised capabilities beyond basic payload obfuscation. Providers advertise public, private, and shared stubs (unique wrappers applied to threat actor-supplied payloads generated by the crypting service or product); AES-256 payload encryption; runtime in-memory decryption; GZIP compression; junk code injection; string encryption; and unique polymorphic code per build. These capabilities are intended to make each crypted payload more difficult to identify through static signatures and to slow reverse engineering. Some services also offer repeated “cleaning” or updates to their encryption routines after detection, reflecting an operational model in which the provider continuously modifies the stub or payload wrapper to evade detection.

Many threat actors also advertise support for multiple payloads and delivery formats. Advertisements reviewed by Insikt Group included support for EXE, DLL, DOC, PDF, MSI, LNK, BAT, and APK files. Threat actors also offer multiple ways in which the crypted samples can be packaged and presented to victims, including PDF-based payload packaging, CAPTCHA-themed delivery packaging, mass-mailing campaign packaging, FUD launchers, and direct-link payload delivery, all of which can often be tailored for use in phishing and social engineering operations. These offerings show that crypter services are not limited to Windows executable payloads.

Defense Evasion and Anti-Analysis

Robust anti-analysis and defense evasion capabilities are recurring differentiators among more advanced providers. Advertised capabilities include execution limitations in virtualized, debugging, and sandbox environments. Many crypters also implement the Sleep Windows API function to delay execution, thereby evading detection and hindering analysis across the aforementioned environments. Also, according to the advertisements, crypters often implement additional anti-analysis capabilities, such as Windows Defender and SmartScreen bypasses, AV-kill functionality, protected registry keys, AMSI bypass, Event Tracing for Windows (ETW) patching, syscall unhooking, and direct syscalls. Several providers also advertise process injection methods, including DLL injection, process hollowing, asynchronous procedure call (APC) injection, Common Language Runtime (CLR) injection, reflective .NET assembly loading, and abuse of the .NET Profiling API. These features extend the crypter’s role beyond simple encryption, providing additional anti-analysis and detection support throughout execution.

The most commonly targeted products for evasion techniques are Microsoft security controls, especially Windows Defender and SmartScreen. Other named targets include Kaspersky, ESET, Bitdefender, Norton, Avast, AVG, Malwarebytes, Trend Micro, CrowdStrike, SentinelOne, Carbon Black, and Microsoft Defender. These claims should be treated as provider-advertised capabilities unless corroborated through sample analysis, detection telemetry, or third-party reporting.

Persistence

Persistence is another feature commonly advertised by crypting providers. Observed advertisements include references to the following artifacts that customers can optionally include when requesting a new crypted build:

  • Registry Run keys
  • Startup Folder entries
  • Scheduled Tasks
  • Windows services
  • WMI event subscriptions
  • Office COM add-ins
  • PowerShell profiles
  • AppInit DLLs
  • Image File Execution Options (IFEO) Debugger entries
  • Winlogon Shell modification
  • Local Security Authority (LSA) Security Package registration
  • Print Monitor DLLs
  • Netsh helper DLLs
  • Security Support Provider registration
  • BITS jobs

Additionally, advertisements included service instantiation options to maintain persistence, such as DLL and COM hijacking. Other providers advertise “advanced startup persistence” without specifying the persistence mechanism.

Prominent Crypting Service Threat Actors

Many threat actors operate within the crypting service landscape, and while the main services they sell all achieve the same goal, the threat actors, their methods, and the results of their services are unique. This section discusses three notable threat actors, including their histories, the services they advertise, and technical details about the products they produce.

To compare the differences between these threat actors and their respective services, Insikt Group analyzed 24 threat actors that actively sold crypting services within the past year, each residing in a separate “tier” of service provider based on the following stipulations:

  • Tier 1: Threat actors that have a longstanding history of providing crypting services. These threat actors are well-known and are generally well-regarded as crypting service vendors and as distinct entities within the crypting service landscape.
  • Tier 2: Threat actors that have established themselves in the crypting landscape as reliable service providers. While not as well-known as Tier 1 actors, these providers have customer feedback and reviews indicating they are reliable.
  • Tier 3: Threat actors that are relatively new to the crypting landscape and, as such, are working to establish themselves in the underground community with little to no feedback or reviews from customers.

Notably, these tiers do not address the veracity of the technical capabilities of these threat actors as displayed in their crypting services. In this landscape, if subpar service is provided, this discovery is often made early and, as a result, threat actors who provide it do not last long in the space. Therefore, all the threat actors discussed in this section (two Tier 1 and one Tier 2 threat actor), as well as the remaining 21 listed in Appendix A, are believed capable of providing technically sound crypting services and products.

Tier 1: mrlapis

nfographic profile card for the threat actor 'mrlapis,' summarizing their career as a crypting service provider. The card highlights a 15-year history of activity, a favorable reputation, and estimated proceeds of approximately $83,000. It lists the alias 'mrlapis1,' notes a historical but unconfirmed link to BlackBasta ransomware, and includes a dossier summary of their activity on underground hacking forums.

Figure 2: Profile and associated information for mrlapis (Source: Recorded Future)

Background

mrlapis is a well-established vendor active across several darkweb and special-access forums. While mrlapis has been active since at least 2011, Insikt Group assesses that they are most notably associated with the development and sale of a crypting service referred to as “VIP Crypt”. On several forums, this threat actor has dedicated long-standing threads advertising their VIP Crypt service. Within these threads, the following points of contact are provided by mrlapis: Telegram (@mrlapis_real), Tox (2912CA4F42B6B37C749D759C43340959D5B9DE74E0242B83A3C5CF27FDADAA1DF83038A66255), and Jabber (mrlapis[@]exploit[.]im). Additionally, based on proprietary methods and sources used by Insikt Group, the following IP address was found to be associated with mrlapis: 46[.]183[.]217[.]105. This IP address is associated with the privacy-focused VPN service Air VPN and has an exit node in Latvia.

At the time of analysis, mrlapis advertised VIP Crypt on a subscription basis for $500 per week, with auto-renewal until canceled. For a first-time purchase, users are instructed to upload the file to be crypted to the temporary file upload service Temp[.]sh. Once the file is uploaded and verified by mrlapis, payment is requested. Upon receipt, the file will be delivered back to the user via Temp[.]sh. After this first-time purchase, users gain access to a secure file transfer protocol (FTPS), at which point the VIP Crypt team will crypt the files per the buyer’s specifications. According to mrlapis, the file is re-encrypted every ten minutes. Based on proprietary methods and sources used by Insikt Group, mrlapis uses the following address as an FTPS server: 91[.]92[.]242[.]14[:]9090. When crypting is complete, the buyer is contacted, and the newly crypted files are sent to the buyer via the FTPS server, demonstrating the threat actor’s effort to ensure files are sent securely over an encrypted channel. Insikt Group has also previously observed mrlapis disseminating crypted content via FTPS from 5[.]61[.]36[.]246[:]9090. These addresses are likely two of many additional endpoints from which mrlapis and the VIP Crypt team deliver crypted payloads.

In the dark web and special-access forums services industry, seller longevity is rare and is linked to reputation on these platforms. In addition to the mrlapis’s longevity, the majority of feedback on underground forums is positive, with multiple community members endorsing mrlapis and VIP Crypt. While there is evidence that mrlapis previously had to engage in arbitration — a conflict resolution method that underground forum members will undergo when dissatisfied with a purchase (usually related to false advertising or fraud) within underground forum communities — these events are sparse and appear to have ended favorably for mrlapis, maintaining the theat actor’s reputation.

There is currently no information indicating a direct link between mrlapis or VIP Crypt and any other malware developer; however, mrlapis has published comments over the years discussing the crypting service’s capabilities across multiple malware families, including Rhadamanthys and Remcos RAT. While no concrete link exists, it is clear from the advertisements that VIP Crypt is used with various commodity malware payloads, and that support for crypting these payloads is likely a convenience for mrlapis.

Technical Capabilities

Just as mrlapis has been active since January 2011, Insikt Group assesses that VIP Crypt has been similarly active since this time based on mrlapis’s discussions on underground forums pertaining to the service. Over the years, the crypting service has experienced numerous updates and refinements, including multiple updates to operate effectively across every version of Microsoft Windows and to effectively bypass Windows-native AV solutions. Due to the comparatively large lookback period associated with VIP Crypt operations, Insikt Group gated the analysis of the service to its most recent significant update, version 3.0.

In June 2023, mrlapis posted the VIPCrypt 3.0 announcement on the underground forum Exploit, advertising a rewritten native crypting service designed to bypass AV products in real-world conditions. The operators claimed VIPCrypt 3.0 preserved previous advantages while improving detection avoidance, citing test results in which a Remcos RAT sample dropped from 18 of 25 detections on avcheck[.]net and 11 of 21 detections on scanner[.]to before crypting to 0 of 25 detections on avcheck[.]net and 1 of 21 detections on scanner[.]to after crypting. mrlapis also advertised that VIPCrypt 3.0 bypassed Windows Defender and Chrome Alert; did not use .NET or a dropper; supported payload generation for Windows XP, Windows 7, and later Windows versions; and could provide encrypted files through FTPS with automatic crypting every ten minutes and optional upload to customer-controlled servers.

Since June 2023, mrlapis has continued to advertise VIP Crypt updates focused on Windows Defender evasion, runtime bypasses, automated recryption, and stealthier payload execution. Across 2023 and 2024, mrlapis advertised local Windows Defender detection cleaning for submitted samples that could be retrieved from cloud infrastructure, during Chrome or Edge downloads, and from virtual private servers (VPS) in customer-selected countries. mrlapis also advertised additional updates, including runtime bypasses for AVG, Avast, Emsisoft, and Ikarus; a universal runtime bypass; process hollowing; indirect syscall-based EDR bypass; and support for crypting x64 Windows executables. In terms of user experience and quality-of-life updates, they also continued to advertise FTPS-based auto-crypting, customer-hosted uploads, crypted sample detection monitoring, custom modifications, “pumping,” and ZIP or RAR auto-archiving and unarchiving. Notably, during this time, mrlapis stated that they were unable to crypt APK files, a technical barrier for the developer that likely persists, as no evidence to the contrary has been posted to date.

Throughout 2025 and 2026, mrlapis continued advertising Windows Defender and .NET-focused improvements, including a .NET Windows Defender bypass, a Windows Defender Antimalware Scan Interface bypass for .NET assemblies, and dynamic-key recryption that changes file contents every ten minutes. More recent information from mrlapis alleges that their crypted outputs are still FUD, advertising FUD statuses for avcheck and Windows Defender Cloud, without requiring extended validation (EV) code-signing certificates.

Sample Analysis

Analysis of a recent VIP Crypt sample indicates that the service employs a multi-stage, Delphi-based loader designed to conceal and execute embedded payloads via an in-memory loading process.

The sample combines resource-based storage, segmented data structures containing non-functional padding, staged decoding, in-memory execution, and manual Portable Executable (PE) mapping to

conceal the embedded payload and complicate payload recovery. These techniques increase the difficulty of static analysis and reduce reliance on normal file-backed loading mechanisms that security tools commonly monitor. Execution is ultimately transferred from the decoded loader stage to a manually mapped payload, further obscuring the relationship between the initial executable and the final payload.

The sample is implemented as a Delphi application. During form initialization, the loader retrieves a protected loader stage stored within application resources. The resource data is organized into segmented blocks interspersed with non-functional padding, requiring reconstruction before decoding can occur. After reconstruction and decoding, the recovered loader stage executes in memory and serves as a second-stage loader that carries an embedded PE.

The second-stage loader prepares the embedded PE for execution without relying on the standard Windows image-loading process. Instead, it manually maps the PE into memory by allocating memory for the image, copying headers and sections, resolving imports, applying relocations, and setting memory protections before transferring execution to the payload entry point. As a result, the embedded PE is loaded and executed entirely through memory-resident loader code rather than through a normal file-backed loading sequence.

Tier 2: o1oo1

Infographic profile card for the threat actor 'o1oo1,' summarizing their career as a crypting service provider. The card highlights a 5-year history of activity, a favorable reputation, and estimated proceeds of approximately $3.6 million. It lists the alias 'Araks' and identifies affiliations with ASMCrypt and TOP RAT (also known as SnappyClient).

Figure 3: Profile and associated information for o1oo1 (Source: Recorded Future)

Background

o1oo1 is a seller active on multiple dark web forums. The threat actor has been observed selling the malware encryption tool ASMCrypt and TOP RAT (aka SnappyClient), a commodity RAT first offered in September 2025. o1oo1 has a reputational score of 118, comprising 120 endorsements and two negative ratings, and has ten confirmed transactions.

While o1oo1 maintains a broadly positive forum reputation, the threat actor has also faced disputes related to service fulfillment and customer support. In one dispute, the threat actor “living” stated they paid $6,119 for a one-month subscription to RAT and crypter services and alleged that o1oo1 took three weeks to set up access to these services. o1oo1 disputed the complaint and accused the customer of attempting to manipulate the refund process; the customer ultimately received a 50% refund after removing allegedly false posts from the sales thread. o1oo1 also received allegations of ticket forgery and of removing prices from submitted tickets.

Technical Capabilities

o1oo1 advertises their crypting service, ASMCrypt, for $3,000 per month. Customers who rent TOP RAT for $5,000 per month can rent ASMCrypt for $2,000 per month. o1oo1 advertises ASMCrypt as having customizable anti-virtual machine (anti-VM) functionality that can be configured based on minimum RAM and CPU requirements, banned hypervisors, system names, MAC addresses, and GPU names.

The threat actor also advertises options to allow execution only on systems with common consumer graphics cards from NVIDIA, AMD, or Intel, or to block common VM GPU names by default. o1oo1 further claims that ASMCrypt’s default options prevent execution in VirusTotal analysis environments and that users can also save anti-VM configurations for later use. ASMCrypt is also advertised as offering Windows Defender exclusion functionality that does not rely on PowerShell; instead, it performs elevation and exclusion internally, with spoofing intended to make the exclusion harder for Windows Defender to block. The advertisement also claims that ASMCrypt can exclude the root system drive to effectively disable Windows Defender on the system and that the crypter selects random custom injection targets, which the threat actor frames as improving stealth and stability.

As discussed in the next section, ASMCrypt serves as a builder for HijackLoader (also known as IDAT Loader) packages, which is how it obfuscates payloads. Public reporting indicates that HijackLoader supports capabilities such as API unhooking, direct and indirect syscall execution, stack spoofing, anti-debugging and anti-virtualization checks, security product detection that modifies execution behavior, and multiple configurable process injection techniques. By implementing the HijackLoader builder, ASMCrypt can provide its payloads with defense evasion and anti-analysis capabilities.

Sample Analysis

Analysis of samples crypted with ASMCrypt indicates that the crypter functions as a builder, generating HijackLoader packages. The observed execution chain combines several techniques commonly associated with defense evasion and staged payload delivery, including abuse of legitimate signed applications, DLL sideloading, externally stored encrypted configuration, working directory relocation, staged process creation, and process injection.

The analyzed packages implement a multi-stage loader architecture in which execution is distributed across multiple files, including a legitimate signed host application, a side-loaded DLL, and externally stored encrypted configuration data. This architecture combines signed application abuse, DLL side-loading, and modular configuration data to initiate execution.

Execution begins when the legitimately signed application is launched from the package directory and loads an attacker-controlled DLL through DLL side-loading. Static analysis showed that the side-loaded DLL reads encrypted external package data containing the HijackLoader configuration. The recovered configuration and module structure are consistent with the modular architecture of HijackLoader described in public reporting.

Dynamic analysis showed that the loader packages the components into a working directory under ProgramData, relaunches the signed application from that location, and continues execution from the staged package environment. Subsequent execution progresses through the HijackLoader execution chain before transitioning into later-stage payload execution. Sandbox telemetry observed staged process creation followed by memory injection activity, including remote memory writes and thread-context manipulation, consistent with HijackLoader’s established payload delivery methodology.

Tier 1: ImComplexed

Infographic profile card for the threat actor 'ImComplexed,' summarizing their career as a crypting service provider. The card highlights a 6-year history of activity, a favorable reputation, and estimated proceeds of approximately $166,878. It notes a previous association with Netwire RAT, though with no evidence of a formal partnership, and provides a summary of their activity on underground hacking forums.

Figure 4: Profile and associated information for ImComplexed (Source: Recorded Future)

Background

ImComplexed is a crypter vendor active on multiple criminal forums, with activity dating as far back as July 2020. The threat actor’s forum presence appears more established than that of new crypter vendors, and publicly available reputation data indicate a positive score of 40 as a seller.

The threat actor has faced disputes related to service fulfillment and customer support. In one forum thread, the buyer requested a refund through the forum’s escrow arbitration process, stating that they paid $6,000 for a crypter advertised as 100% FUD and $2,500 for a one-year EV certificate, which was supposed to include full certificate files so they could sign their executables independently. According to the post, after payment, the seller failed to deliver the promised EV certificate files and instead provided an EV certificate that the buyer claims was unusable due to inconsistencies. The complainant also alleges that, rather than delivering the agreed-upon files, the seller insisted on using AnyDesk to access the buyer’s VPS, which was not part of the original agreement.

Technical Capabilities

ImComplexed advertises their malware crypter service with limited-time availability and multiple pricing tiers. ImComplexed offers a one-time crypter for $1,000 and several monthly subscription plans, including a $2,500 per month shared plan that allows one shared stub among up to five users with a claimed 24 to 48-hour “cleaning time,” and a $6,000 per month private plan that provides a dedicated stub with a claimed 24-hour “cleaning time.” (“Cleaning time” likely refers to the turnaround time to re-crypt an executable if a customer were to report a detection, and it likely serves as an agreement to prioritize requests for higher-tier customers.) ImComplexed also advertises premium packages priced at $12,000 and $20,000, which include additional features such as multiple simultaneous stubs, a pump feature, customized crypter configuration assistance, faster cleaning times, and, for the highest tier, a claimed User Account Control (UAC) exploit and near-instant cleaning. ImComplexed further notes that pricing for 32-bit and 64-bit crypters is separate, offers a discounted second architecture when purchasing one version, and advertises DLL crypting as an optional paid add-on. Overall, ImComplexed markets a range of crypter services and subscription packages intended to help software evade security detection, with varied pricing based on exclusivity, features, and turnaround time.

In April 2026, ImComplexed advertised a private crypter and claimed it demonstrated evasion of security software. In the same post, ImComplexed promoted a “SPECTRE BOT Runtime Test” conducted with an active control panel and live internet connectivity. The threat actor provided a Streamable video as proof of the test and a KleenScan runtime scan link to demonstrate the results. According to their advertisement, the tested software was able to bypass detection by most AV and endpoint security products, with CrowdStrike identified as the main exception. ImComplexed claims that bypassing CrowdStrike would require additional techniques, such as DLL sideloading or signing the

executable with an EV certificate. The threat actor has also advertised Netwire RAT, claiming to provide video proof of Windows Defender bypass.

Sample Analysis

Analysis of recent ImComplexed samples indicates that the crypter employs a multi-stage loader designed to disguise malicious activity behind a benign-looking Windows application while reconstructing and staging the protected payload in memory.

The analyzed samples present a Hyper-V Manager facade through application metadata, resources, strings, mutex names, and graphical user interface (GUI) initialization routines. During execution, the samples follow a conventional Windows GUI startup path, registering window classes and preparing user interface elements associated with Hyper-V Manager. Before the primary application window is created, however, execution is transferred into a large protected code section that contains the crypter’s loader.

Within the protected section, the loader performs multiple unpacking and reconstruction steps. The protected code uses chunked, obfuscated control flow and PE-aware module and export walking to bootstrap API resolution before preparing the next stage. Encrypted data is decoded in memory before being decompressed into an executable memory region. Rather than producing a standalone PE file at this stage, the decompressed output serves as an executable intermediate stage that continues payload preparation and execution.

The intermediate loader launches a hidden, suspended instance of CMD.exe and stages loader and payload data buffers within the child process. The loader modifies the child thread’s startup context so that execution enters an injected handoff region, which transfers control to child-side loader code. That child-side code decodes and decompresses additional payload bytes before transferring control to the reconstructed payload.

The crypter distributes payload recovery across multiple protected stages rather than exposing a directly recoverable executable. Application masquerading, protected control flow, PE-aware module and export walking, encrypted payload storage, staged decompression, hidden suspended-process creation, thread-context manipulation, and child-side payload decoding all increase analysis complexity and reduce the value of static inspection of the original executable alone.

Outlook and Recommendations

Crypting services are intended to defeat static and dynamic detection by obscuring payload structure, staging execution, and adding defense-evasion capabilities. The services analyzed in this report show that modern crypters increasingly operate as loader frameworks that combine payload encryption, anti-analysis checks, DLL sideloading, in-memory execution, process injection, manual PE mapping, and automated recryption. As a result, defenders should not rely on hashes, static signatures, or AV detections alone to identify crypted malware.

Defenders should prioritize behavior-based detection and response playbooks that focus on how crypted payloads execute rather than on how individual crypted files appear. Although crypting services and products differ in implementation, they share a common objective: separating the initial executable from the final payload while suppressing security teams’ visibility during execution.

Recorded Future customers can hunt for and mitigate the threats associated with crypted malware by:

  • Implementing Recorded Future’s Malware Analysis to investigate malicious crypted samples and to hunt for additional context associated with the sample; using artifacts, patterns, and IoCs associated with the activity to surface additional, related samples for continued analysis
  • Ingesting data on malware families that implement crypting technologies via Insikt Group reporting, particularly TTP Instances and other note types that focus on malware analysis, where crypting and obfuscation techniques are discussed
  • Ingesting data on threat actors that provide crypting services

Detection engineering and threat hunting should prioritize the following behaviors:

  • Security product discovery, tampering, exclusion rule creation, or attempted process termination involving AV, EDR, or sandbox-related processes; a list of commonly targeted AV products and their associated process names is provided in Table 1 below
  • Suspicious Windows Defender exclusions, especially exclusions affecting root drives, user profiles, temporary directories, download folders, or staging paths
  • Execution of unsigned or low-reputation files from %TEMP%, %APPDATA%, %LOCALAPPDATA%, %PROGRAMDATA%, browser download paths, archive extraction directories, or hidden folders
  • Legitimate signed applications running from unusual directories and loading non-standard DLLs from the same working directory, consistent with DLL sideloading
  • Encrypted or high-entropy external configuration files read by executables or DLLs during early-stage execution
  • Relocation of package components into staging directories such as %PROGRAMDATA%, followed by execution from the new location
  • In-memory PE loading, manual mapping behavior, executable memory allocation, and execution from memory not backed by a normal on-disk image
  • Suspended process creation followed by remote memory writes, thread-context modification, APC queueing, remote thread creation, or other process-injection behavior
  • Hidden or unexpected child-process chains, particularly involving cmd.exe, scripting engines, and living-off-the-land binaries (LOLBins) or native Windows utilities
  • Persistence mechanisms, including registry Run keys, Startup Folder entries, services, or scheduled tasks pointing to executables in temporary, hidden, or user-writable paths
  • Masquerading as legitimate Windows applications through file names, icons, metadata, GUI behavior, mutex names, or window titles
  • High-entropy sections, embedded PE artifacts, suspicious resources, or embedded MZ file headers in executables from untrusted sources

Defenders also should pair behavior-based detections with hardening and response measures, including:

  • Restricting execution from user-writable, temporary, download, and archive extraction paths through application control or allowlisting
  • Enabling endpoint tamper protection and monitoring for attempted security product disabling, exclusion abuse, security process termination, or interference with security tooling
  • Treating the following as high-risk: password-protected archives; nested archives; executable attachments; .iso, .vhd, and .vhdx files; shortcut files; and files masquerading as documents
  • Isolating affected hosts when suspected crypted malware is identified
  • Preserving the initial executable, staged artifacts, relevant memory, and process telemetry where feasible
  • Reviewing persistence mechanisms, including registry Run keys, Startup Folder entries, services, and scheduled tasks
  • Determining the final payload, command-and-control activity, and any follow-on intrusion activity
  • Handling public multi-scanner submissions carefully, as public exposure can alert crypter operators and prompt recryption
  • Prioritizing private sandboxing, internal detonation, or trusted intelligence-sharing channels to maintain operational security when analyzing crypted samples

Detection logic should be built around durable loader behavior rather than crypter-specific artifacts. Crypted files can change quickly through recryption, but the behaviors required for payload staging, execution, persistence, and defense evasion are harder to eliminate. The strongest defensive opportunities are therefore not the crypted files themselves, but the execution patterns they must produce to deliver the final payload.

Vendor / Product

Associated Executable Names

bdservicehost.exe, vsserv.exe, bdagent.exe, EPConsole.exe

n360.exe, nortonsecurity.exe, ccSvcHst.exe, Smc.exe

AvastSvc.exe, AvastUI.exe, AvLaunch.exe, aswidsagent.exe

AVGSvc.exe, avgui.exe, avgcsrva.exe

mbam.exe, MBAMService.exe

Ntrtscan.exe, pccntmon.exe, clientcommunicationservice.exe, appcontrolagent.exe, browserexploitdetection.exe, dataprotectionservice.exe, endpointbasecamp.exe, realtime samplingservice.exe, securityagentmonitor.exe

SentinelAgent.exe, sentinelctl.exe, sentinelmemoryscanner.exe, sentinelservicehost.exe, sentinelstaticengine.exe, sentinelstaticenginescanner.exe

cb.exe, cbdefense.exe, RepMgr.exe

Microsoft Defender (1, 2)

MsMpEng.exe, MpDefenderCoreService.exe, NisSrv.exe, MpDlpService.exe, MsSense.exe

Table 1: Commonly targeted AV products and their associated process names. Each vendor and product is linked to its documentation, which may include additional executables that defenders should consider for monitoring.

Appendix A: Additional Notable Crypting Services

As previously discussed in this report, Insikt Group investigated 24 threat actors in the crypting space. Below is a table of the notable threat actors that Insikt Group investigated (analysis cutoff: May 2026), in addition to those discussed in the section Prominent Crypting Service Threat Actors found earlier in this report.

Alias / Service

Underground Activity

Capabilities

Malware Relationships

Asgard

Years active: 3

Pricing: Currently selling crypts for $45 per crypt

Encrypting and packing EXE/.NET files to make each output look unique and harder to detect

Evasion capabilities, including low AV detection rates, “AV check” scans, runtime updates, and developer alerts when detections occur

Add-ons such as autostart persistence, anti-VM checks, process restart on kill, fake errors, IP logging, self-deletion, and UAC-spam admin prompts

File customization, including changing icons, copying version metadata, bundling multiple executables, and adding approximately ~800 to 900 KB overhead

There is no evidence that this threat actor is directly affiliated with any malware developer.

Bentley

Years active: 2020–2023

Pricing: Previously sold crypts for $1,600 per crypt

While leaked chat information associated with the threat actor group Conti (of which Bentley was a member and provided crypting services) has surfaced, the chats did not directly mention specific technical capabilities the threat actor used when performing crypting actions.

Bentley has also not discussed specific crypting methodology in open sources.

Bentley is officially affiliated with Trickbot and has been implicated in developing and administering Conti, according to leaked chats.

BestCrypt0r

Years Active: Since 2023

Pricing:

Currently selling public stubs for $69.90 and private stubs for $150

Payload obfuscation and packing

Claims Microsoft Defender evasion, multi-format payload generation (EXE, VBS, PDF, Office documents, scripts, shortcuts, CPL, SCR, BAT, and others), clean and pre-tested loader stubs, and Telegram-based customer support

There is no evidence that this threat actor is directly affiliated with any malware developer.

burito

Years Active: Since 2009

Pricing: Provides a one-time crypt for $30

Claims generation of FUD payloads, crypting/packing of x86 Windows PE executables and DLLs, customized crypter configuration for client software, and broad compatibility with x86 Windows applications

There is no evidence that this threat actor is directly affiliated with any malware developer.

Cruciferra

Years Active: Since October 2025

Pricing:

Currently offers the following plans, priced on capabilities provided:

  • Shared Cruciferra: $145 per month
  • AV-Killer: Purosangue — $2,000 per month
  • Coconut: Single Executable — $500 per month

Windows Defender and Chrome security bypass, AV process termination, persistence establishment, protection of registry-based persistence and configuration information, and an additional unspecified “SS” security bypass capability

There is no evidence that this threat actor is directly affiliated with any malware developer.

Cryptify

Years Active: Since April 2025

Pricing: Currently offers the following plans:

  • Start: $29 one-week access
  • Pro: $59 one-month access
  • Business: $249 one-month access
  • Special: $499 three-month access

Web-based payload crypting and packing service with private loader stub; support for VBS, BAT, and JS payloads; claims Microsoft Defender evasion

Provides subscription-based access (weekly/monthly/private plans) and private customer support

There is no evidence that this threat actor is directly affiliated with any malware developer.

DefCrypt

Years Active: Since July 2025

Pricing:

Offers a tiered crypting service based on the capabilities provided per crypt:

  • Standard CRYPT: $60
  • Private CRYPT: $80
  • Premium CRYPT: $100

Claims Microsoft Defender evasion capabilities

Crypting and packing of EXE, DOC, and PDF files, and support for automatic payload execution via autorun

There may be a relationship between AURA Stealer and DefCrypt, based on forum posts.

Docker

Years Active: Since February 2026

Pricing:

Implements a tiered subscription service based on the number of files submitted and additional capabilities:

  • Public: $80 for three files
  • Base: $145 for seven files with additional features
  • Multi: $300 for fifteen files with enhanced encryption
  • Private: $700 for 50 files with personalized encryption

Claims Microsoft Defender and Chrome security bypass, payload delivery via trusted-domain download links, updated loader/stub, and extended detection evasion for generated payloads

There is no evidence that this threat actor is directly affiliated with any malware developer.

esco

Years Active: Since 2021

Pricing:

Uses a tiered monthly subscription with pricing based on capabilities:

  • Normal crypter: $500
  • Crypter with EV certificate: $2,500

Claims guaranteed Microsoft Defender evasion, Google Chrome and Microsoft SmartScreen bypass, and use of an EV code-signing certificate to improve payload trustworthiness

ghostcrypt

Years Active: Active from April 2025 to October 2025

Pricing:

Provides crypts based on added payload capabilities from $225 to $475

Claims Microsoft Defender and SmartScreen evasion, generation of (FUD) payloads, and crypting of EXE and DLL files

Open-source data indicates that this threat actor and PureRAT are related, but there is no indication of the level of alignment.

GoldenCrypt

Years Active: Since 2016

Pricing:

Tiered pricing, with rates starting at $30 for one crypt and up to $1,150 for 40 crypts per day over a month

Claims Google Play Protect evasion through APK obfuscation, trusted code-signing certificate, Android manifest morphing, Smali code and string obfuscation, resource renaming, optional junk code insertion, AV pre-delivery scanning, and encrypted APK generation

There is no evidence that this threat actor is directly affiliated with any malware developer.

hiddenroot

Years Active: Since 2022 (no activity since October 2025)

Pricing:

The threat actor provides a tiered crypting service based on the volume of crypted APKs over a specific time period:

  • $30: One APK crypt per day
  • $85: Two APK crypts per day for three days
  • $135: Ten APK crypts per day for one week
  • $210: 20 APK crypts per day for one week
  • $260: 25 APK crypts per day for one week
  • $360: 50 APK crypts per day for one week

Claims APK crypting/obfuscation, Google Play Protect and AV evasion, Android device security bypass, generation of unique package names and application signatures, long-lasting FUD payloads, and broad compatibility with Android APKs

Open-source reporting suggests a possible direct relationship between hiddenroot and BianLian developers.

Other malware families have been referenced in underground forum advertisements made by hiddenroot; however, there is no indication of any formal partnerships.

mila.laktina

Years Active: Active for six years

Pricing:

The threat actor provides their services in multiple ways, including one-time crypts, a tiered monthly subscription, custom private packages, and additional payload add-ons:

One-Time Crypt: $1,000

Monthly Subscription Options:

  • $2,500/month: One stub shared between five users; cleaning time: 24 to 48 hours
  • $6,000/month: One private stub at a time; cleaning time: 24 hours

Custom Private Deals (Premium Packages):

  • $12,000 package: Includes two stubs at a time, Pump feature, and assistance with crypter settings; cleaning time: 4 to 12 hours
  • $20,000 package: Includes two stubs at a time, Pump feature, a UAC exploit, fully customized assistance with crypter settings, and instant cleaning (or up to 4 hours)

Add-Ons:

  • Pricing applies separately to 32-bit and 64-bit crypting
  • If you purchase either the 32-bit or 64-bit crypter, you can get the second version (32-bit or 64-bit) for 25% off
  • DLL Support: DLL Crypting for x86/64-bit (available as an add-on for an extra fee)

Claims support for file bundling (“file gluing”), crypting/packing of 64-bit Windows executables (x64 EXE), self-service web-based build generation, and customized payload creation

There is currently no evidence that this threat actor is associated with any malware developer.

n1k7

Years active: October 2023–current

Pricing: Provides crypted builds for a standardized $40 in BTC, ETH, Litecoin (LTC), and USDT

Automated Telegram-bot crypter for protecting/encrypting .exe files across x86, x64, native, and .NET 2.0/3.5/4.0 targets

Unique per-build encryption using a stub, with claimed 80–91% output variation, fast processing, weekly runtime updates, and AV/AMSI evasion

Stealth and execution features, including startup persistence with termination resistance, decoy/secondary-file execution, anti-analysis environment checks, and custom icon replacement/copying

Technical requirements and qualifications, including .7z delivery, /lastscan AV-result checks, Telegram upload-size limits, and exclusions for drivers, PyInstaller-built EXEs, files that modify startup/restart themselves, or files already packed/protected

Multiple malware families are referenced by n1k7 in their advertisement thread, which demonstrates detection ratios for the encrypted and unencrypted versions of the sample; however, there is no evidence of a formal connection to a malware developer.

Namzcrypter

Years Active: December 15, 2025–current

Pricing: The threat actor implements a tiered access system, providing additional capabilities at each tier:

  • Starter: $39/month
  • Professional: $89/month
  • ELITE: $149/month
  • Lifetime: $499 for lifetime access

Automated crypter/build service with 24/7 generation through a web portal and REST API, supporting .NET Framework, .NET Core/.NET 5–8, and native x86/x64 Windows payloads

Per-build polymorphism and payload protection, including AES-256 encryption, in-memory runtime decryption, compression, junk-code insertion, string encryption, and claimed multi-week FUD duration

AV/EDR evasion claims, including real-time bypass updates, weekly development updates, AMSI/ETW-related evasion, syscall-based techniques, and claimed bypasses for major consumer AV and EDR products

Malware-like execution features, including anti-VM/debug/sandbox checks, sleep obfuscation, multiple injection/loading techniques, UAC-bypass chains, and broad persistence options across registry, startup, services, scheduled tasks, WMI, DLL/COM hijacking, and other Windows mechanisms

Technical requirements and qualifications, including Windows 7–11 compatibility, support for payloads up to 50 MB, Telegram-based support, and cryptocurrency-based purchasing

There is no evidence that this threat actor is directly affiliated with any malware developer.

Sculptor

Years Active: Since 2025

Pricing: The threat actor implements a pay-per-file encryption rate, with the following rates:

  • One file: $175
  • Two files: $320 (9% discount per file)
  • Three files: $450 (14%discount per file)
  • Five files: $700 (20% discount per file)
  • Ten files: $1,300 (26% discount per file)
  • 20 files: $2,400 (31% discount per file)

Modular .NET crypter/stub-generation service using a custom “USG” pipeline that combines in-house mutators with enterprise obfuscators to produce unique per-client builds

Heavy per-build transformation claims, including multi-stage code rewriting, regenerated metadata/GUIDs/versions/attributes, legitimate-app icon/structure copying, file-size and entropy modification, custom timers, operation-order changes, and unique mutexes

AV/EDR and static-detection evasion claims, including months-long “static life,” resistance to universal signatures, and claimed bypasses for products such as Microsoft Defender, Kaspersky, ESET, CrowdStrike, and SentinelOne

Anti-analysis and sandbox-evasion features, including hypervisor/timing checks, sandbox artifact detection, behavioral trap detection, hardware/system fingerprinting, monitoring process/driver/hook checks, and fallback to benign-looking behavior or clean exit

Runtime and network stealth features, including isolated execution, post-run artifact cleanup, memory-dump resistance claims, HTTPS/CDN/cloud-storage delivery, legitimate-traffic blending, and automatic channel failover

Technical requirements and qualifications include a preference for clean, unpacked files over UPX-, Themida-, or VMProtect-protected inputs; Windows compatibility, including newer builds; special handling for Memory Integrity; interest in testing loaders, droppers, and signed/EV-certificate files; and active “combat” projects

There is no evidence that this threat actor is directly affiliated with any malware developer.

SparkCrypt

Years Active: Since October 2025

Pricing: The threat actor implements a tiered system based on the number of files that need crypting:

  • Test File: $50
  • Basic (seven days): $120 [two crypts per day]
  • Advanced (seven days): $250 [four crypts per day]
  • Ultimate (seven days): $600 [eight crypts per day]

Subscription-based crypter service focused on Windows Defender detection evasion, with tiered seven-day access plans and daily crypt/build quotas

Build workflow features, including a test-file option, fast turnaround, and claimed support for the most popular malware/software families

Service and support terms, including 24/7 technical support, partial refund claims for incompatible or non-connecting software, and Telegram/Tox contact channels

There is no evidence that this threat actor is directly affiliated with any malware developer.

TrickStar

Years Active: Since June 8, 2025

Pricing: The threat actor implements a tiered system based on the number of files that need crypting:

  • $30 for test day
  • $100 for three crypts per day
  • $200 for six crypts per day
  • $500 for twelve crypts per day

Automated bot-based crypter that encrypts native x64 files

Subscription-style weekly access model with tiered daily crypt/build limits and a free test-credit option for file compatibility checks

Workflow and qualification details, including bot-command access, compatibility testing against user-provided files/traffic, and quota-based build generation

There is no evidence that this threat actor is directly affiliated with any malware developer.

TWIXX

Years Active: Since September 2025

Pricing: The threat actor implements a tiered system based on the number of files needed to crypt and additional capabilities:

  • Testium: $150/month for two builds per day, advanced startup persistence, and EV sideload carriers
  • Plus: $350/month for five builds per day, advanced startup persistence, and EV sideload carriers, all of which are unlocked

Metamorphic crypter service claiming unique per-file builds for both .NET and native payloads

Detection-evasion claims, including Windows Defender, SmartScreen, runtime, scantime FUD, and broad AV bypass

Positioned as a payload-protection layer intended to make otherwise detectable tools harder to identify before or during execution

The threat actor has previously mentioned an affiliation with another crypting threat actor who goes by the moniker “KyleTheXyle”, the seller of xKyle Crypt.

WDKiller

Years Active: Since November 2021

Pricing: Last valued publicly at $55 per build in November 2025

Private crypter-panel service offering unlimited crypts over fixed subscription periods, with custom stubs tailored to submitted payloads

Detection-evasion claims, including Windows Defender, SmartScreen, Chrome/Edge/Firefox warning bypasses, long-duration FUD, and EV-certificate-based signing claims

Payload and output support, including native dependency-free output for .NET and C++ x86/x64 files, with examples framed around common malware families

Customization options, including payload-specific stub tuning and optional startup capability, were added by request

Technical requirements and qualifications, including clean submitted files without built-in install/startup/registry-copy behavior, explicit requests for added persistence features, and Telegram/web-panel-based purchase and support

There are multiple potential links between WDKiller and various malware families; however, while WDKiller and “KGBCrypter” are referenced as delivering these families, there is no solid link between these families and the threat actor. Most discussion surrounds real-world intrusions or on WDKiller discussing compatibility with these malware families.

zaecrypt

Years Active: Since December 19, 2024

Pricing:

The threat actor provides a tiered service, based on capabilities provided per crypt:

  • Basic stub: $30
  • Standard crypt: $100
  • Enhanced Standard Crypt: $110
  • PDF + Crypt: $300
  • Crypt with EV certificate: $200
  • FUD Launcher: $1,000
  • MSI: $120
  • .lnk exploit: $300
  • .bat exploit: $200
  • Private stub: $1,000
  • Crypt for captcha: $300
  • Cryptocurrency for mass mailing: $200
  • Direct link (service): $30

Tiered crypter/stub service offering basic, standard, enhanced, private, PDF-based, MSI, launcher, captcha, mass-mailing, direct-link, and .lnk/.bat packaging options

Detection-evasion claims, including FUD output, SmartScreen avoidance, Windows Defender resistance, VirusTotal FUD claims, EV-certificate signing/copy options, and twice-daily stub updates for the basic tier

Payload wrapping and delivery formats, including basic obfuscation/in-memory loader wrapping, internet-download/exploit/landing-page use cases, PDF-to-.lnk launch flows, MSI installer-style execution, captcha-embedded commands, mass-mailing links, and hosted direct-link delivery

Customization and technical requirements, including native or .NET private stubs, optional splash-screen launcher themes, user-supplied images/templates/icons, archive distribution for EV-certificate builds requiring DLLs, and VPS requirements using Ubuntu 22.04/24.04 or Windows Server 2012 R2

Service access and support details, including a panel, FAQ, support channels, order workflow, and per-product pricing, are listed in the advertisement

There is no evidence that this threat actor is directly affiliated with any malware developer.

Appendix B: MITRE ATT&CK

Below is a table that contains the full MITRE ATT&CK Enterprise mappings associated with the behaviors demonstrated across the crypting services that Insikt Group analyzed.

Resource Development (TA0042)

T1583

Acquire Infrastructure

T1587

Develop Capabilities

T1588

Obtain Capabilities

T1583.004

Acquire Infrastructure: Server

T1583.006

Acquire Infrastructure: Web Services

T1587.002

Develop Capabilities: Code Signing Certificates

T1587.001

Develop Capabilities: Malware

T1588.003

Obtain Capabilities: Code Signing Certificates

T1588.001

Obtain Capabilities: Malware

T1588.002

Obtain Capabilities: Tool

T1608.001

Stage Capabilities: Upload Malware

T1566.001

Phishing: Spearphishing Attachment

T1566.002

Phishing: Spearphishing Link

T1059

Command and Scripting Interpreter

T1574

Hijack Execution Flow

T1059.001

Command and Scripting Interpreter: PowerShell

T1059.003

Command and Scripting Interpreter: Windows Command Shell

T1574.001

Hijack Execution Flow: DLL

T1053.005

Scheduled Task/Job: Scheduled Task

T1204.002

User Execution: Malicious File

T1547

Boot or Logon Autostart Execution

T1543

Create or Modify System Process

T1546

Event Triggered Execution

T1137

Office Application Startup

T1547.002

Boot or Logon Autostart Execution: Authentication Package

T1547.008

Boot or Logon Autostart Execution: LSASS Driver

T1547.010

Boot or Logon Autostart Execution: Port Monitors

T1547.001

Boot or Logon Autostart Execution: Registry Run Keys / Startup Folder

T1547.005

Boot or Logon Autostart Execution: Security Support Provider

T1547.009

Boot or Logon Autostart Execution: Shortcut Modification

T1547.004

Boot or Logon Autostart Execution: Winlogon Helper DLL

T1543.003

Create or Modify System Process: Windows Service

T1546.010

Event Triggered Execution: AppInit DLLs

T1546.015

Event Triggered Execution: Component Object Model Hijacking

T1546.012

Event Triggered Execution: Image File Execution Options Injection

T1546.007

Event Triggered Execution: Netsh Helper DLL

T1546.013

Event Triggered Execution: PowerShell Profile

T1546.002

Event Triggered Execution: Screensaver

T1546.003

Event Triggered Execution: Windows Management Instrumentation Event Subscription

T1137.006

Office Application Startup: Add-ins

T1053.005

Scheduled Task/Job: Scheduled Task

Privilege Escalation (TA0004)

T1548

Abuse Elevation Control Mechanism

T1547

Boot or Logon Autostart Execution

T1543

Create or Modify System Process

T1546

Event Triggered Execution

T1548.002

Abuse Elevation Control Mechanism: Bypass User Account Control

T1547.002

Boot or Logon Autostart Execution: Authentication Package

T1547.008

Boot or Logon Autostart Execution: LSASS Driver

T1547.010

Boot or Logon Autostart Execution: Port Monitors

T1547.001

Boot or Logon Autostart Execution: Registry Run Keys / Startup Folder

T1547.005

Boot or Logon Autostart Execution: Security Support Provider

T1547.009

Boot or Logon Autostart Execution: Shortcut Modification

T1547.004

Boot or Logon Autostart Execution: Winlogon Helper DLL

T1543.003

Create or Modify System Process: Windows Service

T1546.010

Event Triggered Execution: AppInit DLLs

T1546.015

Event Triggered Execution: Component Object Model Hijacking

T1546.012

Event Triggered Execution: Image File Execution Options Injection

T1546.007

Event Triggered Execution: Netsh Helper DLL

T1546.013

Event Triggered Execution: PowerShell Profile

T1546.002

Event Triggered Execution: Screensaver

T1546.003

Event Triggered Execution: Windows Management Instrumentation Event Subscription

T1055.004

Process Injection: Asynchronous Procedure Call

T1055.001

Process Injection: Dynamic-link Library Injection

T1055.012

Process Injection: Process Hollowing

T1053.005

Scheduled Task/Job: Scheduled Task

T1574

Hijack Execution Flow

T1027

Obfuscated Files or Information

T1620

Reflective Code Loading

T1497

Virtualization/Sandbox Evasion

T1574.001

Hijack Execution Flow: DLL

T1027.009

Obfuscated Files or Information: Embedded Payloads

T1027.013

Obfuscated Files or Information: Encrypted/Encoded File

T1027.016

Obfuscated Files or Information: Junk Code Insertion

T1027.012

Obfuscated Files or Information: LNK Icon Smuggling

T1027.002

Obfuscated Files or Information: Software Packing

T1055.004

Process Injection: Asynchronous Procedure Call

T1055.001

Process Injection: Dynamic-link Library Injection

T1055.012

Process Injection: Process Hollowing

T1497.001

Virtualization/Sandbox Evasion: System Checks

T1497.003

Virtualization/Sandbox Evasion: Time Based Checks

Defense Impairment (TA0112)

T1553

Subvert Trust Controls

T1553.002

Subvert Trust Controls: Code Signing

T1497

Virtualization/Sandbox Evasion

T1518.001

Software Discovery: Security Software Discovery

T1497.001

Virtualization/Sandbox Evasion: System Checks

T1497.003

Virtualization/Sandbox Evasion: Time Based Checks

Command and Control (TA0011)

T1071

Application Layer Protocol

T1105

Ingress Tool Transfer

T1071.002

Application Layer Protocol: File Transfer Protocols

Scroll to Top