Computer Hacking Forensic Investigator (CHFI v10) — Question 570

An international corporation is targeted by a severe data breach, resulting in massive corruption in its MySQL database. The forensic investigator is responsible for recovering the corrupted data and tracing the perpetrators. During the investigation, the team detected a high number of unauthorized access attempts from several hostnames and usernames that coincided with the attack. Which MySQL utility program would most suitably validate these access attempts in this scenario?

Answer options

Correct answer: A

Explanation

The correct answer is A, Mysqlaccess, as it specifically checks and validates access privileges for different hostnames and usernames, making it ideal for identifying unauthorized access. Options B, C, and D serve different purposes: Myisamlog focuses on MyISAM log recovery, Mysqlbinlog deals with binary log files, and Mysqldump is used for database backups, none of which directly validate access attempts.