350-701 Exam Question 161

An engineer is configuring AMP for endpoints and wants to block certain files from executing. Which outbreak control method is used to accomplish this task?
  • 350-701 Exam Question 162

    Refer to the exhibit.
    import requests
    client_id = '<Client id>'
    api_key = '<API Key>'
    url = 'https://api.amp.cisco.com/v1/computers'
    response = requests.get(url, auth=(client_id, api_key))
    response_json = response.json()
    for computer in response_json['data']
    hostname = computer['hostname']
    print(hostname)
    What will happen when the Python script is executed?
  • 350-701 Exam Question 163

    Which type of DNS abuse exchanges data between two computers even when there is no direct connection?
  • 350-701 Exam Question 164

    A Cisco FTD engineer is creating a new IKEv2 policy called s2s00123456789 for their organization to allow for additional protocols to terminate network devices with. They currently only have one policy established and need the new policy to be a backup in case some devices cannot support the stronger algorithms listed in the primary policy. What should be done in order to support this?
  • 350-701 Exam Question 165

    How does DNS Tunneling exfiltrate data?