Skip to main content

Cyware Orchestrate

SecneurX

App Vendor: SecneurX

App Category: Forensics & Malware Analysis

Connector Version: 1.0.0

API Version: 1.1

About App

SecneurX is an advanced malware analysis platform. It is used to perform a deep analysis of files and URLs and obtains a detailed behaviour report or the verdict summary of the analysis.

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

Action Name

Description

Submit URL for Analysis

This action submits a URL for analysis.

Submit File for Analysis

This action submits a file for analysis.

Get Analysis Report

This action retrieves a detailed behavior report of the analysis.

Get Analysis Report Verdict

This action retrieves the verdict summary of a previously submitted analysis task.

Get Pending Reports

This action retrieves the list of pending analysis tasks.

Configuration Parameters

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

Parameter

Description

Field Type

Required/Optional

Comments

API Key

Enter the API key.

Password

Required

Verify

Enter the preference to either verify or skip the TLS certificate verification.

Example:

no

Boolean

Optional

Default value:

yes

Action: Submit URL for Analysis

This action submits a URL for analysis.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

URL

Enter the url for analysis

Example:

"https://cyware.com"

Text

Required

Example Request

[
    {
        "url": "https://cyware.com"
    }
]
Action: Submit File for Analysis

This action is used to submit file for analysis.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

File Path

Enter the file path.

Example:

"/tmp/a8d80ef9-ab5d-451b-9392-24544ea645e3/asdf.txt"

Text

Required

Priority

Enter the priority.

Example:

"high"

Text

Optional

Default value:Normal

Example Request

[
    {
        "file_path": "/tmp/a8d80ef9-ab5d-451b-9392-24544ea645e3/asdf.txt",
        "priority": "high"
    }
]
Action: Get Analysis Report

This action retrieves a detailed behavior report of the analysis.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

Task UUID

Enter the task unique ID for analysis.

Example:

"6349beb152cf091ab51c9ccb95acb9fd80a1e9ec828319ecedf89b739c850c57-2022-04-25-10-45-38"

Text

Required

Example Request

[
    {
        "task_uuid": "6349beb152cf091ab51c9ccb95acb9fd80a1e9ec828319ecedf89b739c850c57-2022-04-25-10-45-38"
    }
]
Action: Get Analysis Report Verdict

This action retrieves the verdict summary of a previously submitted analysis task.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

Task UUID

Enter the task unique ID to retrieve the analysis report.

Example:

"6349beb152cf091ab51c9ccb95acb9fd80a1e9ec828319ecedf89b739c850c57-2022-04-25-10-45-38"

Text

Required

Example Request

[
    {
        "task_uuid": "6349beb152cf091ab51c9ccb95acb9fd80a1e9ec828319ecedf89b739c850c57-2022-04-25-10-45-38"
    }
]
Action: Get Pending Reports

This action retrieves a list of pending analysis tasks.

Action Input Parameters

There are no input parameters required for this action