CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 5: CCFH-202: CrowdStrike Certified Falcon Hunter

Which of the following queries will return the parent processes responsible for launching badprogram.exe?

Nội dung câu hỏi

Which of the following queries will return the parent processes responsible for launching badprogram.exe?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. [search (ParentProcess) where name=badprogram.exe ] | table ParentProcessName _time
  2. B. event_simpleName=processrollup2 [search event_simpleName=processrollup2 FileName=badprogram.exe | rename ParentProcessId_decimal AS TargetProcessId_decimal | fields aid TargetProcessId_decimal] | stats count by FileName _time — đáp án hiện tại
  3. C. [search (ProcessList) where Name=badprogram.exe ] | search ParentProcessName | table ParentProcessName _time
  4. D. event_simpleName=processrollup2 [search event_simpleName=processrollup2 FileName=badprogram.exe | rename TargetProcessId_decimal AS ParentProcessId_decimal | fields aid TargetProcessId_decimal] | stats count by FileName _time

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề