Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Refer to the exhibit.

The security administrator must temporarily disallow traffic that goes to a production web server using the Cisco FDM REST API. The administrator sends an API query as shown in the exhibit.

What is the outcome of that action?

A.

The given code does not execute because the mandatory parameters, source, destination, and services are missing.

B.

The given code does not execute because it uses the HTTP method "PUT". It should use the HTTP method "POST".

C.

The appropriate rule is updated with the source, destination, services, and other fields set to "Any" and the action set to "DENY". Traffic to the production web server is disallowed, as expected.

D.

A new rule is created with the source, destination, services, and other fields set to "Any" and the action set to "DENY". Traffic to the production web server is disallowed, as expected.

Drag and drop the code to complete the script to search Cisco ThreatGRID and return all public submission records associated with cisco.com. Not all options are used.

Which snippet is used to create an object for network 10.0.69.0/24 using Cisco Firepower Management Center REST APIs?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Refer to the exhibit.

A network operator wants to add a certain IP to a DMZ tag.

Which code segment completes the script and achieves the goal?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Refer to the exhibit.

What is the purpose of the API represented by this URL?

A.

Getting or setting intrusion policies in FMC

B.

Creating an intrusion policy in FDM

C.

Updating access policies

D.

Getting the list of intrusion policies configured in FDM

Which request searches for a process window in Cisco ThreatGRID that contains the word “secret”?

A.

/api/v2/search/submissions?term=processwindow&title=secret

B.

/api/v2/search/submissions?term=processwindow&q=secret

C.

/api/v2/search/submissions?term=window&title=secret

D.

/api/v2/search/submissions?term=process&q=secret

Which API is used to query if the domain “example.com” has been flagged as malicious by the Cisco Security Labs team?

A.

https://s-platform.api.opendns.com/1.0/events?example.com

B.

https://investigate.api.umbrella.com/domains/categorization/example.com

C.

https://investigate.api.umbrella.com/domains/volume/example.com

D.

https://s-platform.api.opendns.com/1.0/domains?example.com

Refer to the exhibit. A network operator wrote a Python script to retrieve events from Cisco AMP.

Against which API gateway must the operator make the request?

A.

BASE_URL = “https://api.amp.cisco.com”

B.

BASE_URL = “https://amp.cisco.com/api”

C.

BASE_URL = “https://amp.cisco.com/api/”

D.

BASE_URL = “https://api.amp.cisco.com/”