How to Build a Behavioral Timeline

Task

How to Build a Behavioral Timeline

Template

TimestampSource ToolActionDetailIOC
T+0sProcmonProcess Startmalware.exe launchedPID: 1234
T+1sProcmonFile WriteDropped file to %TEMP%Hash: abc...
...............

Data Sources

  1. Procmon CSV export – Process, file, registry events
  2. Wireshark PCAP – Network timeline
  3. Process Explorer – Process tree snapshots
  4. FakeNet-NG logs – Intercepted connections

Correlation Tips

  • Align all timestamps to sample execution (T+0)
  • Look for causal chains across tools
  • Note any sleep/delay periods
  • Track process spawning sequences

Deliverable Checklist

  • All file system changes documented
  • All registry modifications documented
  • All network connections documented
  • Process tree captured
  • IOCs extracted and categorized
  • ATT&CK techniques mapped