Under the Digital Personal Data Protection Act 2023, Indian companies that experience a personal data breach must notify the Data Protection Board of India and each affected Data Principal without delay. The Act does not prescribe a fixed 72-hour window for the Board notification — the Rules (once notified) will specify the timeline — but CERT-In's separate directive already mandates reporting cybersecurity incidents within six hours. In practice, your first 72 hours after breach detection are the most consequential: the decisions you make (and document) during this window determine legal exposure, regulatory penalty, and reputational outcome.
This guide walks compliance leads, CTOs, and founders through the obligations, the assessment logic, the documentation requirements, and the overlap with CERT-In's faster-moving reporting mandate.
What Counts as a Personal Data Breach Under DPDP Act 2023
The DPDP Act 2023 defines a personal data breach as any unauthorized processing of personal data, or accidental disclosure, acquisition, sharing, use, alteration, destruction, or loss of access to personal data. Critically, the Act's scope is personal data processed in digital form — or data collected offline but subsequently digitised.
Not every IT incident qualifies. A server going down, a misconfigured dashboard that exposed no actual data, or an internal access to data within approved purpose — none of these automatically triggers the breach-notification obligation. What matters is whether personal data was exposed or could have been accessed by an unauthorized party.
Key indicators that you have a notifiable breach:
- Credentials or identity records of customers, employees, or users were accessed without authorization
- Ransomware encrypted or exfiltrated records containing personal data
- An employee shared a customer database with an external party without approval
- A third-party vendor suffered a breach that included your data you shared with them
- An API or web application exposed personal data fields to unauthenticated requests
The Two Notification Obligations: DPDP Board vs. CERT-In
Indian companies face two distinct reporting obligations that can run simultaneously after a breach. Understanding which is which prevents dangerous confusion.
| Obligation | Recipient | Timeline | Authority |
|---|---|---|---|
| CERT-In Cybersecurity Incident Report | Indian Computer Emergency Response Team | 6 hours from detection | IT Act, 2000 (CERT-In Directions April 2022) |
| DPDP Act Breach Notification | Data Protection Board of India | As prescribed by Rules (under development) | Digital Personal Data Protection Act, 2023 |
| Affected Data Principals Notification | Each individual whose data was breached | Without undue delay (alongside or after Board notification) | DPDP Act, 2023 Section 8(6) |
Source references: CERT-In Directions April 2022 | MeitY DPDP Act resources
Breach Detection to Notification: Decision Flow
graph TD
A[Breach Detected or Suspected] --> B{Personal data involved?}
B -->|No| C[IT Incident Only — internal IR process]
B -->|Yes| D{Unauthorized access confirmed or cannot be ruled out?}
D -->|Cannot rule out| E[Treat as notifiable — begin documentation]
D -->|Confirmed breach| E
D -->|Ruled out| F[Document findings and close]
E --> G{CERT-In reportable incident type?}
G -->|Yes| H[File CERT-In report within 6 hours]
G -->|No or unclear| I[Escalate to legal counsel]
H --> J[Assess scope — number of Data Principals affected]
I --> J
J --> K[Prepare Data Protection Board notification]
K --> L[Notify affected Data Principals without undue delay]
L --> M[Preserve all evidence and IR logs]
M --> N[Remediate and post-incident review]
style A fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0
style B fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0
style C fill:#1e3d2f,stroke:#10B981,color:#e2e8f0
style D fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0
style E fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0
style F fill:#1e3d2f,stroke:#10B981,color:#e2e8f0
style G fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0
style H fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0
style I fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0
style J fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0
style K fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0
style L fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0
style M fill:#1e3d2f,stroke:#10B981,color:#e2e8f0
style N fill:#1e3d2f,stroke:#10B981,color:#e2e8f0Know your vulnerabilities before attackers do
Run a free VAPT scan — takes 5 minutes, no signup required.
Book Your Free ScanWhat to Document From Hour Zero
Regulators and courts look at two things after a breach: what happened, and what you did about it. Your documentation during the first 72 hours is your evidence trail. Poor documentation has cost companies far more in regulatory scrutiny than the breach itself.
Immediate documentation (within first 6 hours)
- Detection timestamp — exact date and time when the breach was first identified, and by whom
- Initial indicators — alert, log anomaly, external report, or other trigger
- Systems involved — which servers, databases, applications, or third-party services
- Likely data categories — names, contact details, financial data, health data, government IDs
- Estimated number of Data Principals — even a rough range is better than nothing
- Containment actions taken — credentials rotated, system isolated, access revoked
Ongoing documentation (hours 6–72)
- Forensic investigation log — timestamped entries of every finding, hypothesis tested, and conclusion
- Chain of custody for disk images, log files, and memory captures
- Communications log — every internal and external communication related to the breach, with timestamps
- Notification drafts — preserve each draft of the Board notification and Data Principal notices, with revision history
- Remediation decisions — what was patched, reconfigured, or shut down, and when
Notifying Affected Data Principals
The DPDP Act places an explicit obligation on Data Fiduciaries (companies that collect and process personal data) to inform each affected Data Principal about the breach. The notification must cover:
- The nature of the personal data involved
- The steps the Data Principal can take to protect themselves
- The safeguards the company has applied or is applying
- Contact information for the company's point of contact for breach-related queries
Breach Response Timeline: Where Most Incidents Fall Apart
xychart-beta
title "Typical Breach Response: Hours Elapsed vs Actions Completed"
x-axis ["Hour 1", "Hour 6", "Hour 24", "Hour 48", "Hour 72"]
y-axis "Cumulative Actions Completed" 0 --> 10
bar [1, 3, 5, 7, 9]
line [2, 5, 7, 9, 10]The gap between the bar (actual) and line (target) represents the compliance deficit most Indian SMBs face: detection and containment happen, but documentation, formal notification drafting, and Data Principal communication lag behind by 24–48 hours. Closing that gap requires a pre-written incident response runbook, not improvisation.
The 72-Hour Incident Response Checklist
Hour 0–6: Detect and Contain
| Action | Owner | Done? |
|---|---|---|
| Confirm whether personal data was accessed | Security / IT | |
| Isolate affected systems to prevent further exfiltration | IT / DevOps | |
| Preserve logs — do not rotate, delete, or overwrite | IT | |
| Notify CISO / DPO / legal counsel | Management | |
| File CERT-In incident report if incident type qualifies | DPO / Legal | |
| Begin breach documentation log with detection timestamp | DPO |
Hour 6–24: Assess and Escalate
| Action | Owner | Done? |
|---|---|---|
| Complete initial forensic scope — systems, data categories, count of Data Principals | Security | |
| Confirm or rule out third-party Data Processor involvement | Legal / Vendor Mgmt | |
| Engage external IR firm if internal capacity is insufficient | CISO | |
| Draft Data Protection Board notification | DPO / Legal | |
| Draft Data Principal notification content | DPO / Comms | |
| Assess whether regulatory bodies beyond DPB must be notified (RBI, SEBI, IRDAI if sector-regulated) | Legal |
Hour 24–72: Notify and Remediate
| Action | Owner | Done? |
|---|---|---|
| Submit notification to Data Protection Board | DPO / Legal | |
| Send individual notifications to affected Data Principals | Comms / Engineering | |
| Apply emergency security patches and access controls | Engineering | |
| Conduct post-incident review kick-off | CISO | |
| Archive complete breach documentation in tamper-evident storage | IT / Legal |
Sector Overlay: Additional Reporting for Regulated Industries
If your company operates in a regulated sector, you face parallel notification requirements beyond the DPDP Act and CERT-In.
- Banking and NBFCs — RBI's cybersecurity framework requires prompt notification of major cyber incidents to the Reserve Bank. Contact: rbi.org.in
- Stock brokers, depositories, AMCs — SEBI's Cybersecurity and Cyber Resilience Framework (CSCRF) mandates incident reporting. Contact: sebi.gov.in
- Insurance — IRDAI guidelines require incident reporting and include breach notification obligations
Where Bachao.AI Fits
Breach notification obligations are reactive. The stronger posture is preventing the breach in the first place — and catching vulnerabilities before attackers do. Bachao.AI, built by Dhisattva AI Pvt Ltd, automates vulnerability assessment across your web applications and APIs, producing findings that map directly to the kind of controls that prevent unauthorized access to personal data.
A free VAPT scan takes minutes to initiate and surfaces the misconfigurations — exposed APIs, authentication weaknesses, unencrypted sensitive fields — that convert a near-miss into a notifiable breach. For companies with specific DPDP compliance requirements, see the DPDP compliance page.