Skip to main content

Cyware Orchestrate

Cyren

App Vendor: Cyren

App Category: Data Enrichment

Connector Version: 1.0.0

API Version: 1.0.0

Note

This app is currently released as a beta version.

About App

Cyren provides real-time threat intelligence and domain reputation data to help you enhance your security posture and protect against malicious online activities. It offers comprehensive insights into URLs, IP addresses, and domains to help identify and block potential threats before they can compromise systems.

The Cyren app is configured with Orchestrate to perform the following actions:

Action Name

Description

Get Complete URL Details 

This action retrieves the details of a URL from the complete bundle.

Get Malicious URL Details 

This action retrieves the details of a malicious URL from the security bundle.

Get Multiple Complete URL Details 

This action retrieves the details of multiple URLs from the complete bundle.

Get Multiple Malicious URL Details 

This action retrieves the details of multiple malicious URLs from the security bundle.

Get Multiple URL Details 

This action retrieves the details of multiple URLs from the free bundle.

Get Single URL Details 

This action retrieves the details of a URL from the free bundle.

Generic Action

This is a generic action used to make requests to any Cyren endpoint.

Configuration Parameters

The following configuration parameters are required for the Cyren app to communicate with the Cyren enterprise application. The parameters can be configured by creating instances in the app.

Parameter

Description

Field Type

Required/Optional

Comments

JSON Web Token 

Enter the JSON Web Token (JWT) for authentication with Cyren.

Password

Required

Verify 

Choose your preference to verify SSL or TLS while making requests. It is recommended to set this option to yes. Passing no may result in incorrectly establishing the connection. 

Boolean

Optional

Default value:

true

Timeout 

Enter the timeout value in seconds. This is the number of seconds that requests will wait to establish a connection with Cyren.

Integer

Optional

Allowed values:

15-120

Default value:

15

Action: Get Complete URL Details

This action retrieves the details of a URL from the complete bundle. 

Action Input Parameters 

Parameter

Description

Field Type

Required/Optional

Comments

Search URL 

Enter the URL for which you want to get the details. 

Example: 

https://www.exampleurl.com

Text

Required

Action: Get Malicious URL Details

This action retrieves the details of a malicious URL from the security bundle.

Action Input Parameters 

Parameter

Description

Field Type

Required/Optional

Comments

Search URL 

Enter the URL for which you want to get the details. 

Example: 

https://www.exampleurl.com

Text

Required

Action: Get Multiple Complete URL Details

This action retrieves the details of multiple URLs from the complete bundle.

Action Input Parameters 

Parameter

Description

Field Type

Required/Optional

Comments

Search URLs 

Enter the list of URLs for which you want to get the details. 

Example: 

["https://www.exampleurl1.com", "https://www.exampleurl2.com"]

List

Required

Action: Get Multiple Malicious URL Details

This action retrieves the details of multiple malicious URLs from the security bundle.

Action Input Parameters 

Parameter

Description

Field Type

Required/Optional

Comments

Search URLs 

Enter the list of URLs for which you want to get the details. 

Example: 

["https://www.exampleurl1.com", "https://www.exampleurl2.com"]

List

Required

Action: Get Multiple URL Details

This action retrieves the details of multiple URLs from the free bundle. 

Action Input Parameters 

Parameter

Description

Field Type

Required/Optional

Comments

Search URLs 

Enter the list of URLs for which you want to get details. 

Example: 

["https://www.exampleurl1.com", "https://www.exampleurl2.com"]

List

Required

Action: Get Single URL Details

This action retrieves the details of a URL from the free bundle. 

Action Input Parameters 

Parameter

Description

Field Type

Required/Optional

Comments

Search URL 

Enter the URL for which you want to get the details. 

Example: 

https://www.exampleurl.com

Text

Required

Action: Generic Action

This is a generic action used to make requests to any Cyren endpoint.

Action Input Parameters 

Parameter

Description

Field Type

Required/Optional

Comments

Method 

Enter the HTTP method to make the request. 

Text

Required

Allowed values:

  • GET

  • POST

  • PUT

  • DELETE

Endpoint 

Enter the endpoint to make the request. 

Example: 

/api/vulnerabilities/{cve_id}/affected-projects

Text

Required

Query Params 

Enter the query parameters to pass to the API.

Key Value

Optional

Payload 

Enter the payload to pass to the API.

Any

Optional

Extra Fields 

Enter the extra fields to pass to the API.

Key Value

Optional