AddDBotScoreToContext

Add DBot score to context for indicators with custom vendor, score, reliability, and type.

python · Common Scripts

Details

IDAddDBotScoreToContext
Languagepython
From Version6.0.0
Docker Imagedemisto/python3:3.12.13.10404775

README

Add DBot score to context for indicators with custom vendor, score, reliability, and type.

Script Data


Name Description
Script Type python3
Tags  
Cortex XSOAR Version 6.0.0

Inputs


Argument Name Description
indicator The indicator value (ex 1.1.1.1)
indicatorType The indicator type (ex ip, url, email, domain)
score The indicator score
vendor The vendor to assign to this DBotScoreEntry
reliability The reputation reliability

Outputs


There are no outputs for this script.

args:
- description: The indicator value (ex 1.1.1.1).
  name: indicator
  required: true
- description: The indicator type (ex ip, url, email, domain).
  name: indicatorType
  required: true
- description: The indicator score.
  name: score
  required: true
- description: The vendor to assign to this DBotScoreEntry.
  name: vendor
  required: true
- auto: PREDEFINED
  description: The reputation reliability.
  name: reliability
  predefined:
  - A+ - 3rd party enrichment
  - A - Completely reliable
  - B - Usually reliable
  - C - Fairly reliable
  - D - Not usually reliable
  - E - Unreliable
  - F - Reliability cannot be judged
comment: Add DBot score to context for indicators with custom vendor, score, reliability, and type.
commonfields:
  id: AddDBotScoreToContext
  version: -1
dockerimage: demisto/python3:3.12.13.10404775
enabled: true
name: AddDBotScoreToContext
runas: DBotWeakRole
script: ''
scripttarget: 0
subtype: python3
tags: []
type: python
fromversion: 6.0.0
tests:
- No tests (auto formatted)