28. Introduction to Digital Forensics
28.6 Forensics, Incident Response and the Law
Forensics ekta chalat nahi – to incident response cha bhag aahe (Part 11 madhe purna baghu). Breach zalyavar order asa:
- Detect the incident (SOC, alerts – Part 11).
- Contain it (isolate the affected machine).
- Preserve evidence – image disks, capture memory, save logs (this chapter).
- Analyse – what happened, how, what was taken.
- Report and recover – fix, restore, and improve.
A note on Indian law: digital evidence is admissible under the Indian Evidence Act with a proper Section 65B certificate for electronic records (verify the current provisions yourself). CERT-In requires certain incidents to be reported. This is why chain of custody and integrity hashing matter so much – without them, good evidence can be thrown out.
Why this matters for security
After an attack, forensics answers the questions that stop the next one: how did they get in, what did they touch, and is it fully cleaned up? Done properly, it also turns an incident into evidence that can support legal action.
Ravindra Bagale's Tip
Interviewers ask, "There's been a breach – what will you do first?" The answer: not panic and delete or reboot everything! First, containment and preserving evidence (image + memory + logs). If you reboot, the evidence in RAM is lost for good. Follow the process with a calm mind.
Ravindra Bagale's Tip – मराठी
Interview मध्ये "breach झाला, पहिले काय करशील?" विचारतात. उत्तर: घाबरून सगळे delete/reboot करणे नाही! आधी containment आणि evidence preserve (image + memory + logs). Reboot केला तर RAM मधला पुरावा कायमचा जातो. शांत डोक्याने process follow करा.
Ravindra Bagale's Tip – हिंदी
Interview में पूछते हैं "breach हुआ, पहले क्या करोगे?" जवाब: घबराकर सब delete/reboot करना नहीं! पहले containment और evidence preserve (image + memory + logs). Reboot किया तो RAM का सबूत हमेशा के लिए चला जाता है. शांत दिमाग से process follow करो.
Practice task
Write the six incident-response steps in order and mark which one this chapter covered. In one line, explain why rebooting a compromised machine immediately can destroy evidence.