QutteraWebsiteMalwareScanner
Quttera Website Malware Scanner Pack.#
This Integration is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
Quttera Website Malware Scanner This integration was integrated and tested with version v3 of QutteraWebsiteMalwareScanner
#
Configure QutteraWebsiteMalwareScanner in CortexParameter | Required |
---|---|
API Key | True |
Quttera Scanner URL | True |
#
CommandsYou 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.
#
quttera-scan-startStart to scan a given domain
Notice: Submitting indicators using this command might make the indicator data publicly available. See the vendor’s documentation for more details.
#
Base Commandquttera-scan-start
#
InputArgument Name | Description | Required |
---|---|---|
domain | The name of the domain to scan. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
QutteraWebsiteMalwareScanning.Start.error | Number | HTTP response from the scanner |
QutteraWebsiteMalwareScanning.Start.errorstr | String | Status of the scan request |
#
quttera-rescan-statusRetrieve status of submitted domain
#
Base Commandquttera-rescan-status
#
InputArgument Name | Description | Required |
---|---|---|
domain | The name of the domain to retrieve its status. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
QutteraWebsiteMalwareScanning.Status.error | Number | Scan result request status |
QutteraWebsiteMalwareScanning.Status.errorstr | String | Scan result request description |
QutteraWebsiteMalwareScanning.Status.status.blacklisted | String | Is the domain blacklisted |
QutteraWebsiteMalwareScanning.Status.status.files | Number | Amount of scanned files |
QutteraWebsiteMalwareScanning.Status.status.scanner_result | String | Scan result |
QutteraWebsiteMalwareScanning.Status.status.sensitivity | String | Sensitivity |
QutteraWebsiteMalwareScanning.Status.status.state | String | Is scanning done |
QutteraWebsiteMalwareScanning.Status.status.time | String | Time |
QutteraWebsiteMalwareScanning.Status.status.url | String | Scanned URL |
#
quttera-scan-reportRetrieve report of submitted domain
#
Base Commandquttera-scan-report
#
InputArgument Name | Description | Required |
---|---|---|
domain | The name of the domain to retrieve its report. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
QutteraWebsiteMalwareScanning.report.error | Number | Retrieving domain scan return code |
QutteraWebsiteMalwareScanning.report.errorstr | String | Retrieving domain scan report state |
QutteraWebsiteMalwareScanning.report.status | Dict | Detailed domain scan report |
QutteraWebsiteMalwareScanning.report.status.blacklisted | String | Is domain blacklisted |
QutteraWebsiteMalwareScanning.report.status.files | Number | How many files were scanned |
QutteraWebsiteMalwareScanning.report.status.scanner_result | String | Scanner result |
QutteraWebsiteMalwareScanning.report.status.sensitivity | String | Domain sensitivity |
QutteraWebsiteMalwareScanning.report.status.state | String | State of the domain |
QutteraWebsiteMalwareScanning.report.status.time | String | Scan time |
QutteraWebsiteMalwareScanning.report.status.url | String | Scanned URL |
#
quttera-report-malwareRetrieve url blacklist and reputation
Notice: Submitting indicators using this command might make the indicator data publicly available. See the vendor’s documentation for more details.
#
Base Commandquttera-report-malware
#
InputArgument Name | Description | Required |
---|---|---|
url | URL to retrieve its blacklist and reputation. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
QutteraWebsiteMalwareScanning.report | Dict | Retrieving url blacklist and reputation |
#
quttera-status-blacklistRetrieve domain blacklist and reputation
#
Base Commandquttera-status-blacklist
#
InputArgument Name | Description | Required |
---|---|---|
domain | The name of the domain to retrieve its blacklist and reputation. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
QutteraWebsiteMalwareScanning.report | Dict | Retrieving domain blacklist and reputation |