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

AIIMS Delhi Ransomware Attack: The Lessons for Indian Health Data

A verified timeline of the AIIMS Delhi ransomware attack, its CERT-In findings, and the segmentation and backup lessons Indian healthcare and SMBs need.

BR

Bachao.AI Research Team

Cybersecurity Research

Get Your Free VAPT Scan

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.

The AIIMS Delhi ransomware attack of 23 November 2022 took down the servers running the hospital's eHospital system, forcing India's premier government hospital into manual registration, paper-based billing, and disrupted outpatient and sample-collection services for roughly two weeks. It remains the most consequential publicly documented cyberattack on Indian healthcare infrastructure — and it is a case study every Indian hospital, clinic chain, and health-tech SMB should study line by line, because the failures that let it happen (poor network segmentation, single points of backup failure, delayed detection) are common, not exotic.

What Happened in the AIIMS Delhi Ransomware Attack: A Verified Timeline

Multiple official statements — including replies given in the Lok Sabha by the Minister of State for Health and Family Welfare and by then-Minister of State for Electronics and IT Rajeev Chandrasekhar — along with CERT-In's own assessment, establish the following sequence of events. Where reporting is unconfirmed or contested, it's flagged as such below rather than presented as fact.

Date (2022)Event
Nov 23Servers run by the National Informatics Centre for AIIMS Delhi's eHospital application went down around 7 AM; OPD, sample collection, and billing shifted to manual mode
Nov 24Delhi Police registered an FIR against unknown persons; the case was moved to the Intelligence Fusion and Strategic Operations (IFSO) cyber unit
Nov 25A complaint citing extortion and cyber terrorism was filed; a National Investigation Agency team visited AIIMS
Nov 28Roughly 1,200 of AIIMS's 5,000 computers had been sanitised and 20 of 50 servers scanned, as part of a round-the-clock cleanup
Nov 30AIIMS arranged replacement servers via DRDO to help resume the eHospital facility
Dec 6Trial runs of the restored eHospital server succeeded; officials said most lost data had been recovered
Dec 16In a Lok Sabha reply, the government confirmed eHospital data had been restored from backup onto new servers, with registration, appointment, admission, and discharge functions resumed
ℹ️
INFO
This timeline is drawn from Delhi Police statements, CERT-In's assessment, and official Lok Sabha replies — not from unverified media speculation. Where reports conflicted (notably on the ransom demand, covered below), we've flagged the ambiguity rather than picked a number.

How the Attackers Got In and Moved Laterally

Neither AIIMS nor CERT-In has publicly confirmed the exact initial access vector — whether phishing, an exposed remote service, or a compromised credential. What CERT-In's preliminary assessment did confirm publicly is that the servers were compromised due to inadequate network segmentation, which is precisely what let attackers move from an initial foothold to critical application, database, and backup servers rather than being contained to one isolated system.

Union Minister Rajeev Chandrasekhar told the Rajya Sabha that five AIIMS servers were affected, encrypting approximately 1.3 TB of data — out of a reported total of roughly 40 physical servers at the institute, per contemporaneous media reporting (the exact physical-versus-virtual server count was not itself part of the Parliament statement). Some technical reporting also referenced multiple malware families found on the compromised servers, though attribution to a specific ransomware group (media reports pointed toward LockBit, and separately, IP addresses in email headers traced to Hong Kong and China's Henan province) was never officially confirmed by Indian authorities.

graph TD A[Initial Access] --> B[Lateral Movement] B --> C[Data Encryption] C --> D[Service Outage] D --> E[Recovery Effort] 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:#1e3d2f,stroke:#10B981,color:#e2e8f0
🛡️
SECURITY
Flat networks are the single biggest amplifier in this incident. When application servers, database servers, and backup servers all sit reachable from the same compromised segment, one foothold becomes a full-estate encryption event. Segmentation — VLANs, firewalled zones between clinical, administrative, and backup networks, and least-privilege access between them — is what turns "one server down" into the actual outcome CERT-In found here: containment failure across critical systems.

The Ransom Demand: What's Confirmed vs. What's Contested

This is the part of the story where accuracy matters most, because figures circulated widely without official confirmation. Multiple outlets reported a very large cryptocurrency ransom demand attributed to the LockBit group, while a separate report cited a purported attacker email referencing a much smaller cryptocurrency-denominated figure. Against this, Delhi Police officials and India's national cybersecurity coordinator publicly stated that no ransom had actually been negotiated or specifically demanded through official channels, with one AIIMS official suggesting the actors may have been testing capability rather than running a structured extortion operation.

⚠️
WARNING
No single ransom figure in this case is officially confirmed. Any number you see quoted with certainty — including in some other write-ups of this incident — should be treated as one contested media report, not an established fact. This is a recurring pattern in Indian ransomware coverage: early, dramatic figures spread faster than the confirmed investigation timeline.

Know your vulnerabilities before attackers do

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

Book Your Free Scan

Impact on Patient Care and Hospital Operations

The operational consequence was immediate and severe, independent of the ransom question. With eHospital down, AIIMS Delhi — which handles a very high daily patient volume — had to run outpatient registration, sample collection, and billing entirely on paper for close to two weeks. Reports at the time raised concern about whether patient records had been exposed given the scale of data involved, though the precise scope of any data exfiltration (as opposed to encryption) was not conclusively established in public reporting.

1,200 of 5,000AIIMS computers sanitised five days into the incident (Delhi Police and contemporaneous media reporting, Nov 2022)
1.3 TBData encrypted across affected AIIMS servers (Union Minister Rajeev Chandrasekhar, Rajya Sabha statement, Dec 2022)
xychart-beta title "Days Since Attack to Each Recovery Milestone" x-axis [Attack Detected, FIR Filed, Partial Sanitisation, New Servers Sourced, Trial Run Success, Parliament Confirmation] y-axis "Days Since Attack" 0 --> 25 bar [0, 1, 5, 7, 13, 23]

The gap between "partial sanitisation" (day 5) and "confirmed full restoration" (day 23) is the real story for any organisation planning its own incident response: cleanup and rebuild, done properly, takes weeks — not the hours most continuity plans assume.

Who Investigated, and Why That Matters

The AIIMS incident wasn't handled by a single agency. Delhi Police's IFSO cyber cell registered and initially investigated the FIR; the National Investigation Agency sent a team within 48 hours; CERT-In conducted the technical assessment of the compromise; and the case was subsequently reported to have been taken up by the CBI given the critical-infrastructure and national-security dimensions of an attack on a central government hospital. This multi-agency involvement reflects how India treats attacks on healthcare and other critical information infrastructure — as both a cybercrime and a national security matter, not purely an IT outage.

💡
TIP
Under CERT-In's 2022 cybersecurity directions, issued under Section 70B of the IT Act, organisations are required to report specified categories of cyber incidents to CERT-In within six hours of detection. Hospitals, clinics, and health-tech platforms handling patient data should have this reporting path — and the internal process to act on it fast — defined before an incident, not improvised during one.

Defensive Lessons for Indian Healthcare and SMBs

The AIIMS incident is unusually well-documented for an Indian breach, which makes it genuinely useful as a lessons-learned exercise rather than speculation. The gaps CERT-In and investigators pointed to map directly onto controls any healthcare provider or SMB can implement.

Control AreaGap Identified at AIIMSAction for Indian Organisations
Network segmentationFlat network let attackers reach app, DB, and backup servers from one entry pointSegment clinical, admin, and backup networks; enforce least-privilege between zones
Backup integrityMain and backup servers were both affected by encryptionKeep offline or immutable backups isolated from the production network
Patching and hardeningExact vulnerability unconfirmed publicly, but legacy/unpatched systems are a known healthcare-sector weaknessMaintain a patch cadence for internet-facing and internal critical systems; retire unsupported OS/software
Incident detectionOutage discovered only when services visibly failed at 7 AMDeploy monitoring that flags anomalous encryption activity or mass file changes before full outage
Incident response planManual failover took the hospital roughly two weeks to fully restorePre-define a manual-operations runbook and a tested restoration sequence, rehearsed, not assumed
Regulatory reportingMultiple agencies engaged reactively after public disclosureHave a CERT-In reporting workflow ready in advance, per the six-hour requirement
🎯Key Takeaway
The AIIMS Delhi ransomware attack succeeded not because of one dramatic zero-day, but because of ordinary, common gaps — flat networks, backups reachable from the same blast radius as production, and detection that only triggered once services visibly broke. Every one of those gaps is fixable before an incident, and none of them require exotic budgets, only deliberate architecture and a tested recovery plan.

Building Resilience Before the Next Incident

Healthcare data carries some of the highest sensitivity of any data category under India's DPDP Act 2023, administered by MeitY, and hospitals and health-tech platforms processing patient records should treat breach-readiness as a compliance obligation, not just an IT concern — see our DPDP compliance guide for how patient data handling and breach-notification duties intersect. For organisations without in-house incident-response depth, running structured penetration testing and exposure assessment on a regular cadence — ideally with a CERT-In empanelled partner where regulatory submission is required — closes exactly the kind of segmentation and patching gaps that turned a single compromised server into a two-week hospital-wide outage at AIIMS.

Bachao.AI, built by Dhisattva AI Pvt Ltd, runs continuous automated vulnerability assessment designed to surface these exposures — exposed services, missing segmentation signals, unpatched software — before an attacker finds them first. If your organisation handles patient or other sensitive personal data, get a free VAPT scan to see where your own network stands, or browse the Bachao.AI blog for more incident case studies and defensive guides.

Frequently Asked Questions

When did the AIIMS Delhi ransomware attack happen?
The attack was first detected around 7 AM on 23 November 2022, when servers running AIIMS Delhi's eHospital application went down. Full restoration, confirmed via a Lok Sabha reply, took until mid-December 2022 — roughly three weeks from detection to official confirmation of complete recovery.
How many AIIMS servers were affected?
Union Minister Rajeev Chandrasekhar told Parliament that five AIIMS servers were compromised, encrypting approximately 1.3 TB of data — out of a reported total of roughly 40 physical servers at the institute, per contemporaneous media coverage. The affected servers reportedly included both application and database systems as well as backup infrastructure.
Was a ransom actually paid or demanded in the AIIMS attack?
This remains contested. Media reports cited widely differing cryptocurrency-denominated figures, including one attributed to the LockBit group, but Delhi Police and India's national cybersecurity coordinator stated no ransom was formally negotiated or specifically demanded through confirmed channels. No official figure has been verified.
Which agencies investigated the AIIMS ransomware attack?
Delhi Police's Intelligence Fusion and Strategic Operations cyber unit registered the initial FIR, the National Investigation Agency deployed a team within 48 hours, CERT-In conducted the technical compromise assessment, and the case was subsequently reported to have been escalated to the CBI given the critical-infrastructure implications.
What was the root technical cause identified by CERT-In?
CERT-In's preliminary assessment pointed to inadequate network segmentation as a key factor, which allowed attackers to move from an initial compromise to multiple critical servers — including backup infrastructure — rather than being contained to a single isolated system.
What can Indian hospitals and SMBs learn from this incident?
The core lessons are architectural: segment networks so a single compromise can't reach production, database, and backup systems together; keep backups isolated and immutable; patch and monitor continuously; and have a tested incident-response and CERT-In reporting plan ready before an incident, not improvised during one.
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.

Find the gaps attackers use for initial access — before they do

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

Get Your Free VAPT Scan
Find your vulnerabilitiesStart free scan →