Pro plugin

Dropbox

Collects file cache metadata, deleted file records, account configuration, and preferences from Dropbox Desktop encrypted databases

cloudstorage.dropboxPromacOS 10.12+v1.0.0cloud-storageuserfile-access

Run this plugin

Trigger collection for Dropbox on its own with the --plugin flag, or include it in a wider sweep by category.

# Just this plugin
macfor-pro collect --plugin cloudstorage.dropbox --output ./evidence.zip

# Dry run — list what would be collected
macfor-pro collect --plugin cloudstorage.dropbox --dry-run

Compatibility

  • macOS 10.12+

Licensing: ships in the macfor-pro binary. See Community vs Pro.

Artifacts collected (5)

Each row corresponds to an entry in the plugin's artifacts.yaml manifest. Optional artifacts are skipped unless explicitly enabled.

storage

ArtifactFormatPathNotes
Dropbox File Cache
dropbox_filecachehigh value
sqlite~/.dropbox/instance1/filecache.dbxStructured file cache records including paths, sizes, timestamps, and sync state.
Dropbox Deleted Files
dropbox_deletedhigh value
sqlite~/.dropbox/instance1/deleted.dbxDeleted file records with original paths and deletion timestamps.

config

ArtifactFormatPathNotes
Dropbox Account Configuration
dropbox_accountSensitivemedium value
sqlite~/.dropbox/instance1/config.dbxAccount configuration including email, display name, and team membership.
Dropbox Preferences
dropbox_prefsmedium value
binary_plist~/Library/Preferences/com.getdropbox.dropbox.plistApplication preferences including client version and sync root path.

metadata

ArtifactFormatPathNotes
Dropbox Raw Files
dropbox_rawOptionalOpt-in
binary~/.dropbox/instance1/Raw .dbx databases and supporting files for offline analysis.