Communication",
"public-ip-check-dns": "Public IP
Checkers",
"ransomware-dns": "Ransomware
Communication",
"rat-dns": "Remote Access Trojans",
"scheduled-tasks": "Scheduled Task
Communication",
"sinkholed-ip-dns": "Sinkholed IPs",
"stolen-cert-dns": "Stolen Certificates",
}
for name, desc in FEEDS_NAME.items():
url = "{}/{}.json".format(FEED_URL, name)
querystring =
{"api_key":"2kdn3muq7uafelcpgib9eccua7"}
headers = {
'cache-control': "no-cache",
'Content-type': 'application/json',
'Accept': 'application/json'
}
response = requests.request("GET", url,
headers=headers, params=querystring)
print(response.text)
EXAM PREPARATION TASKS
As mentioned in the section “How to Use This Book” in
the Introduction, you have a couple of choices for exam
preparation: the exercises here, Chapter 19, “Final
Preparation,” and the exam simulation questions on the
companion website.
REVIEW ALL KEY TOPICS
Review the most important topics in this chapter, noted
with the Key Topic icon in the outer margin of the page.
Table 11-9 lists these key topics and the page number on
which each is found.