Nokoyawa is a Windows ransomware family that emerged in early 2022 and is associated with double-extortion operations in which attackers steal data before encrypting systems and demanding payment. It is widely assessed as part of the Nemty/Karma lineage, although some reporting has also noted operational overlap with Hive and other ransomware ecosystems, likely reflecting shared affiliates or infrastructure rather than a direct code relationship in all cases. Nokoyawa has also been linked in reporting to operators and personas associated with broader ransomware-as-a-service activity, including actors tied to Nemty, Karma, JSWORM, and related criminal operations.
Nokoyawa targets 64-bit Windows systems and has evolved through multiple versions, including variants referred to as 1.0, 1.1, 2.0, and 2.1, with the latter also called Nevada. Early variants were written in C or C++, while later versions were rewritten in Rust. Across versions, Nokoyawa uses elliptic-curve cryptography combined with Salsa20 for file encryption, with later variants moving from SECT233R1-based key exchange to Curve25519/X25519. The malware supports configurable execution through command-line parameters and, in some versions, a Base64-encoded JSON configuration that allows operators or affiliates to customize ransom-note content, encrypted-file extensions, skip lists, network-encryption behavior, shadow-copy deletion, and hidden-drive handling.
The ransomware is designed for fast, large-scale enterprise impact. It supports encryption of local files, directories, hidden drives, and network resources, and some variants partially encrypt large files to accelerate execution. Nokoyawa commonly appends metadata to encrypted files to support decryption workflows. Several variants delete Windows Shadow Copies using an uncommon DeviceIoControl-based technique, and some versions include additional operational features such as rebooting into Safe Mode before encryption, self-deletion after execution, API obfuscation, and locale-based exclusion logic intended to avoid systems in former CIS countries.
Observed Nokoyawa intrusions are human-operated and typically involve substantial post-compromise activity before encryption. Reported campaigns have used commodity and criminal tooling such as IcedID, Cobalt Strike, Mimikatz, AdFind, SessionGopher, PsExec, WMIC, PowerShell, GMER, PC Hunter, and network-scanning utilities. Attackers have performed credential theft, Active Directory reconnaissance, lateral movement, and staged deployment across domain environments before launching the ransomware. In at least one documented campaign, the time from initial infection to domain-wide ransomware execution was roughly half a day.
Delivery and access patterns vary by affiliate and campaign. Nokoyawa has been observed following phishing-delivered malware infections, including HTML smuggling chains that led to IcedID and then hands-on-keyboard ransomware deployment. It has also been associated with exploitation of vulnerabilities for privilege escalation, including abuse of the Windows Common Log File System vulnerability CVE-2023-28252 prior to attempted ransomware deployment. Reporting also links Nokoyawa deployment to prolific ransomware affiliates that have rotated among multiple payloads such as Hive, BlackCat, Agenda, and Mindware.
Victimology has included organizations in South America, especially Argentina, as well as broader enterprise targets in other regions. Repeated overlap in leak-site victim postings with groups such as Snatch has been noted, suggesting possible coordination, shared access, or shared leak infrastructure in some cases. Nokoyawa remains notable for its rapid technical evolution, affiliate-oriented configurability, and role within the broader professionalized ransomware ecosystem.
Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.
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.
この脆弱性はCVE-2023-28252として登録され、これに対するパッチはすでに2023年4月11日に月例のセキュリティ更新プログラムの一環として公開済みです。カスペルスキー社によると、この脆弱性を悪用したとみられるエクスプロイトが今年(2023年)2月から観測されており…CLFSの脆弱性を悪用して特権昇格を行った攻撃グループは、最終的にNokoyawaランサムウェアを投下しようとしたことが確認されています。 | CLFSの脆弱性を悪用して特権昇格を行った攻撃グループは、最終的にNokoyawaランサムウェアを投下しようとしたことが確認されています。
3 distinct threat actors attributed by public researchers. Open in Mallory to see the full evidence chain and overlapping campaigns.
In May 2022, DEV-0237 started to routinely deploy Nokoyawa, a payload that we observed the group previously experimenting with when they weren’t using Hive.
Five minutes after transferring the files to hosts in the domain, the Nokoyawa ransomware binary was executed on a domain controller... The time to ransomware (TTR) was just over 12 hours from the initial infection.
16 distinct techniques documented for this family, organized by ATT&CK tactic.
In addition, Nokoyawa 1.1 is the only variant that obfuscates the Windows API functions that are called during runtime by resolving each name via CRC32 hash.
In order to reduce the risk of law enforcement actions, Both Nokoyawa 2.0 and Nevada check whether the infected system is located in a former Commonwealth of Independent States (CIS) country. The former calls the Windows API GetSystemDefaultLCID... and the latter calls GetUserDefaultUILanguage... to determine the system's locale and language, respectively.
The configuration parameter is a Base64 encoded JSON object that has the following keys and values shown in Table 2... ENCRYPT_NETWORK Encrypt network shares
In order to reduce the risk of law enforcement actions, Both Nokoyawa 2.0 and Nevada check whether the infected system is located in a former Commonwealth of Independent States (CIS) country. The former calls the Windows API GetSystemDefaultLCID... and the latter calls GetUserDefaultUILanguage... to determine the system's locale and language, respectively.
Both Nokoyawa 2.0 and Nevada check whether the infected system is located in a former Commonwealth of Independent States (CIS) country. The former calls the Windows API GetSystemDefaultLCID for language IDs ... and the latter calls GetUserDefaultUILanguage ... to determine the system's locale and language, respectively.
There are a few commonalities between all Nokoyawa variants such as being compiled only for 64-bit versions of Windows and using a relatively obscure method to delete Windows Shadow Copies. The latter entails calling the function DeviceIoControl ... with the undocumented control code parameter IOCTL_VOLSNAP_SET_MAX_DIFF_AREA_SIZE (0x53C028) with a maximum size of 1, which causes Windows to delete all shadow copies as a result.
Nokoyawa 1.1 also has a --safe-mode command-line option to reboot the system into Windows safe mode prior to file encryption to maximize the number of files that can be encrypted by loading the minimal set of applications, and therefore, minimize the number of open file handles that may interfere with encryption.
12 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.
IPs, domains, and DNS infrastructure linked to this family.
File hashes (MD5, SHA-1, SHA-256) from samples and reports.
Other indicator types observed in public reporting.
15 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A ransomware family assessed as an evolution of the Nemty strain Karma. It encrypts local files and optionally network shares, excludes certain folders and extensions, uses dynamically loaded bcrypt.dll with BCryptGenRandom to seed an ephemeral Sect233r1 key pair, derives a shared Salsa20 key for file encryption, appends its ransomware extension, and drops a ransom note threatening data leakage.
Named ransomware operation referenced in connection with aliases linked to the seller of INC source code.
Referenced as a historical RaaS/ransomware operation with TTP overlap to INC Ransom (no additional details provided).
A ransomware family with multiple versions that encrypts files using elliptic-curve cryptography plus Salsa20, deletes Windows Shadow Copies, supports command-line driven encryption of files/directories, and in later variants checks for CIS locales to avoid execution. Nevada is described as a closely related Nokoyawa 2.1 variant.
Match every observed IP, domain, and hash against your live telemetry.
Named campaigns wielding this family, with evidence pinned to each claim.
CVEs this family uses for access and lateral movement.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Every documented technique, ranked by evidence weight.
Reddit, Mastodon, and CTI community discussion around this family.