Document toolboxDocument toolbox

Lastline

[ 1 Connect Lastline with Devo SOAR ] [ 2 Actions for Lastline ] [ 2.1 Scan File ] [ 2.1.1 Input Field ] [ 2.1.2 Output ] [ 2.2 Scan URL ] [ 2.2.1 Input Field ] [ 2.2.2 Output ] [ 2.3 Scan Hash ] [ 2.3.1 Input Field ] [ 2.3.2 Output ] [ 3 Release Notes ]

Lastline offers network-based security breach detection and other security services.

Connect Lastline with Devo SOAR

  1. Navigate to Automations > Integrations.

  2. Search for Lastline.

  3. Click Details, then the + icon. Enter the required information in the following fields.

  4. Label: Enter a connection name.

  5. Reference Values: Define variables here to templatize integration connections and actions. For example, you can use https://www.{{hostname}}.com where, hostname is a variable defined in this input. For more information on how to add data, see 'Add Data' Input Type for Integrations.

  6. Verify SSL: Select option to verify connecting server's SSL certificate (Default is Verify SSL Certificate).

  7. Remote Agent: Run this integration using the Devo SOAR Remote Agent.

  8. access_key: Access key of your lastline instance.

  9. api_token: API token of your lastline instance.

  10. After you've entered all the details, click Connect.

Actions for Lastline

Scan File

Scan file to detect if it contains any anomalous attribute.

Input Field

Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.

Input Name

Description

Required

Input Name

Description

Required

file_column_name

column name from parent table containing file-id of the file uploaded to Devo SOAR instance.

Required

Output

A JSON object containing multiple rows of result:

  • has_error: True/False

  • error: message/null

  • result: JSON object containing results for uploaded file from Lastline instance.

Scan URL

Scan URL to detect if it contains any anomalous attribute.

Input Field

Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.

Input Name

Description

Required

Input Name

Description

Required

url_column_name

Column name from parent table containing URL.

Required

Output

A JSON object containing multiple rows of result:

  • has_error: True/False

  • error: message/null

  • result: JSON object containing results for uploaded file from Lastline instance.

Scan Hash

Scan Md5 hash to detect if it belongs to anomalous attribute.

Input Field

Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.

Input Name

Description

Required

Input Name

Description

Required

hash_column_name

Column name from parent table containing md5 hash.

Required

Output

A JSON object containing multiple rows of result:

  • has_error: True/False

  • error: message/null

  • result: JSON object containing results for uploaded file from Lastline instance.

Release Notes

  • v3.0.0 - Updated architecture to support IO via filesystem