🔥 3-day streak
Cisco CCNP Cybersecurity CBRCOR (350-201)109 / 147
Question 109 of 147

A SOC analyst is reviewing the following Python snippet used to submit a suspicious file hash to a threat intelligence platform: import requests headers = {'Authorization': 'Bearer ' + token, 'Content-Type': 'application/json'} data = {'hash': file_hash, 'type': 'sha256'} resp = requests.post(url, headers=headers, json=data) print(resp.json()['reputation']) What does this script do when executed successfully?

Reviewed for accuracy · Report an issueNext question