SetRDPOverallScore
Sets the overall score for the strings similarity scoring for the text extracted from the RDP cache image.
python · RDPCacheHunting
Details
| ID | SetRDPOverallScore |
|---|---|
| Language | python |
| From Version | 6.9.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | dynamic-section |
README
Sets the overall score for the strings similarity scoring for the text extracted from the RDP cache image.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | dynamic-section |
| Cortex XSOAR Version | 6.9.0 |
Inputs
There are no inputs for this script.
Outputs
| Path | Description | Type |
|---|---|---|
| RDPOverallScore | The overall score of matches found in the extracted strings by StringSifter and StringSimilarity analysis. This is a value of 1 to 100 which is a precent of malicious strings found. | Unknown |
commonfields: id: SetRDPOverallScore version: -1 name: SetRDPOverallScore comment: Sets the overall score for the strings similarity scoring for the text extracted from the RDP cache image. script: '' type: python tags: - dynamic-section enabled: true outputs: - contextPath: RDPOverallScore description: The overall score of matches found in the extracted strings by StringSifter and StringSimilarity analysis. This is a value of 1 to 100 which is a precent of malicious strings found. scripttarget: 0 subtype: python3 runonce: false dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole fromversion: 6.9.0 tests: - No tests (auto formatted)