Full Report
IntroductionWhen a company that manages data for millions of UK citizens falls victim to ransomware, the whole industry should pay attention to it. On 15 October 2025, the UK Information Commissioner’s Office (ICO) published a detailed 136 page report about the Capita breach. The aim of this blog is to extract actionable cybersecurity lessons from the ICO’s findings as well as open source reports surrounding the breach from a cyber threat intelligence (CTI) analyst’s perspective to help SOC and CERT teams, and CISOs understand what happened and how to avoid the mistakes made by others.BLUF Incident Impact Summary:Capita was attacked by BlackBasta ransomware in March 2023Over six million individual’s records were exfiltrated from Capita’s systemsA £14 million fine was issued to Capita by the ICOCapita said in May 2023, the incident costed up to £20 million ($25 million) to recoverImportant context about CapitaThe Capita Group is a business process outsourcing (BPO) and professional services group employing approximately 34,500 people worldwide and with a reported annual revenue of £2,421.6 million. For readers outside of Great Britain, Capita is best known as the UK’s go-to managed service provider for large-scale, data-sensitive public sector operations.Companies within the Capita Group act as data processors for a range of business services to both public and private sector organisations. Capita plc is the ultimate parent company of a large corporate group consisting of multiple legal entities.Capita has long been one of the UK government’s biggest suppliers of outsourced services.They manage (or have managed):The BBC TV Licensing systemThe UK Congestion Charge for Transport for London (TfL) The National Pupil Database – via contracts with the Department for Education.Electronic tagging of offenders – under contracts with the Ministry of Justice.Council administration and call-centre services – many local authorities (e.g., Birmingham, Southampton, Sheffield) Numerous Local Government and private sector pension schemes (including universities, utilities, and insurance companies).Ministry of Defence (MOD) – Training and support contracts for the British Army’s Recruitment Partnership Project (including vetting systems) and Royal Navy training programmes.The ICO established that during the Incident, data was exfiltrated from two legal entities which were acting as data controllers, and from four legal entities which were acting as data processors:Capita plc - Capita plc’s focus includes Central Government, Local Public Service, Defence, Education, and Pensions. Capita was selected to administer the UK’s Civil Service Pension Scheme (CSPS) from September 2025, via a contract worth £239m over 10 years.Capita Resourcing Limited - is a subsidiary of Capita plc focused on resourcing/human-capital services, i.e., recruitment, contingent staffing, talent acquisition.Capita Business Services Limited - is another subsidiary that provides business-process and digital services (as a part of the Capita outsourcing ecosystem). The supplier record shows over £331.9m recorded government spending linked to this entity.Capita Pension Solutions Ltd (CPSL) - a regulated pensions business within the Capita Group. Its role: delivering pensions administration and consulting services for pension schemes, including defined benefit schemes.Breach TimelineIn the ICO’s report, a timeline of events that led to data exfiltration and ransomware deployment was provided. The timeline diagram below helps illustrate what happened.TheRecord also reported that Capita’s share price dropped more than 12% from a high of £38.64 ($47.97) on March 30, the day before the incident was first reported, to £33.72 ($42.58) on Wednesday morning.On 3 April 2023, Capita released a public statement about the cyber incident. At the time, Capita said the “issue was limited to parts of the Capita network and there is no evidence of customer, supplier or colleague data having been compromised.” On 8 April 2023, Brett Callow spotted that Capita had been listed on BlackBasta’s Tor data leak site before it was quickly removed that same day.Security researcher Kevin Beaumont who analysed the leaked data samples at the time identified copies of stolen passport scans, PII records, bank account details, internal floor plans of multiple buildings from various schools as well as Capita Nuclear, part of Capita Business Services.It took Capita until 20 April 2023 to confirm that some of its systems were in fact breached and that data had been stolen.Types of Stolen DataIn the ICO’s report, we learn that 6,024,221 data subjects for whom Capita was the data processor had personal data exfiltrated, as determined by Capita’s forensic provider.Types of data stolen included sensitive such as Home Address, Email, Phone Number, National Insurance Numbers, Driver’s License Scans, Passport Scans, Bank Account Numbers & Sort Codes, Credit Card Numbers, Biometrics, Criminal Record Checks, and Employee Login details.BlackBasta Operator TTPsThe tactics, techniques, and procedures (TTPs) of the BlackBasta operators provided in the breach timeline by the ICO are useful for understanding what technical steps were involved that led to the breach and ransomware attack. A summary of the aspects of the attack have been mapped to a diamond model diagram below.Outside of the breach timeline, some additional technical details were shared:Following initial access, the Threat Actor accessed the ‘CAPITA\backupadmin’ service account approximately 4.5 hours later. Capita could not confirm how the Threat Actor was able to escalate their privileges; however, there were traces of Kerberos credential harvesting and reconnaissance activity found following the Incident.The Threat Actor was able to use the ‘CAPITA\backupadmin’ domain administrator account to pivot to administrator accounts in different Capita domains. In total no fewer than 8 domains were compromised, a very large quantity of data was exfiltrated and the Threat Actor attempted to deploy ransomware on at least 1057 hosts.Even though Capita quarantined the device through which the Threat Actor first gained access on 24 March 2023, by this time the Threat Actor had deployed software into the network which had enabled them to establish persistence and ultimately allowed them to continue moving laterally across the network into different Capita domains and to access/exfiltrate data, before deploying ransomware on 31 March 2023.Interestingly, in February 2025 internal chat logs from the BlackBasta gang were leaked publicly online. Analysis of the leaked chat logs for references of Capita revealed the below command shared by one of the BlackBasta members months after the attack happened:The domain "corpcitrix.ad.capita.co.uk" appears to be an internal Active Directory domain name used by Capita to host its corporate Citrix environment. The "ad" label shows it’s an AD DNS namespace, "corpcitrix" indicates the environment is for Citrix-published desktops/apps or related infrastructure, and "capita.co.uk" is the organisation’s FQDN.The command shown above is a PowerShell invocation (potentially via Cobalt Strike) to enumerate every system in the domain, resolve each machine’s IP address, and save the results to “SFS_pc.txt” file. Powerpick runs the code in an unmanaged PowerShell environment and can execute without being dependent on powershell.exe.In short, this command shows a BlackBasta operator running net reconnaissance mapping hosts and IPs (likely to plan lateral movement, targeting, exfiltration or ransomware deployment).Notable moments during the IncidentCritical alerts were mishandled or deprioritised: The initial malicious file (‘jdmb.js’) triggered a P2 (High) alert at 08:00 on 22 March 2023, indicating compromise. The SOC did not act for nearly 58 hours, despite automatic escalation warnings for missed service-level agreements (SLAs). The ICO also noted that “at no point in the six months before or after the Incident did Capita meet their SLA for any alert level.”Excessive delay between detection and containment, plus a lack of automation: Isolation of the device from the rest of the Capita network still required human intervention, which took 58 hours to arrive. Capita’s SOC lacked the ability to isolate the device automatically. By then, the attacker had already gained domain admin access and moved laterally.Inadequate incident response procedures: Capita did not invoke its Major Incident Management process until 09:22 on 29 March 2023, which was seven days after compromise. By that point, data exfiltration was already underway and it was two days before ransomware was deployed on 31 March 2023.Understaffed and overburdened SOC team: Capita is understood to have had 1 SOC analyst per shift in place at the time of the Incident in March 2023. This combined with historic underperformance indicates systemic issues within the SOC, including inadequate staffing, insufficient training, and/or inefficient processes.Lessons Learned from the BlackBasta Ransomware Attack on CapitaHaving tools isn’t enough, they must be configured, integrated, and monitored effectivelyCapita had Trellix EDR, a SIEM, and a SOC, but alerts were missed and containment delayed.Lessons: Security tools are only as effective as the people, processes, and automation supporting them. Critical security alerts must have clear, measurable response times with automatic escalation if breached. Security Leadership must define and enforce strong Service Level Agreements (SLAs) for incident response.Implement proper Active Directory (AD) tieringLack of AD tiering allowed attackers to move laterally from low-privilege systems to domain controllers (specifically a backup service account with domain admin privileges).Lessons: Segregate admin privileges between tiers (workstations, servers, domain controllers) to contain breaches. Limit, rotate, and monitor privileged accounts using a PAM solution to enforce least privilege. Regularly review service accounts, ensure unique credentials, and monitor their activity for anomalies.Act on penetration test findings promptlyMultiple pentests also warned of AD and privilege issues months before the breach, but fixes were delayed.Lesson: Treat pentest reports as actionable tasks with deadlines and executive oversight.Automate incident response where possible (SOAR)Lack of Security Orchestration, Automation and Response (SOAR) led to manual triage delays.Lesson: Use SOAR playbooks to automate containment, escalation, and alert enrichment for faster response.Additional ResourcesQakbot - https://attack.mitre.org/software/S0650/Cobalt Strike - https://attack.mitre.org/software/S0154/ Bloodhound - https://attack.mitre.org/software/S0521/ Rclone - https://attack.mitre.org/software/S1040/ SystemBC - https://malpedia.caad.fkie.fraunhofer.de/details/win.systembc BlackBasta Ransomware - https://malpedia.caad.fkie.fraunhofer.de/details/win.blackbasta Credentials from Web Browsers (specifically performed by Qakbot) - https://attack.mitre.org/techniques/T1555/003/Steal or Forge Kerberos Tickets - https://attack.mitre.org/techniques/T1558/ Exfiltration Over C2 Channel (performed by SystemBC and Rclone) - https://attack.mitre.org/techniques/T1041/BlackBasta Leaks: Lessons from the Ascension Health attack - https://blog.bushidotoken.net/2025/02/blackbasta-leaks-lessons-from-ascension.html The Continuity of Conti - https://blog.bushidotoken.net/2022/11/the-continuity-of-conti.html
Analysis Summary
# Incident Report: BlackBasta Ransomware Attack on Capita
## Executive Summary
Capita, a major UK business process outsourcing provider, suffered a significant ransomware attack orchestrated by the BlackBasta group in March 2023, resulting in the exfiltration of data belonging to over six million individuals. The subsequent investigation by the ICO identified significant security failings, leading to a substantial £14 million penalty. The incident caused operational disruption and significant financial costs for Capita during recovery.
## Incident Details
- Discovery Date: April 3, 2023 (Public Statement) / March 30/31, 2023 (Implied Attack Date)
- Incident Date: March 2023
- Affected Organization: Capita Plc and multiple subsidiaries (including Capita Resourcing Limited, Capita Business Services Limited, and Capita Pension Solutions Ltd (CPSL))
- Sector: Business Process Outsourcing (BPO)/Professional Services (Handling sensitive public sector data)
- Geography: United Kingdom (UK)
## Timeline of Events
### Initial Access
- Date/Time: Prior to March 30, 2023 (Attack deployed/discovered around March 30/31)
- Vector: Not explicitly detailed in the provided text, but the attack utilized BlackBasta ransomware.
- Details: The ICO report details the events leading up to data exfiltration and ransomware deployment, though specific initial vector details are omitted from this summary's excerpt.
### Lateral Movement
- **[Lateral Movement]**: Details regarding specific lateral movement techniques used by BlackBasta are not explicitly detailed in the provided excerpt but are implied by the subsequent data exfiltration.
### Data Exfiltration/Impact
- **Date/Time**: Occurred sometime between initial compromise and the public disclosure on April 3, 2023.
- **Details**: Over six million individual's records were exfiltrated. Identified stolen data samples included passport scans, Personally Identifiable Information (PII), bank account details, and internal floor plans. The breach affected data handled by two data controllers and four data processors within the Capita group.
### Detection & Response
- **Date/Time**:
- March 30/31, 2023: Incident first reported internally/externally.
- April 3, 2023: Capita released a public statement claiming the issue was limited and no customer data was compromised.
- April 8, 2023: Capita was briefly listed on BlackBasta's Tor data leak site and quickly removed.
- **Response actions taken**: Capita released public statements. The ICO launched an investigation, eventually resulting in a £14 million penalty notice against Capita.
## Attack Methodology (Based on Ransomware Group and Impact)
- Initial Access: **Unknown** (Implied compromise via an initial vector allowing deployment)
- Persistence: **Unknown**
- Privilege Escalation: **Unknown**
- Defense Evasion: **Unknown**
- Credential Access: **Unknown**
- Discovery: **Unknown** (Implied reconnaissance to locate sensitive data)
- Lateral Movement: **Implied** (Necessary to access multiple legal entities and exfiltrate large volumes of data)
- Collection: **Data Staging** (Gathering PII, passport scans, bank details, internal plans)
- Exfiltration: **Data Transfer** (Sending stolen data to off-site storage for double extortion)
- Impact: **Ransomware deployment** (Implied, as BlackBasta is a ransomware group)
## Impact Assessment
- Financial: Stated recovery costs up to **£20 million ($25 million)**; A subsequent **£14 million fine** issued by the ICO. Capita's share price dropped over 12% following disclosure.
- Data Breach: **Over six million individual’s records** exfiltrated, including highly sensitive PII, passport scans, and bank account details. Affecting entities acting as both data controllers and processors.
- Operational: Implied operational disruption due to the incident and subsequent recovery efforts.
- Reputational: Significant reputational damage given Capita's role as a major government and public sector data processor.
## Indicators of Compromise
*Note: Specific IoCs were not provided in detail, only general categories of stolen data.*
- **Network indicators**: None provided (Defanged).
- **File indicators**: Samples analyzed by researchers included passport scans, PII records, and internal floor plans potentially deployed by the attacker.
- **Behavioral indicators**: Listing of the victim organization on the BlackBasta Tor data leak site.
## Response Actions
- **Containment measures**: Not explicitly detailed, but required isolating affected network segments.
- **Eradication steps**: Not explicitly detailed, but necessary to remove BlackBasta presence.
- **Recovery actions**: Capita reported costs associated with recovery efforts reaching £20 million.
## Lessons Learned
- The compromise of organizations managing sensitive data for millions of UK citizens requires rigorous security oversight.
- Initial public statements minimizing the scope of the breach (April 3rd claim) were contradicted by later findings (data listing on April 8th).
- Significant contractual and operational failures led to a large regulatory penalty (£14M) highlighting inadequate data protection controls across multiple legal entities acting as controllers and processors.
## Recommendations
- Implement enhanced network segmentation across legal entities within complex corporate structures to limit the blast radius of breaches.
- Review and continuously audit access controls and encryption measures for highly sensitive PII and passport data.
- Ensure incident response communications are accurate, timely, and aligned with forensic findings to maintain compliance and stakeholder trust.