mac_parse_fsck_apfs_log
Parse fsck_apfs.log to identify APFS volume creation, external device connections, and anti-forensics activity with timestamps.
Instructions
Parse fsck_apfs.log to find volume creation, external device connections, and anti-forensics activity. Shows APFS volume formatting operations with timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| log_path | Yes | Path to fsck_apfs.log file | |
| time_end | No | ISO datetime - filter operations before this time | |
| time_start | No | ISO datetime - filter operations after this time | |
| errors_only | No | Only show operations with errors | |
| device_filter | No | Filter by device path (e.g., 'rdisk4') | |
| external_only | No | Only show external device operations (rdisk2+) | |
| volume_filter | No | Filter by volume name (substring match) |