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

Câu 68: 350-201: Performing CyberOps Using Core Security Technologies (CBRCOR)

An analyst received multiple alerts on the SIEM console of users that are navigating to malicious URLs. The analyst needs to automate the task of receiving alerts and processing the data for further investigations. Three variables are available from the SIEM console to include in an automation script: console_ip, api_…

Nội dung câu hỏi

An analyst received multiple alerts on the SIEM console of users that are navigating to malicious URLs. The analyst needs to automate the task of receiving alerts and processing the data for further investigations. Three variables are available from the SIEM console to include in an automation script: console_ip, api_token, and reference_set_name. What must be added to this script to receive a successful HTTP response?#!/usr/bin/pythonimport sysimport requests

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. {1}, {2}
  2. B. {1}, {3}
  3. C. console_ip, api_token — đáp án hiện tại
  4. D. console_ip, reference_set_name

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ề