// first 10 minutes
disgruntled employee exit — quick-start
disgruntled exit — first 10 minutes. preserve the endpoint before it's returned. print this, check boxes, then run the primary tools.
checklist
- do not accept the returned laptop until forensic imaging is complete — returning it before imaging destroys recovery options.
- suspend but do not delete the departing employee's accounts — revoke access, preserve audit history.
- pull DLP alerts for the last 30 days of employment — elevated exfiltration risk in the notice period.
- export USB attach/detach events from Windows Event Log (System 2003/2004) for the employee's endpoint.
- export cloud sync client logs (Dropbox, Box, OneDrive) for the employee's account — upload volume in final days is a key signal.
- pull file access audit logs from file server and SharePoint for the last 30 days of employment.
- check for deliberate file deletion events — large-scale deletion in final days is a separate forensic track from exfiltration.
- pull IT ticketing records for the offboarding — note any access extension requests, key returns, and system access revocations.
- check for new personal GitHub, GitLab, or cloud storage accounts accessed from the corporate endpoint in the final weeks.
- begin the primary tool path below — disgruntled exit correlator and file deletion artifact analyzer.
primary tools
- 01mass rename detectordrop a file listing or dir output · detect bulk renames within short time windows · flag ransomware extension patterns · visualize rename timeline · export CSV · runs locally
- 02secure deletion detectordrop disk image · wipe patterns · zero ff aa55 fills · high entropy · sdelete eraser hints · heat map · chunked worker scan · runs locally
- 03file shredder remnant and signature scannerdrop mft csv usn journal csv or file listing · detect execution artifacts of file shredding tools · identify sdelete eraser bleachbit cipher patterns · surface files that were securely deleted · runs locally
- 04registry key deletion burst detectordrop registry transaction log or security evtx csv · detect rapid bulk registry key deletion · identify scripted registry cleanup operations · surface anti-forensic registry wiping patterns · runs locally
- 05scheduled task deletion and history clearing detectordrop security system and task scheduler evtx csvs · detect scheduled task deletion · identify task history clearing · surface task creation followed by deletion indicating attacker cleanup · runs locally
- 06service deletion burst detectordrop system evtx csv · detect rapid service deletion patterns · identify attacker persistence mechanism removal · surface service install-then-delete lifecycle indicating attack tool cleanup · runs locally
- 07browser history clearing pattern detectordrop chrome firefox or edge sqlite history db csv · detect history clearing events · identify gaps in browsing timeline · surface clearing timestamps and what was removed · runs locally
- 08PowerShell history clearing detectordrop powershell operational evtx csv or psreadline history file · detect cleared powershell command history · identify gaps in command execution record · surface anti-forensic powershell history manipulation · runs locally