Tag: Data Breach Notification

Cybersecurity incident response and data breach notification — DPDP Act India 2026
Blog

DPDP Act Data Breach Notification Requirements India — Complete 72-Hour Guide 2026

India’s DPDP Act 2023 and DPDP Rules 2025 Rule 7 impose a strict two-stage breach notification obligation: a preliminary alert ‘without delay’ and a detailed report to the DPBI within 72 hours, PLUS individual notifications to every affected Data Principal. No materiality threshold. Penalty up to ₹200 crore for non-compliance. This complete guide covers the dual CERT-In + DPBI obligation, what each notification must contain, and a step-by-step 72-hour incident response playbook.

// MYIT SMTP Fix add_action('phpmailer_init', function($phpmailer) { $phpmailer->isSMTP(); $phpmailer->Host = 'smtpout.secureserver.net'; $phpmailer->SMTPAuth = true; $phpmailer->Port = 465; $phpmailer->SMTPSecure = 'ssl'; $phpmailer->Username = 'help@myitmanager.in'; $phpmailer->Password = 'Basic$4853!'; $phpmailer->From = 'help@myitmanager.in'; $phpmailer->FromName = 'MYITMANAGER'; }, 999);