DevNet Associate DEVASC 200-901 Official Certification Guide by Adrian Iliesiu (z-lib.org)
resulting in comprehensive malware protection and enabling a “see once, block everywhere” architecture. By automating threat det ...
Figure 11-8 AMP Console: Creating API Credentials Once this is done, an API client ID/key pair is generated. It looks something ...
Listing All Computers The API https://api.amp.cisco.com/v1/computers fetches the list of all computers. It requires basic authen ...
This API requires the basic authentication headers and uses the GET method. Example 11-13 shows a Python requests command that u ...
}, "data": [ { "application": "Adobe Flash Player", "version": "11.5.502.146", "file": { "filename": "FlashPlayerApp.exe", "iden ...
"trajectory": "https://api.amp.cisco.com/v1/ computers/17d71471-805b-4183-9121- 3924b8982fac/trajectory", "group": "https://api. ...
E T cisco.com/v1/eve nts for events G E T https://api.amp. cisco.com/v1/eve nt_types Identify and filter events by a unique ID P ...
Cisco Identity Services Engine (ISE) is a network access control and policy enforcement platform. Cisco ISE simplifies the deliv ...
some mobile device managers and identity providers for single sign-on. ISE can seamlessly integrate with all such external ident ...
Cisco ISE has two APIs: Session API: This API allows developers to gather session- and node- specific information by using Cisco ...
ERS API Authentication The ISE ERS API uses HTTP basic authentication, which requires the credentials to be sent in the Authoriz ...
to create an Endpoint Group called ‘DevNet Associate Group’: Click here to view code image Data - { "EndPointGroup" : { "name" : ...
The response header contains the newly created group ID: Click here to view code image Location: https://ise.devnetsandbox.com:9 ...
Click here to view code image """ create a new endpoint """ import json import requests url = "https://ise.devnetsandbox.com/ers ...
CISCO THREAT GRID Threat Grid is Cisco’s unified malware analysis and threat intelligence platform. The idea behind Threat Grid ...
Figure 11-12 Threat Grid Solution Architecture On the left side of Figure 11-12 is the Cisco portfolio, and on the right are the ...
Threat Grid API Format All Threat Grid API calls are made to the URL https://panacea.threatgrid.com/api/. The format of the API ...
""" Threat Grid - who am I """ import requests url = "https://panacea.threatgrid.com/api/v3/session/whoami" querystring = {"api_ ...
using the entity lookups /domains/, /urls/, /paths/, and so on. The Sample API allows developers to submit and retrieve data for ...
} response = requests.request( "GET", url, headers=headers, params=querystring ) print(response.text) Example 11-21 shows the JS ...
«
24
25
26
27
28
29
30
31
32
33
»
Free download pdf