Skip to content

File Last Used

Evidence: File Last Used
Description: Collects files with last access times via Finder or open command.
Category: DiskFilesystem
Platform: macos
Short Name: fls
Is Parsed: Yes
Sent to Investigation Hub: Yes
Collect File(s): No

macOS tracks last usage metadata for files through extended attributes (e.g., com.apple.lastuseddate#PS) updated by Finder and certain application interactions. These timestamps help understand user interaction with files beyond standard atime semantics.

This collector gathers structured data about file last used.

FieldDescriptionExample
IDID123
UsernameUsernameExample value
PathPathExample value
TimeTime2023-10-15 14:30:25+03:00

This collector enumerates user directories and extracts the com.apple.lastuseddate#PS extended attribute for files, decoding it into timestamps and mapping them to the owning user.

Last used timestamps help reconstruct user activity on documents, reveal recently interacted files, and support timeline building even when traditional access times are unreliable due to filesystem settings.