Lastline
Version: 3.0.0
Lastline offers network-based security breach detection and other security services.
Connect Lastline with LogicHub
- Navigate to Automations > Integrations.
- Search for Lastline.
- Click Details, then the + icon. Enter the required information in the following fields.
- Label: Enter a connection name.
- 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.
- Verify SSL: Select option to verify connecting server's SSL certificate (Default is Verify SSL Certificate).
- Remote Agent: Run this integration using the LogicHub Remote Agent.
- access_key: Access key of your lastline instance.
- api_token: API token of your lastline instance.
- 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 |
---|---|---|
file_column_name | column name from parent table containing file-id of the file uploaded to LogicHub 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 |
---|---|---|
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 |
---|---|---|
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
Updated about 1 year ago