Skip to content
Back to Blog
·9 min read·news

Ransomware-as-a-Service (RaaS): The Attack Economy in India

How Ransomware-as-a-Service splits attacks between operators, affiliates, and initial access brokers — and what Indian businesses must defend against.

BR

Bachao.AI Research Team

Cybersecurity Research

See If You're Exposed

Business impact of this development

Emerging threats move fast. Indian SMBs are primary targets because they're under-defended. Here's what you need to know and do now.

Ransomware-as-a-Service (RaaS) is a criminal business model where malware developers ("operators") build and maintain ransomware toolkits, then rent or franchise them to "affiliates" who run the actual attacks in exchange for a cut of the ransom — typically 70-80% to the affiliate, the rest to the operator. This division of labor, borrowed straight from legitimate SaaS economics, means an attacker no longer needs coding skill to launch a ransomware campaign — only access to a target network, often bought from a separate criminal specialist called an initial access broker. For Indian businesses, RaaS is the reason ransomware attacks have become more frequent and less predictable: the barrier to entry has collapsed.

What Ransomware-as-a-Service actually means

Traditional ransomware required one group to write the code, find the target, breach the network, deploy the payload, and negotiate the ransom — a slow, skill-intensive pipeline. RaaS breaks that pipeline into specialized roles, the same way cloud computing broke "run your own datacenter" into rentable infrastructure.

    1. Operators build and maintain the ransomware — encryption logic, a leak-site for published victim data, negotiation chat infrastructure, and often a dashboard where affiliates track active infections.
    2. Affiliates rent access to that toolkit and do the actual break-in and deployment, keeping the majority of any ransom collected.
    3. Initial access brokers (IABs) are a third, separate specialism — criminals who compromise networks (via phishing, stolen credentials, exposed remote access) and sell that access on dark-web forums to whichever affiliate is buying, with no involvement in the ransomware deployment itself.
This modularity is what makes RaaS dangerous at scale: an operator group can be dismantled by law enforcement, and within weeks its affiliates simply move to a competing RaaS platform, taking their access and tactics with them.
ℹ️
INFO
RaaS is not one gang — it's a marketplace. The same affiliate group can run a Conti-derived toolkit one quarter and a different RaaS brand the next, because the skills (phishing, lateral movement, credential theft) transfer across platforms. Naming a single "ransomware gang" as the threat misses the point: the threat is the economy.

The RaaS operating model

graph TD A[Operator builds ransomware] --> B[Affiliate rents toolkit] C[Initial access broker sells access] --> D[Affiliate deploys payload] B --> D D --> E[Data exfiltrated] E --> F[Systems encrypted] F --> G[Ransom demand issued] G --> H{Victim pays} H -->|Yes| I[Revenue split operator affiliate] H -->|No| J[Data leaked publicly] style A fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style B fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style C fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style D fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style E fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style F fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style G fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style H fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style I fill:#1e3d2f,stroke:#10B981,color:#e2e8f0 style J fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0

Notice the two entry points feeding the same attack chain — an affiliate can rent the toolkit directly from the operator, or buy pre-existing network access from an initial access broker who has never touched a ransomware binary. Both paths converge at deployment, which is why defending only against "known ransomware" and ignoring the earlier access-broker stage leaves a wide gap.

Why this lowers the barrier to entry

Before RaaS, running a ransomware campaign required genuine technical capability: writing or modifying encryption malware, evading antivirus, and managing command-and-control infrastructure. RaaS platforms package all of that into a rentable kit with documentation, a support channel, and sometimes a dashboard — the same onboarding experience as a legitimate B2B SaaS product. An affiliate needs three things: a way to get initial access, willingness to negotiate with a victim, and a share of the payout to hand back to the operator.

This has three consequences that matter for defenders:

  1. More attackers, not just more attacks. The pool of people capable of running a ransomware campaign has expanded from a small set of skilled malware developers to anyone willing to buy access and rent a kit.
  2. Faster iteration. Operators compete for affiliates the way SaaS vendors compete for customers — improving evasion, encryption speed, and negotiation tooling to attract more affiliates and therefore more attacks using their brand.
  3. Attribution gets harder. Because the same toolkit is used by many unrelated affiliates, and access is bought from yet another separate party, tracing an attack back to a single accountable group is often impossible — complicating both law enforcement response and a victim's own incident narrative.
⚠️
WARNING
A mid-sized Indian manufacturing or logistics firm that assumes "we're too small to be targeted" is misreading the economics. RaaS affiliates are paid on a percentage of what they extract — a mid-sized company with weak segmentation and no tested backups is often a more attractive, lower-effort target than a large enterprise with a mature SOC.

Know your vulnerabilities before attackers do

Run a free VAPT scan — takes 5 minutes, no signup required.

Book Your Free Scan

Double and triple extortion

Early ransomware simply encrypted files and demanded payment for the decryption key. RaaS-era attacks have layered additional pressure points on top:

    1. Single extortion: Encrypt data, demand payment for decryption.
    2. Double extortion: Exfiltrate data before encrypting it, then threaten to publish it on a leak site if the ransom isn't paid — defeating the defense of "we have clean backups, so we don't need to pay."
    3. Triple extortion: Add a third pressure layer — contacting the victim's customers, partners, or regulators directly, or launching a distributed denial-of-service (DDoS) attack against the victim's public-facing systems to force negotiation.
This layering means having tested, offline backups — while still essential — is no longer sufficient defense on its own. A company that restores from backup without ever paying can still face a data-leak threat and reputational fallout, which is precisely why exfiltration detection and access controls now matter as much as backup hygiene.

Common initial access vectors

pie title Common Ransomware Initial Access Vectors "Phishing / social engineering" : 35 "Exposed RDP / VPN" : 25 "Unpatched vulnerabilities" : 22 "Valid stolen credentials" : 18

These proportions are illustrative of the categories consistently reported across industry ransomware research (including Sophos's annual State of Ransomware survey) rather than a single precise figure — the exact split shifts year to year and by sector, but phishing, exposed remote access, unpatched software, and stolen/reused credentials remain the four dominant entry points across nearly every published analysis.

53%YoY rise in ransomware incidents reported to CERT-In in 2022 (CERT-In)
59%Organisations hit by ransomware in the past year, per Sophos's global survey (Sophos State of Ransomware 2024)
🚨
DANGER
Paying the ransom does not guarantee working decryption keys, does not remove exfiltrated data from the affiliate's possession, and directly funds the next campaign against another Indian business. Law enforcement and CERT-In guidance consistently discourage payment as a recovery strategy.

What this means for Indian businesses

RaaS affiliates do not need to specifically target India to hit Indian companies — many operate opportunistically, scanning broadly for exposed remote access, unpatched internet-facing software, or successful phishing hits, and only then checking who the victim is. That means sector and size are far weaker predictors of risk than exposure: an unpatched VPN appliance or an internet-facing RDP port is an equally attractive target whether it belongs to a bank or a 40-person exporter.

Defense controlWhat it addressesWhy it matters against RaaS specifically
MFA on all remote access (VPN, RDP, email)Exposed RDP/VPN, stolen credentialsBlocks the two most common initial-access vectors used by affiliates and IABs
Offline, tested backupsEncryption stageRemoves leverage for single-extortion, though not double/triple
Network segmentationLateral movement post-breachLimits how far an affiliate can spread after one system is compromised
Email filtering + phishing-awareness trainingPhishing / social engineeringCuts off the single largest reported entry vector
Continuous vulnerability scanning + patch cadenceUnpatched vulnerabilitiesCloses the window IABs specifically scan for and sell access to
Exfiltration/DLP monitoringDouble/triple extortionDetects data leaving the network before the encryption stage even begins
Documented, tested incident response planResponse speedReduces dwell time, which affiliates need to complete exfiltration and encryption
🛡️
SECURITY
Initial access brokers frequently sell access weeks or months before an affiliate deploys ransomware. If your monitoring can catch the reconnaissance and lateral-movement stage — unusual admin logins, new scheduled tasks, unexpected outbound transfers — you may be able to evict an intruder before the extortion stage ever begins.
🎯Key Takeaway
RaaS turned ransomware from a skilled criminal act into a rentable service with a supply chain of specialists — operators, affiliates, and initial access brokers each doing one job. Defending against it means treating every stage of that chain as a separate control point: block the access broker's entry vectors (patching, MFA), detect the affiliate's lateral movement and exfiltration before encryption, and keep backups that make single extortion pointless — because no single control stops the whole chain.

Building a practical defense posture

Given the modular nature of RaaS, a layered defense that assumes attackers can be specialists at any single stage — but rarely at all of them — is the most realistic posture for Indian SMBs and mid-market firms:

  1. Close the vectors initial access brokers sell most: exposed RDP/VPN, unpatched internet-facing software, and phishing-susceptible email.
  2. Enforce MFA everywhere remote access exists — this alone removes a large share of stolen-credential access attempts.
  3. Run continuous vulnerability scanning rather than annual point-in-time audits, since IABs scan continuously and a patch gap of even a few weeks is a viable sale.
  4. Segment networks so a single compromised endpoint cannot reach backup infrastructure or domain controllers.
  5. Monitor for data exfiltration, not just encryption — by the time files are encrypted, the double-extortion leverage is often already established.
  6. Maintain offline, regularly tested backups, and rehearse the restore process before an incident, not during one.
  7. Document and rehearse an incident response plan that includes legal, communications, and regulatory notification steps — under India's DPDP Act, a breach involving personal data carries its own notification obligations independent of the ransom decision.
Continuous, automated vulnerability scanning is one of the few controls that directly addresses the exposure IABs are actively selling — a patched vulnerability or a closed remote-access port simply isn't available for sale. Bachao.AI runs this kind of continuous VAPT scanning for Indian businesses so that the unpatched-vulnerability and exposed-service vectors get closed before an access broker finds them, rather than after an affiliate has already deployed ransomware. Dhisattva AI Pvt Ltd built the platform specifically because point-in-time annual audits leave exactly this kind of window open for months at a time.

If you haven't assessed your external attack surface recently, a free VAPT scan is a fast way to check whether an exposed RDP/VPN port or unpatched service is currently sitting on a broker's shelf, and Indian businesses handling personal data should also review the DPDP compliance guide for the notification obligations that apply if a ransomware incident involves a personal-data breach. More explainers like this are on the Bachao.AI blog.

Frequently Asked Questions

What is Ransomware-as-a-Service (RaaS)?
RaaS is a criminal business model where malware developers build and maintain ransomware toolkits and rent them to affiliates, who carry out the actual attacks in exchange for a majority share of any ransom collected. It mirrors legitimate SaaS economics, dividing ransomware into specialized, rentable roles.
What is an initial access broker?
An initial access broker is a criminal specialist who compromises a network — via phishing, stolen credentials, or unpatched systems — and sells that access on dark-web forums to ransomware affiliates, without ever deploying ransomware themselves. This role is entirely separate from the RaaS operator and affiliate roles.
What is double extortion in a ransomware attack?
Double extortion means attackers exfiltrate a victim's data before encrypting it, then threaten to publicly leak that data if the ransom isn't paid — defeating the defense of simply restoring from backup without paying, since the data-leak threat remains regardless of restoration.
Why has RaaS made ransomware more common?
RaaS removed the need for technical skill to run a ransomware campaign. An attacker only needs network access and willingness to negotiate — the malware, infrastructure, and leak-site tooling are rented from an operator, dramatically expanding the pool of people capable of launching an attack.
Should an Indian business ever pay a ransomware demand?
Paying does not guarantee working decryption or that exfiltrated data won't still be leaked, and it funds further attacks. CERT-In and most law enforcement guidance discourage payment as a recovery strategy; the stronger investment is in tested backups, exfiltration monitoring, and a rehearsed incident response plan.
How can a small or mid-sized Indian company reduce its ransomware risk?
Focus on the vectors initial access brokers exploit most — enforce MFA on all remote access, patch internet-facing systems continuously rather than annually, segment networks so a single breach can't reach backups, and maintain offline backups that are actually tested for restore, not just taken.
BR

Bachao.AI Research Team

Cybersecurity Research

AI-powered security research and threat intelligence from the Bachao.AI team. Covering the latest vulnerabilities, CVEs, and cybersecurity developments affecting Indian businesses.

Get cybersecurity insights for Indian SMBs

Weekly vulnerability alerts, DPDP compliance tips, and security guides. No spam — unsubscribe anytime.

We respect your privacy. Your email is never shared.

Run a free scan — get results in minutes

Free automated scan — risk score in under 2 hours. No credit card required.

See If You're Exposed
Find your vulnerabilitiesStart free scan →