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

Câu 18: FCP_FAZ_AN-7.4: FCP - FortiAnalyzer 7.4 Analyst

Refer to the exhibit. A FortiAnalyzer analyst is customizing a SQL query to use in a report. Which SQL query should the analyst run to get the expected results?

Nội dung câu hỏi

Refer to the exhibit. A FortiAnalyzer analyst is customizing a SQL query to use in a report. Which SQL query should the analyst run to get the expected results?

Minh họa câu hỏi

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. SELECT srcip AS "Source IP", dstport AS "Destination Port"FROM $log -WHERE $filter AND srcip = '10.0.1.10'GROUP BY srcip, dstport -ORDER BY dstport DESC — đáp án hiện tại
  2. B. SELECT srcip AS "Source IP", dstport AS "Destination Port"FROM $log -WHERE $filter AND Source IP != '10.0.1.10'GROUP BY srcip, dstport -ORDER BY dstport DESC
  3. C. SELECT srcip AS "Source IP", dstport AS "Destination Port"ORDER BY dstport DESC -GROUP BY srcip, dstport -FROM $log -WHERE $filter AND srcip = '10.0.1.10'
  4. D. SELECT srcip AS "Source IP", dstport AS "Destination Port"FROM $log -WHERE $filter AND srcip = '10.0.1.10'ORDER BY dstport -GROUP by srcip, dstport DESC

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ề