RegPathReputationBasicLists Deprecated
Deprecated. No available replacement.
python · D2 (Deprecated)
Details
| ID | RegPathReputationBasicLists |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.10.6.33415 |
| Tags | registry reputation |
README
Checks the given registry path against a small block list (score 3), all (score 1), and suspicious list (score 2). If the key matches none of these, it will return an answer of 0.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | registry, reputation |
Inputs
| Argument Name | Description |
|---|---|
| input | The registry path to be checked. |
Outputs
There are no outputs for this script.
commonfields: id: RegPathReputationBasicLists version: -1 name: RegPathReputationBasicLists script: '' type: python subtype: python3 tags: - registry - reputation deprecated: true comment: Deprecated. No available replacement. enabled: true args: - name: input required: true description: Registry path to be checked scripttarget: 0 runas: DBotWeakRole tests: - RegPathReputationBasicLists_test fromversion: 5.0.0 dockerimage: demisto/python3:3.10.6.33415