Skip to content
Macksofy Technologies
India · DFIR

Active Directory Compromise IR Playbook — Indian BFSI

Five-phase incident response runbook for Active Directory ransomware and golden-ticket scenarios in Indian banks — containment, eradication, recovery, and the CERT-In reporting clock.

Active Directory Incident Response DFIR BFSI Ransomware CERT-In
Macksofy DFIR Team· Digital forensics & incident response practice27 May 2026 13 min read
Active Directory Compromise IR Playbook — Indian BFSI — Incident Response · Macksofy
In short

How should a bank respond to an Active Directory compromise?

Treat every domain credential as burned. Contain by isolating domain controllers and cutting attacker access, eradicate by resetting the krbtgt account twice, then rebuild trust before recovery — all while meeting CERT-In's six-hour incident reporting clock. Macksofy provides digital forensics and incident response for Indian BFSI.

When Active Directory is gone, every authentication boundary in the estate is gone with it. The IR playbook that works in Indian BFSI is the one that assumes domain-wide compromise from minute one, maps every action to the CERT-In 6-hour reporting clock, and rebuilds the forest rather than cleaning it.

Across the last 24 months of DFIR engagements in Indian banking, NBFC and insurance environments, the pattern is recognisable. The intruder lands via a phishing payload or an exposed VPN appliance, gains initial AD foothold within 4-8 hours, escalates to Domain Admin via Kerberoasting or ADCS abuse inside 24-72 hours, and detonates either a ransomware payload or a data-exfiltration workflow at hour 96-120. By the time the SOC sees the first ransom note or the first regulator query, the attacker has had three to five days inside the forest. This post is the operational playbook our DFIR team executes against that timeline.

The regulatory clock you are running against

Before any technical phase, the legal/compliance clock starts the moment you have reasonable belief a reportable incident has occurred. For Indian BFSI, the relevant timers are: CERT-In 6 hours from awareness (Direction 20(3)/2022/CERT-In), RBI Master Direction on Information Technology Governance reporting windows for scheduled commercial banks, SEBI CSCRF for capital markets entities, and IRDAI for insurers. Customer / data-subject notification under DPDP §8(6) layers on top once the rules operationalise. A reporting decision made at hour 5 is not the same as one made at hour 7 — the difference is a regulatory finding.

Phase 1 · Detect & validate (hours 0-2)

Detection signals that have been reliable across our BFSI engagements: a sudden spike in 4769 ticket-granting-service tickets with unusual encryption types (Kerberoasting), 4624 logon events with high-privilege groups from non-administrative workstations, replication anomalies in Repadmin, or the appearance of accounts in Protected Users or Enterprise Admins outside of change-control windows. Once any one of these signals is corroborated by a second source (EDR alert, BloodHound delta, or a sysadmin's anomalous-behaviour report), the validation phase ends and Phase 2 begins.

  • Snapshot the AD database (NTDS.dit) and SYSVOL on every domain controller before any change.
  • Capture memory + disk image on the suspected initial-access host.
  • Pull the last 30 days of 4624/4625/4768/4769/4776 logs from every DC and every Tier-0 host to cold storage.
  • Disable replication-suspending operations only if the GRC lead has signed off — premature suspension destroys evidence.
  • Open a dedicated war-room bridge; no work happens outside it until the incident closes.

Phase 2 · Contain (hours 2-12)

Containment in an AD-compromise scenario is not the same as 'isolate the workstation'. The intruder probably already has at least one of: a forged TGT (golden ticket), a KRBTGT hash, a DSRM password, a domain-joined attacker-controlled host, or a backdoored GPO. Containment means cutting all of these simultaneously, which in turn means cutting authentication for several hours. The decision to accept the operational impact rests with the CISO and the head of business operations.

Containment actionOperational impactWhen to execute
Reset KRBTGT password twice (with replication wait)All Kerberos tickets invalidated, 6-12h auth disruptionIf golden ticket suspected or DA compromise confirmed
Reset every Tier-0 admin credentialTier-0 ops paused 2-4hAlways, once DA compromise confirmed
Disable / quarantine compromised workstation(s)Affected user(s) offlineImmediately on detection
Isolate domain controllers from non-essential networkExternal auth disruptedIf lateral spread to multiple DCs
Revoke all certificates issued by ADCS in the suspect windowSome apps may break until reissueIf ADCS abuse (ESC1-ESC11) suspected
Disable replication temporarilyDomain partitioning riskOnly after evidence preserved + GRC sign-off

Phase 3 · Eradicate (hours 12-72)

Eradication is where most BFSI IR engagements either succeed or quietly fail. The honest answer in 70% of AD-compromise cases we have handled in India is that complete eradication requires a forest rebuild. Cleanup approaches — purging suspected backdoors, resetting all credentials, removing rogue GPOs — have a high false-negative rate, and a re-compromise within 30-90 days is the typical outcome.

  1. Inventory every persistence mechanism the attacker could have installed: AdminSDHolder ACL modifications, malicious GPOs, hidden DCs, rogue ADCS certificate templates, SID-history injections, golden / silver tickets, DSRM accounts, SeEnableDelegation rights on user accounts.
  2. For each persistence class, run a detection sweep (PingCastle, BloodHound, Locksmith, ADCSExploit, Sharphound's most-recent dataset).
  3. Evaluate the cost of cleanup vs forest rebuild — across our BFSI engagements, the break-even is around 6-8 confirmed persistence findings.
  4. If forest rebuild is chosen, plan for a 4-6 week parallel-build window with a managed cutover.
  5. If cleanup is chosen, schedule a follow-up audit at day 30, day 60 and day 90 to detect re-compromise.

Phase 4 · Recover (week 1-6)

Recovery in BFSI is constrained by regulator expectations, customer impact, and the fact that core banking systems cannot be down beyond the regulatory tolerance. The recovery plan our team writes for Indian banks has three parallel tracks: business-continuity (keep critical banking functions operational on hot-standby), platform-rebuild (new forest, new naming, new tiering model), and trust-rebuild (regulator communications, customer notifications, board reporting).

Phase 5 · Lessons & hardening (week 6-12)

The post-incident review should land on the CISO's desk within 12 weeks of detection and feed into both the next RBI/SEBI cyber-resilience audit and the board's IT/Risk Committee report. The hardening backlog we typically deliver covers: Tier-0 isolation enforcement, ADCS template review (ESC1-ESC11 coverage), service-account inventory and gMSA migration, privileged-access workstation rollout, Just-In-Time admin via PAM, BloodHound + PingCastle baseline + monthly delta review, and EDR coverage on every DC and every Tier-0 host.

Common mistakes we see in Indian BFSI IR

  • Resetting KRBTGT only once — golden tickets remain valid.
  • Restoring DCs from backup taken after the attacker's foothold — re-infection guaranteed.
  • Communicating the CERT-In report from a compromised mailbox — assume out-of-band comms from minute one.
  • Allowing IT-Ops to 'clean up' before forensic imaging — evidence destruction.
  • Treating the incident as IT, not as a board-level event — the M.D. should be briefed inside hour 4.
  • Disclosing 'all clear' before the 30-day follow-up audit confirms it.

How Macksofy helps

Our DFIR practice delivers AD-compromise IR on a 24/7 retainer basis to Indian banks, NBFCs, and insurers, with a guaranteed 1-hour engagement SLA. Engagements cover the full five-phase playbook above plus the CERT-In and RBI/SEBI/IRDAI reporting workflow as a single deliverable. Macksofy is CERT-In empanelled. See /services/digital-forensics-incident-response for the engagement scope and /resources/active-directory-compromise-runbook for the operational runbook we publish openly.

FAQ

Quick answers.

End-to-end, 4-12 weeks. Detect + Contain is hours 0-12. Eradicate is hours 12-72. Recovery is week 1-6 (longer if a forest rebuild is chosen). Lessons + hardening backlog closes out at week 12. CERT-In reporting happens at hour 6; RBI/SEBI/IRDAI follow-up reporting layers on by sector.
Not always, but often. Across our Indian BFSI engagements, ~70% of cases lead to a forest rebuild — the break-even is roughly 6-8 confirmed persistence findings. Cleanup is possible for limited compromises but requires a 30/60/90-day follow-up audit cadence to manage re-compromise risk.
A single KRBTGT reset keeps the previous password in the AD password-history slot, which Kerberos still accepts. Two resets, with a 10-hour replication wait between them, are required to fully invalidate any forged TGTs (golden tickets).
CERT-In Direction 20(3)/2022 requires reporting within 6 hours of awareness for reportable incidents (defined in the Annexure I list — AD compromise typically qualifies). The reporting decision is the CISO's, taken in consultation with external counsel; technical containment runs in parallel and is not blocked by the report.
Yes. We deliver 24/7 DFIR retainers with a 1-hour engagement SLA across India and the UAE — Mumbai, Delhi, Bengaluru, Hyderabad, Chennai, Pune, Kolkata, Ahmedabad, Gurugram, Noida, Dubai and Abu Dhabi. See /services/digital-forensics-incident-response for the retainer scope.
The RBI CSF (and the IT Governance Framework that supersedes parts of it) requires banks to have a documented incident-response procedure, regular IR drills, and reporting workflows to RBI within defined windows. This playbook is the operational instantiation of those requirements for AD-specific incidents — what RBI inspectors look for in audits.
Read next

Related articles

Compliance

The CERT-In Empanelment Process (2026): How an Auditing Organisation Actually Gets on the Panel

A step-by-step walkthrough of how CERT-In empanels information security auditing organisations in India — the single three-month application window each year, the eligibility bar, the documentation round, the offline and online practical skill tests and their 90% pass threshold, the Personal Interaction Session, government background verification, what it costs, how long the whole cycle takes, and what an organisation has to keep doing to stay on the panel.

Read article
Compliance

ABDM M1 WASA Audit: The Complete Guide to the Safe-to-Host Certificate (2026)

Everything an Indian digital-health team needs to know about the WASA audit behind ABDM Milestone 1 — what WASA stands for, why the report has to come from a CERT-In empanelled auditor, what functional and security testing it covers for HIPs, HIUs and health lockers, what the safe-to-host certificate must state about the environment tested, realistic timelines, and the failures that send teams back for a re-test.

Read article
Penetration Testing

Penetration Testing & VAPT: The Complete Guide (India, 2026)

A definitive guide to penetration testing and VAPT for Indian organisations in 2026 — the difference between vulnerability assessment and penetration testing, the types, the PTES/OWASP methodology, CVSS scoring, timelines, cost drivers, deliverables, regulatory triggers (CERT-In, RBI, SEBI, PCI-DSS, DPDP) and how to choose a CERT-In empanelled provider.

Read article
Talk to us

Get a fixed-price proposal in 48 hours.

Tell us about your security need — pentest, audit, training or a wider engagement. A senior consultant will reply within a few business hours.

CERT-In Empanelled
Information Security Auditor · India
  • CERT-In Empanelled
  • EC-Council ATC · CompTIA Authorized
  • Thousands of professionals trained
  • India + UAE engagements