312-49 · Question #688
Joshua is analyzing an MSSQL database for finding the attack evidence and other details, where should he look for the database logs?
The correct answer is C. Model.ldf. In Microsoft SQL Server, the transaction log file uses the .ldf extension (Log Data File). Every database, including the system 'model' database, has a corresponding .ldf file that records all transactions and database modifications. Forensic investigators analyze .ldf files to…
Question
Joshua is analyzing an MSSQL database for finding the attack evidence and other details, where should he look for the database logs?
Options
- AModel.log
- BModel.txt
- CModel.ldf
- DModel.lgf
How the community answered
(64 responses)- A6% (4)
- B2% (1)
- C88% (56)
- D5% (3)
Explanation
In Microsoft SQL Server, the transaction log file uses the .ldf extension (Log Data File). Every database, including the system 'model' database, has a corresponding .ldf file that records all transactions and database modifications. Forensic investigators analyze .ldf files to identify changes made to the database, including unauthorized inserts, updates, or deletions. The .mdf extension is for primary data files. There are no standard MSSQL log formats with .txt or .lgf extensions.
Topics
Community Discussion
No community discussion yet for this question.