IncidentResponsev2

4.52 Finalize Eradication Documentation and Reporting

Task Document All Eradication Activities and Validate Final Reporting for Handoff and Retention

Conditions

After eradication and recovery monitoring have been completed and validated, the operator and IR team will finalize all eradication-related documentation. This serves as the official record of eradication actions, validates clean state of systems, and provides inputs for post-incident reporting and lessons learned.

Operator Note: Eradication documentation ensures traceability, enables post-incident analysis, and supports audits and regulatory compliance. Every step taken during eradication should be captured clearly and accurately.

Standards

End State

A complete eradication report package is created, reviewed, and submitted for retention. This package includes records of all actions, validation outcomes, and supporting evidence.


Notes


Manual Steps

Step 1: Gather Eradication Records and Evidence

Records to collect:

Operator Note: Use incident ticketing systems, centralized IR drives, and SIEM exports to collect source records.


Step 2: Prepare Eradication Summary Report

Report Sections

Operator Note: Use standardized templates if available for consistency.


Step 3: Review and Approve Documentation

Operator Note: IR Lead is responsible for final approval of eradication documentation.


Step 4: Submit and Archive Documentation

Operator Note: Follow organization policy for document retention (typically 1-3 years minimum for security incidents).


Step 5: Prepare for Lessons Learned Phase

Operator Note: All eradication gaps or challenges should be flagged for discussion in After Action Review.


Running Script (Example - Record Cleanup Validation to File)

Get-Date | Out-File EradicationCompletion.txt
Write-Output "Eradication activities completed and validated. No remaining attacker artifacts found." | Out-File -Append EradicationCompletion.txt

Dependencies


Other Available Tools

Tool Platform Installation Usage
ITSM / Incident Tracking (ServiceNow, Jira) Cross-platform Enterprise tool Link and record eradication actions
SharePoint / Confluence Cross-platform Enterprise tool Archive eradication report
SIEM (Splunk, Sentinel, ELK) Cross-platform Enterprise tool Export supporting log evidence
Word / PDF Templates Cross-platform Standard Office tools Generate eradication report documents

Operator Note: Use enterprise-standard formats for reporting (Word, PDF) for ease of distribution and review.


Operator Recommendations and Additional Tools

Operator Checklist

Best Practices


References

NIST SP 800-61 - Incident Handling Reporting
SANS Post-Incident Reporting


Revision History

Date Version Description Author
2025-05-02 1.0 Fully generated operator guide for eradication documentation and reporting Leo