mac_knowledgec_app_usage
Extract application usage history from macOS KnowledgeC.db, revealing which apps were opened and their timestamps for forensic analysis.
Instructions
Get application usage data from KnowledgeC.db. Shows what apps were used and when.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| db_path | Yes | Path to knowledgeC.db | |
| app_name | No | Filter by app name/bundle ID (substring match) | |
| time_end | No | ISO datetime - filter before this time | |
| time_start | No | ISO datetime - filter after this time |