Exam CCFH-202 All QuestionsBrowse all questions from this exam
Question 2

Which field should you reference in order to find the system time of a *FileWritten event?

    Correct Answer: A

    The correct field to reference for finding the system time of a *FileWritten event is 'ContextTimeStamp_decimal'. This field indicates the time at which an event occurred on the system as seen by the sensor. It captures the system time of the event, which is what is required to determine when the FileWritten event took place.

Discussion
examtopics3000Option: A

ContextTimeStamp: System time of event creation.

Joe_KwokOption: A

System time should be ContextTimeStamp_decimal

alanalanalanOption: A

the question is asking "system time of xxx". the "*FileWritten event" is the event, the focus is the system time, so the answer is A Document : Falcon Documentation > Event Investigation > Events > Events Full Reference (Events Data Dictionary) ContextTimeStamp_decimal The time at which an event occurred on the system, as seen by the sensor (in decimal, non-hex format). Not to be confused with timestamp which is the time the event was received by the cloud.

silva222222Option: A

(A) ContextTimeStamp_decimal: This field specifically refers to the time the event was captured by the security system, which is what you're interested in for a FileWritten event.

gr23Option: A

ContextTimeStamp. FileTimeStamp only records time of file modification, not creation.