Skip to main content

Cyware Orchestrate

Snort

App Vendor: Snort

App Category: Network Security

Connector Version: 1.0.0

API Version: 1.0.0

About App

Snort is an open-source intrusion prevention system (IPS) capable of real-time traffic analysis and packet logging. The Snort app allows security teams to integrate with the Snort enterprise application. The Snort app enables Analysts to manage Alerts, thereby helping in detecting and preventing intrusions in the system.

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

Action Name

Description

Get List of Alerts

This action retrieves a list of alerts.

Action: Get List of Alerts

This action retrieves a list of alerts.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

Epoch Time

Enter the time in epoch format.

Example:

1568032122

Integer

Optional

Default value:

<Current time>

Example Request

[
    {
        "etime": 1568032122
    }
]