Solved

An Analyst Received Multiple Alerts on the SIEM Console of Users

Question 34

Multiple Choice

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/python import sys import requests


A) {1}, {2}
B) {1}, {3}
C) console_ip, api_token
D) console_ip, reference_set_name

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions