Details
| ID | Koodous |
|---|---|
| Provider | VirusTotal |
| Category | Forensics & Malware Analysis |
| From Version | 5.0.0 |
| Supported Modules | Agentix XSIAM |
README
Check Android app samples (APK) against Koodous API.
Configure Koodous in Cortex
| Parameter | Required |
|---|---|
| Server URL | False |
| API Key | False |
Commands
You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.
k-check-hash
Check APK sample.
Base Command
k-check-hash
Input
| Argument Name | Description | Required |
|---|---|---|
| hash | The hash of the sample (MD5, SHA1 or SHA256). | Required |
Configuration parameters
ServerURL— Server URLAPIKey— API Keyapikey_creds—
Commands (1)
-
k-check-hashCheck APK sample.
commonfields: id: Koodous version: -1 name: Koodous system: true display: Koodous category: Forensics & Malware Analysis provider: VirusTotal description: Check Android app samples (APK) against Koodous API. configuration: - display: Server URL name: ServerURL defaultvalue: https://api.koodous.com/ type: 0 required: false - display: API Key name: APIKey defaultvalue: type: 4 hidden: true - displaypassword: API Key hiddenusername: true name: apikey_creds type: 9 script: script: '' type: javascript commands: - name: k-check-hash arguments: - name: hash required: true description: The hash of the sample (MD5, SHA1 or SHA256). description: Check APK sample. tests: - No tests fromversion: 5.0.0