312-49 · Question #697
Analyze the hex representation of mysql-bin.000013 file in the screenshot below. Which of the following will be an inference from this analysis?
The correct answer is D. A WordPress user has been created with the username bad_guy. MySQL binary log files (binlogs) record all DDL and DML statements that modify the database. Decoding the hex representation of mysql-bin.000013 would reveal an INSERT statement executed against the WordPress users table (wp_users), which records the creation of a new user…
Question
Analyze the hex representation of mysql-bin.000013 file in the screenshot below. Which of the following will be an inference from this analysis?
Exhibit
Options
- AA user with username bad_guy has logged into the WordPress web application
- BA WordPress user has been created with the username anonymous_hacker
- CAn attacker with name anonymous_hacker has replaced a user bad_guy in the WordPress
- DA WordPress user has been created with the username bad_guy
How the community answered
(38 responses)- A3% (1)
- B11% (4)
- C5% (2)
- D82% (31)
Explanation
MySQL binary log files (binlogs) record all DDL and DML statements that modify the database. Decoding the hex representation of mysql-bin.000013 would reveal an INSERT statement executed against the WordPress users table (wp_users), which records the creation of a new user account. The decoded strings in the hex output identify the username as 'bad_guy', indicating a new WordPress account was created under that name - a common forensic artifact in web application compromise investigations.
Topics
Community Discussion
No community discussion yet for this question.
