New KansasGroup Ransomware & CNBackdoor Detailed

Researchers Detail New 'KansasGroup' Ransomware & 'CNBackdoor'

HIGH
August 8, 2026
5m read
MalwareRansomwareThreat Intelligence

Related Entities

Organizations

Products & Tech

WindowsPowerShell Microsoft Defender

Other

KansasGroup RansomwareCNBackdoor

Full Report

Executive Summary

Security intelligence firm CYFIRMA has released a report detailing two newly discovered malware families targeting Microsoft Windows systems. The first, named KansasGroup ransomware, is a variant that encrypts victim files, appends the .kansas4life extension, and drops a ransom note named KANSASGROUP.txt. The second, CNBackdoor, is a more sophisticated and stealthy backdoor designed for long-term persistence. CNBackdoor operates in multiple stages, using hidden PowerShell processes to disable security products like Microsoft Defender before establishing a resilient foothold on the compromised system. The emergence of these threats highlights the continued evolution of both financially motivated ransomware and espionage-focused backdoors.


Threat Overview

KansasGroup Ransomware

  • Malware Type: Ransomware
  • Target OS: Windows
  • Behavior: Upon execution, the malware encrypts files such as documents, images, and databases.
  • File Extension: Appends .kansas4life to encrypted files.
  • Ransom Note: Creates a file named KANSASGROUP.txt in affected directories. The note instructs the victim to contact the attackers via a peer-to-peer communication platform and provides a unique ID. It does not specify a ransom amount.
  • Goal: Financial extortion.

CNBackdoor

  • Malware Type: Backdoor / Trojan
  • Target OS: Windows
  • Behavior: CNBackdoor is a multi-stage malware focused on stealth and persistence.
    1. Initial Execution: Starts from a seemingly legitimate installer.
    2. Defense Evasion: Launches hidden PowerShell processes.
    3. Security Disablement: Uses PowerShell to add exclusions to security tools like Microsoft Defender, effectively blinding them to its presence.
    4. Persistence: Establishes a long-term, low-profile foothold for the attacker to use for subsequent operations, such as data exfiltration or lateral movement.
  • Goal: Long-term, undetected access for espionage or future attacks.

Technical Analysis

While both malware families target Windows, they represent two different attacker objectives: immediate financial gain versus long-term strategic access.

KansasGroup Ransomware TTPs

CNBackdoor TTPs

The stealth of CNBackdoor is its primary feature. By disabling security tools first, it aims to operate undetected for long periods, maximizing the attacker's opportunity to achieve their objectives.


Impact Assessment

  • KansasGroup: The impact is immediate and disruptive. It leads to operational downtime, potential data loss if backups are not viable, and financial cost if the ransom is paid.
  • CNBackdoor: The impact is more insidious and potentially more damaging in the long run. Long-term undetected access can lead to the silent exfiltration of sensitive intellectual property, corporate secrets, and customer data over months or years. The initial compromise can also be sold or used as a launchpad for a more destructive attack (like ransomware) at a later date.

IOCs — Directly from Articles

Type
File Extension
Value
.kansas4life
Description
Extension appended by KansasGroup ransomware
Type
File Name
Value
KANSASGROUP.txt
Description
Ransom note dropped by KansasGroup ransomware
Type
Domain
Value
tommysbakescodes.ws
Description
Mentioned as a malicious C2 domain in the context of new malware threats

Cyber Observables — Hunting Hints

Type
command_line_pattern
Value
powershell.exe -Command Add-MpPreference -ExclusionPath
Description
This command is used to add an exclusion to Microsoft Defender. Any execution of this is highly suspicious.
Context
EDR, PowerShell Script Block Logging (Event ID 4104)
Confidence
high
Type
file_name
Value
KANSASGROUP.txt
Description
The presence of this file is a definitive indicator of a KansasGroup ransomware infection.
Context
File system monitoring, EDR
Confidence
high
Type
registry_key
Value
HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions
Description
Monitor for unauthorized changes to the registry keys that store Microsoft Defender exclusions.
Context
Registry monitoring tools, EDR
Confidence
high
Type
network_traffic_pattern
Value
Outbound connections to tommysbakescodes.ws
Description
Any traffic to this known malicious domain should be blocked and investigated.
Context
Firewall logs, DNS logs, Proxy logs
Confidence
high

Detection & Response

Detection

  • Ransomware: EDR and antivirus solutions with behavioral detection are key to stopping ransomware before it encrypts a significant number of files. Monitoring for rapid file modification and the creation of ransom notes are key indicators.
  • Backdoor: Detecting stealthy backdoors like CNBackdoor requires monitoring for defense evasion techniques. Enable and monitor PowerShell Script Block Logging. Create alerts for any process that attempts to modify Microsoft Defender's configuration via command line or registry changes. This aligns with D3FEND's Process Analysis (D3-PA).

Response

  • Ransomware: Isolate the infected machine immediately to prevent spread. Initiate recovery from clean, offline backups. Do not pay the ransom.
  • Backdoor: If CNBackdoor is detected, assume a long-term compromise. Isolate the machine, but also begin a wider incident response to hunt for lateral movement and data exfiltration across the network.

Mitigation

  1. Offline Backups: The most critical defense against KansasGroup ransomware is having tested, immutable, and offline backups.
  2. Endpoint Protection: Use a modern EDR solution that can detect and prevent behavioral patterns associated with both ransomware and backdoors. Enable tamper protection features to prevent malware like CNBackdoor from disabling the security agent.
  3. PowerShell Hardening: Implement constrained language mode for PowerShell where possible and enable comprehensive logging (Script Block Logging, Module Logging). This is a form of Application Hardening (D3-AH).
  4. Least Privilege: Ensure users do not have local administrator rights. While CNBackdoor may not require admin rights for all actions, limiting privileges restricts the attacker's ability to disable security tools and move laterally.

Timeline of Events

1
August 8, 2026
This article was published

MITRE ATT&CK Mitigations

The most effective defense against the KansasGroup ransomware is to maintain tested, offline backups.

Use EDR/antivirus with tamper protection enabled to prevent malware like CNBackdoor from disabling it.

Audit

M1047enterprise

Enable and audit PowerShell logs to detect malicious script execution and defense evasion techniques.

Use application control policies to restrict the execution of unauthorized scripts and executables.

D3FEND Defensive Countermeasures

To detect and counter the stealthy CNBackdoor, organizations must employ advanced Process Analysis (D3-PA), particularly focused on PowerShell. Security teams should configure their EDR and SIEM to alert on any process, especially non-administrative ones, that spawns PowerShell with command-line arguments to modify security settings. A high-fidelity alert should be created for any execution of Add-MpPreference -ExclusionPath. Furthermore, by enabling PowerShell Script Block Logging (Event ID 4104), the full content of the malicious script is logged, allowing for detailed analysis and signature creation. Monitoring the parent-child process relationships is also key; a legitimate installer should not be spawning a hidden PowerShell window to modify Defender settings. This focus on behavioral anomalies is crucial for catching stealthy malware that avoids traditional signature-based detection.

The definitive countermeasure for the KansasGroup ransomware is a resilient Data Backup (D3-DB) strategy. Organizations must ensure they have regular, automated backups of all critical data. These backups must follow the 3-2-1 rule: three copies, on two different media, with at least one copy offline or immutable. 'Immutable' storage (e.g., in AWS S3 with Object Lock) prevents the ransomware from encrypting or deleting the backups, even if it compromises an administrator account. Regular, automated testing of these backups by attempting to restore a sample set of data is non-negotiable. A successful backup strategy completely neutralizes the encryption threat of the ransomware, allowing the organization to restore its data and operations without considering payment, turning a potential disaster into a manageable recovery process.

To proactively defend against backdoors like CNBackdoor that abuse legitimate tools, organizations should implement Application Hardening (D3-AH) for PowerShell. This involves using Group Policy to enable PowerShell Constrained Language Mode for all standard users. In this mode, users can only run a limited, core set of PowerShell cmdlets, and cannot execute arbitrary scripts or access .NET functions, which would block many of the backdoor's capabilities. Additionally, EDR solutions should have tamper protection enabled and enforced. This feature prevents any user or process, including malware, from stopping the security agent's service or modifying its configuration on the endpoint, thus countering the malware's attempt to disable security controls.

Sources & References

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

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

Editorial Standards & Analyst Review

CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.

Tags

RansomwareMalwareKansasGroupCNBackdoorCYFIRMAPowerShellMicrosoft Defender

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

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

🛡️ Actionable Guidance

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

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.