Fortinet black logo

Cisco Umbrella v1.0.0

1.0.0
Copy Link
Copy Doc ID 64e5d78f-3b03-4d34-af19-0a16fa99d4e0:1

About the connector

Cisco Umbrella is a cloud security platform that provides the first line of defense against threats on the internet wherever users go.

This document provides information about the Cisco Umbrella connector, which facilitates automated interactions, with a Cisco Umbrella server using FortiSOAR™ playbooks. Add the Cisco Umbrella connector as a step in FortiSOAR™ playbooks and perform automated operations, such as blocking and unblocking domains on the Cisco Umbrella security platform and retrieving a list of blocked domains from the Cisco Umbrella security platform.

Version information

Connector Version: 1.0.0

Authored By: Fortinet

Certified: No

Installing the connector

All connectors provided by FortiSOAR™ are delivered using a FortiSOAR™ repository. Therefore, you must set up your FortiSOAR™ repository and use the yum command to install connectors:

yum install cyops-connector-cisco-umbrella

For the detailed procedure to install a connector, click here.

Prerequisites to configuring the connector

  • You must set up an Integration, using the Cisco Umbrella's Integration tab, and get the customer key from Cisco Umbrella. You must specify this customer key when you are configuring the Cisco Umbrella connector.
  • You must have the URL of the Cisco Umbrella API server to which you will connect and perform the automated operations and the customer key to access that server.
  • To access the FortiSOAR™ UI, ensure that port 443 is open through the firewall for the FortiSOAR™ instance.

Configuring the connector

For the procedure to configure a connector, click here.

Configuration parameters

In FortiSOAR™, on the Connectors page, click the Cisco Umbrella connector row, and in the Configuration tab enter the required configuration details.

Parameter Description
Server URL Server URL of the Cisco Umbrella API to which you will connect and perform automated operations.
Note: By default, it is set to https://s-platform.api.opendns.com, and in most cases, you should not change this URL.
Customer Key Integration key that is provided by Cisco Umbrella. You can find this key in the Integration tab in Cisco Umbrella.
Verify SSL Specifies whether the SSL certificate for the server is to be verified or not.
By default, this option is set as True.

Actions supported by the connector

The following automated operations can be included in playbooks, and you can also use the annotations to access operations from FortiSOAR™ release 4.10.0 onwards:

Function Description Annotation and Category
Block a Domain Submits a malicious event to the Cisco Umbrella Security Platform to block the associated domain on the Cisco Umbrella Security Platform. block_domain
Containment
List Blocked Domains Retrieves a list of incidents all blocked domains from the Cisco Umbrella Security Platform. list_blocked_domains
Investigation
Delete Blocked Domain Removes a domain that you have specified from the blocked list on the Cisco Umbrella Security Platform. delete_domain
Containment

operation: Block a Domain

Input parameters

Parameter Description
Domain Domain that you want to block on the Cisco Umbrella Security Platform.
Full URL Complete URL of the malicious event (including http protocol and any parameters) that you want to submit to the Cisco Umbrella Security Platform.
Timestamp (Optional) Timestamp of the malicious event, if available, that you want to submit to the Cisco Umbrella Security Platform.
Event Type (Optional) Type or category of the malicious event that you want to submit to the Cisco Umbrella Security Platform.
Severity (Optional) Severity of the malicious event that you want to submit to the Cisco Umbrella Security Platform.
You can select from the following options:
  • Critical
  • High
  • Medium
  • Low
  • Minimal

Output

The output contains the following populated JSON schema:

operation: List Blocked Domains

Input parameters

Parameter Description
Page (Optional) Use this parameter if you are fetching the next page of results from a previous use of this function. Output of a previous execution will determine the value of this parameter.

Output

The output contains the following populated JSON schema:

operation: List Blocked Domains

Input parameters

Parameter Description
Domain Domain that you want to unblock on the Cisco Umbrella Security Platform.

Output

The output contains the following populated JSON schema:

Included playbooks

The Sample - Cisco Umbrella - 1.0.0 playbook collection comes bundled with the Cisco Umbrella connector. This playbook contains steps using which you can perform all supported actions. You can see the bundled playbooks in the Automation > Playbooks section in FortiSOAR™ after importing the Cisco Umbrella connector.

  • Block a Domain
  • Delete Blocked Domain
  • List Blocked Domains

Note: If you are planning to use any of the sample playbooks in your environment, ensure that you clone those playbooks and move them to a different collection since the sample playbook collection gets deleted during connector upgrade and delete.

Previous
Next

About the connector

Cisco Umbrella is a cloud security platform that provides the first line of defense against threats on the internet wherever users go.

This document provides information about the Cisco Umbrella connector, which facilitates automated interactions, with a Cisco Umbrella server using FortiSOAR™ playbooks. Add the Cisco Umbrella connector as a step in FortiSOAR™ playbooks and perform automated operations, such as blocking and unblocking domains on the Cisco Umbrella security platform and retrieving a list of blocked domains from the Cisco Umbrella security platform.

Version information

Connector Version: 1.0.0

Authored By: Fortinet

Certified: No

Installing the connector

All connectors provided by FortiSOAR™ are delivered using a FortiSOAR™ repository. Therefore, you must set up your FortiSOAR™ repository and use the yum command to install connectors:

yum install cyops-connector-cisco-umbrella

For the detailed procedure to install a connector, click here.

Prerequisites to configuring the connector

Configuring the connector

For the procedure to configure a connector, click here.

Configuration parameters

In FortiSOAR™, on the Connectors page, click the Cisco Umbrella connector row, and in the Configuration tab enter the required configuration details.

Parameter Description
Server URL Server URL of the Cisco Umbrella API to which you will connect and perform automated operations.
Note: By default, it is set to https://s-platform.api.opendns.com, and in most cases, you should not change this URL.
Customer Key Integration key that is provided by Cisco Umbrella. You can find this key in the Integration tab in Cisco Umbrella.
Verify SSL Specifies whether the SSL certificate for the server is to be verified or not.
By default, this option is set as True.

Actions supported by the connector

The following automated operations can be included in playbooks, and you can also use the annotations to access operations from FortiSOAR™ release 4.10.0 onwards:

Function Description Annotation and Category
Block a Domain Submits a malicious event to the Cisco Umbrella Security Platform to block the associated domain on the Cisco Umbrella Security Platform. block_domain
Containment
List Blocked Domains Retrieves a list of incidents all blocked domains from the Cisco Umbrella Security Platform. list_blocked_domains
Investigation
Delete Blocked Domain Removes a domain that you have specified from the blocked list on the Cisco Umbrella Security Platform. delete_domain
Containment

operation: Block a Domain

Input parameters

Parameter Description
Domain Domain that you want to block on the Cisco Umbrella Security Platform.
Full URL Complete URL of the malicious event (including http protocol and any parameters) that you want to submit to the Cisco Umbrella Security Platform.
Timestamp (Optional) Timestamp of the malicious event, if available, that you want to submit to the Cisco Umbrella Security Platform.
Event Type (Optional) Type or category of the malicious event that you want to submit to the Cisco Umbrella Security Platform.
Severity (Optional) Severity of the malicious event that you want to submit to the Cisco Umbrella Security Platform.
You can select from the following options:
  • Critical
  • High
  • Medium
  • Low
  • Minimal

Output

The output contains the following populated JSON schema:

operation: List Blocked Domains

Input parameters

Parameter Description
Page (Optional) Use this parameter if you are fetching the next page of results from a previous use of this function. Output of a previous execution will determine the value of this parameter.

Output

The output contains the following populated JSON schema:

operation: List Blocked Domains

Input parameters

Parameter Description
Domain Domain that you want to unblock on the Cisco Umbrella Security Platform.

Output

The output contains the following populated JSON schema:

Included playbooks

The Sample - Cisco Umbrella - 1.0.0 playbook collection comes bundled with the Cisco Umbrella connector. This playbook contains steps using which you can perform all supported actions. You can see the bundled playbooks in the Automation > Playbooks section in FortiSOAR™ after importing the Cisco Umbrella connector.

Note: If you are planning to use any of the sample playbooks in your environment, ensure that you clone those playbooks and move them to a different collection since the sample playbook collection gets deleted during connector upgrade and delete.

Previous
Next