The ransomware group known as 'INC_RANSOM' has claimed responsibility for a cyberattack against GSP Crop Science Limited, a prominent agricultural technology and agrochemical manufacturing company based in India. The incident was reported on June 26, 2026. This attack is significant as it targets the agricultural sector, a critical industry, highlighting the expanding target scope of major ransomware gangs. The INC_RANSOM group employs a double-extortion model, meaning they not only encrypt the victim's data but also exfiltrate it first. They then use the threat of a public data leak as additional leverage to force the victim into paying the ransom. The attack could lead to operational disruptions, supply chain issues, and the exposure of sensitive corporate data.
INC_RANSOM is a relatively new but active ransomware operation that has been observed targeting a wide range of industries. Their primary TTP is double extortion. The group gains initial access, moves laterally to gain control of the domain, exfiltrates large volumes of sensitive data to their own servers, and then deploys the ransomware payload to encrypt servers and workstations across the network. The goal is purely financial. By disrupting the victim's operations with encryption and threatening their reputation with a data leak, they maximize the pressure to pay. The targeting of an agro-tech company like GSP Crop Science suggests that no industry is safe and that ransomware groups are actively seeking out victims in sectors that may have weaker security postures compared to finance or healthcare.
While the specific TTPs for this attack are not public, INC_RANSOM attacks typically follow a common ransomware playbook:
T1078 - Valid Accounts) or via phishing campaigns.T1558.003 - Steal or Forge Kerberos Tickets: Kerberoasting) to escalate privileges to Domain Admin. They then map the network to identify file servers, databases, and backup servers.T1567.002 - Exfiltration Over Web Service: Exfiltration to Cloud Storage).T1486 - Data Encrypted for Impact.The impact on GSP Crop Science could be severe.
No specific Indicators of Compromise (IPs, domains, hashes) were mentioned in the source articles.
To hunt for INC_RANSOM and similar threats, security teams should look for:
powershell.exe -c "IEX(New-Object Net.WebClient).DownloadString(...)vssadmin.exe delete shadowsLarge outbound transfers to MEGA.nz or similar*.inc_ransomDetecting a ransomware attack before encryption is key.
Response: If ransomware is detected, the immediate priority is to isolate the affected hosts to stop the encryption from spreading. If data exfiltration is detected, blocking the destination IP at the firewall can interrupt the theft.
Standard ransomware hygiene is the best defense.
Enforce MFA on all remote access to prevent initial access via stolen credentials, a common vector for ransomware groups.
Mapped D3FEND Techniques:
Use strong, long, and unique passwords for service accounts to make Kerberoasting attacks more difficult.
Mapped D3FEND Techniques:
Implement egress filtering to block outbound connections to known malicious destinations or cloud storage providers not used by the business.
To combat the encryption phase of the INC_RANSOM attack, deploy a File Server Resource Manager (FSRM) on Windows file servers or a similar tool on other platforms. Configure file screens to actively block the creation of files with known ransomware extensions (e.g., *.inc_ransom). This acts as a last line of defense. When the ransomware process attempts to write an encrypted file with the malicious extension, the system will deny the operation. This can be combined with an automated script that, upon detecting such an attempt, can shut down the file server's network connection or disable the user account making the request, effectively stopping the encryption process in its tracks and containing the damage.
To defeat the double-extortion tactic used by INC_RANSOM, organizations must implement strict Outbound Traffic Filtering. Configure your perimeter firewall with a default-deny policy for egress traffic. Explicitly whitelist only the specific IP addresses, domains, and protocols required for business operations. This should include blocking access to consumer cloud storage services like MEGA, pCloud, and Dropbox from all servers. This simple but powerful control prevents the attackers from being able to exfiltrate stolen data, removing their primary leverage for extortion. Even if they manage to encrypt files, the company retains control over its data and is in a much stronger position to refuse the ransom demand.
The INC_RANSOM group lists GSP Crop Science Limited as a victim of a ransomware attack.

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.
Help others stay informed about cybersecurity threats
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.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
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 detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.