Question 8 of 32 from exam 300-735-SAUTO: Automating and Programming Cisco Security Solutions

Question 8 of 32 from exam 300-735-SAUTO: Automating and Programming Cisco Security Solutions

Question

DRAG DROP -

# Threat Grid URL used for collecting samples
tg_url =' /

# Parameters for Threat Grid API query
tg_parameters = {'api_key': [
‘advanced':'true',
"state':'succ',
- ”

# Query Threat Grid for samples
request (tg_url, params=tg_parameters)

Refer to the exhibit.

Drag and drop the elements from the left onto the script on the right that queries Cisco ThreatGRID for indications of compromise.

Select and Place:

YOUR_API_CLIENT_ID

hostname

|
requests.get | uri API request
api/v2/search/submissions | API key
https://panacea.threatgrid.com | query parameters
analysis.threat_score:>=95 | requests command

Explanations