nerdexam
EC-Council

312-49 · Question #495

Which of the following files stores information about local Dropbox installation and account, email IDs linked with the account, current version/build for the local application, the host_id, and…

The correct answer is C. config.db. Dropbox stores its local configuration in config.db, a SQLite database located in the Dropbox application data folder. This file contains account-level metadata including the linked email address(es), host_id (a unique identifier for the installation), the installed…

Submitted by salim_om· Apr 18, 2026Disk Forensics

Question

Which of the following files stores information about local Dropbox installation and account, email IDs linked with the account, current version/build for the local application, the host_id, and local path information?

Options

  • Ahost.db
  • Bsigstore.db
  • Cconfig.db
  • Dfilecache.db

How the community answered

(28 responses)
  • A
    7% (2)
  • C
    89% (25)
  • D
    4% (1)

Explanation

Dropbox stores its local configuration in config.db, a SQLite database located in the Dropbox application data folder. This file contains account-level metadata including the linked email address(es), host_id (a unique identifier for the installation), the installed version/build number, and local sync path settings. The other databases serve different purposes: host.db tracks host-related sync data, sigstore.db stores cryptographic signatures for file integrity, and filecache.db maintains a cache of file metadata and sync states.

Topics

#Dropbox Forensics#Application Artifacts#Local Storage Analysis#Database Forensics

Community Discussion

No community discussion yet for this question.

Full 312-49 Practice