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

Which of the following Event Search queries would only find the DNS lookups to the domain: www.randomdomain.com?

    Correct Answer: A

    To find DNS lookups specifically for the domain www.randomdomain.com, the query must include both the event type and the exact domain name. Option A uses the appropriate event type (DnsRequest) and specifies the full domain name (www.randomdomain.com), making it the correct query for this task.

Discussion

3 comments
alanalanalanOption: A
Jul 9, 2024

A. event_simpleName=DnsRequest DomainName=www.randomdomain.com

five55Option: A
Mar 22, 2024

I think it a because we do not need to put the Computer Name as Host. We only interested in the domain address

kangaruOption: A
Jan 14, 2024

B: This would not match www.randomdomain.com without using * C: Same as B D. This one work, but not written in the best practice format. The use of 'ComputerName' diverts the success criteria of question.