死
import requests
url = 'https://sba.yandex.net/v4/threatMatches:find?key=8c34cf8b-c807-48e4-be5d-566a2f7b6d15'
params = {"client": {"clientId": "dieterderouck", "clientVersion": "1.1.1"},
"threatInfo": {"threatTypes": ["MALWARE", "SOCIAL_ENGINEERING"], "platformTypes": ["WINDOWS"],
"threatEntryTypes": ["URL"],
"threatEntries": [{"url": "http://malware-driveby.test.safebrowsing.yandex"}]}}
response = requests.post(url, data=params)
print(response)