Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 312-49v10 All Questions

View all questions & answers for the 312-49v10 exam

Exam 312-49v10 topic 1 question 765 discussion

Actual exam question from ECCouncil's 312-49v10
Question #: 765
Topic #: 1
[All 312-49v10 Questions]

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?

  • A. Mysqlaccess, due to its ability to check and validate the access privileges defined for a hostname or username
  • B. Myisamlog, for its functionality to process the contents of the MyISAM log file and perform recovery operations
  • C. Mysqlbinlog, due to its ability to read and display binary log files in text format
  • D. Mysqldump, for its capacity to dump a database or a collection of databases for backup and restore purposes
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
4bd3116
4 months ago
Selected Answer: C
Mysqlbinlog allows you to read and display the contents of MySQL binary log files. These binary logs contain a record of all changes made to the database, including user authentication events and queries. By analyzing the binary logs, the forensic investigator can trace the unauthorized access attempts, correlate them with timestamps, and identify patterns or specific queries used during the attack.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...