Tutorial 4: Recovery, Communication, and Lessons Learned

Unit 7 ยท Monitoring and incident response

Objectives

Recovery is more than restarting systems. Validate clean artifacts, credentials, configuration, data integrity, authorization, monitoring, and business function. Communicate what is known, unknown, affected, and being done. Avoid blame-focused reviews; a resilient organization examines conditions, decisions, and missing safeguards.

finding -> contributing condition -> control change
owner + due date + verification evidence + review

Lessons learned should produce prioritized actions, not a vague promise to improve. Track completion and verify that the new control changes exposure or detection. Update playbooks and exercise the revised process.

Exercises

  1. Write a recovery checklist for a compromised application.
  2. Draft an internal incident update.
  3. Convert three findings into measurable actions.

Self-check

  1. What must be verified after restore?
  2. Why communicate uncertainty?
  3. What makes a lesson actionable?

Self-Check Quiz

1. Is service availability alone proof of recovery?

AnswerNo. Integrity, authorization, credentials, configuration, monitoring, and business correctness must also be verified.

2. What should an action have?

AnswerAn owner, due date, measurable change, priority, and verification evidence.

Homework

  1. Produce a recovery and communications plan.
  2. Write a lessons-learned report for a data exposure.
  3. Define verification for each remediation.
Sample answerRecovery validates clean code and data, rotates credentials, checks authorization and logs, restores monitoring, and verifies business workflows. Communication states impact and uncertainty. Actions have owners, dates, and tests such as access-control regression and log-coverage verification.