RegPathReputationBasicLists Deprecated

Deprecated. No available replacement.

python · D2 (Deprecated)

Details

IDRegPathReputationBasicLists
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.10.6.33415
Tagsregistry 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