Exam 312-49v10 All QuestionsBrowse all questions from this exam
Question 406

Maria has executed a suspicious executable file in a controlled environment and wants to see if the file adds/modifies any registry value after execution via

Windows Event Viewer. Which of the following event ID should she look for in this scenario?

    Correct Answer: A

    Event ID 4657 is the correct choice for tracking changes to registry values. This event ID logs when a registry object's attributes are modified, providing details on both the old and new values. It is specifically designed for monitoring registry changes, which is exactly what Maria needs to observe after executing the suspicious file. Other event IDs, such as 4688, 7040, and 4624, do not provide information about registry modifications.

Discussion
aqeel1506Option: A

A. Event ID 4657 Explanation: Event ID 4657: This event is logged when there is a modification to an object’s attributes, including registry values. It provides information about what was changed, including the old and new values, making it useful for tracking changes to the registry. Other Event IDs: Event ID 4688: This event logs the creation of a new process, which would be useful for tracking the execution of the executable file itself but not for registry modifications. Event ID 7040: This event records changes to the service configuration, which is not directly related to registry modifications made by a program. Event ID 4624: This event logs a successful logon attempt, which is not related to registry modifications.

ElbOption: A

4657 A registry value was modified