ReversingLabs TitaniumCloud
ReversingLabs TitaniumCloud Reputation Services are powerful threat intelligence solutions with up-to-date, threat classification and rich context on over 8 billion goodware and malware files.
Integration with LogicHub
Connecting with ReversingLabs TitaniumCloud
To connect to ReversingLabs TitaniumCloud following details are required:
- Label: 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.
- Username: Username for ReversingLabs TitaniumCloud instance.
- Password: Password to your ReversingLabs TitaniumCloud instance.
Actions with ReversingLabs TitaniumCloud
File Hash Reputation Lookup
Scan file hash to detect if the file contains any anomalous attribute.
Inputs to this Action
- Connections: Choose a connection that you have created.
- File Hash Type: The type of file hash.
- File Hash Values Column Name: Column name from parent table to lookup value for file hash.
Output of Action
JSON containing the following items:
- has_error: True/False
- error: message/null
{
"has_error": true,
"error": "Please provide the hash value"
}
File Hash Reputation Lookup in Bulk
Scan file hash in bulk to detect if the file contains any anomalous attribute.
Inputs to this Action
- Connections: Choose a connection that you have created.
- File Hash Type: The type of file hash.
- Extended View or Not: Extended view or not (default is 'True').
- File Hash Values Column Name: Column name from parent table to lookup value for file hashes list.
Output of Action
JSON containing the following items:
- has_error: True/False
- error: message/null
{
"has_error": true,
"error": "Please provide the hash value"
}
File Upload for Analysis
Scan file to detect if the file contains any anomalous attribute.
Inputs to this Action
- Connections: Choose a connection that you have created.
- File Hash Type: The type of file hash. (Default is 'sha256').
- Filename Column Name: Column name from parent table to lookup value for file name.
Output of Action
JSON containing the following items:
- has_error: True/False
- error: message/null
{
"has_error": true,
"error": "Please provide the file"
}
Updated about 1 year ago
Did this page help you?