Prefetch Analysis
Windows Prefetch files (.pf
) record information about executed applications for performance optimization.
They also provide evidence of program execution, even after binaries have been deleted.
Tool | Purpose |
---|---|
PECmd | Parse Prefetch files and extract execution metadata |
C:\Windows\Prefetch\
Example files: CMD.EXE‑A6294E76.pf
, MIMIKATZ.EXE‑B29D8C74.pf
Field | Description |
---|---|
Run Count | Number of times the program executed |
Last Run Time | Most recent execution timestamp (UTC) |
File List | Files accessed by this executable |
PECmd.exe -d C:\Windows\Prefetch --csv out/