DBotAverageScore

The script calculates the average DBot score for each indicator in the context.

python · Common Scripts

Details

IDDBotAverageScore
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10404775
TagsUtility

README

The script calculates the average DBot score for each indicator in the context.
The script will ignore ‘0’ scores (which are for an ‘unknown’ reputation).
If all scores for an indicator are ‘0’, the indicator will receive a score of ‘0’.

For more information regarding DBot Scores, refer to the official “Reputation and DBot Score” documentation.

Script Data


Name Description
Script Type python3
Tags Utility
Cortex XSOAR Version 5.0.0

Inputs


There are no inputs for this script.

Outputs


Path Description Type
DBotAvgScore.Indicator The indicator the average score is for. string
DBotAvgScore.Score The average score for the indicator. number
commonfields:
  id: DBotAverageScore
  version: -1
name: DBotAverageScore
script: ''
type: python
comment: The script calculates the average DBot score for each indicator in the context.
tags:
- Utility
outputs:
- contextPath: DBotAvgScore.Indicator
  description: The indicator the average score is for.
  type: string
- contextPath: DBotAvgScore.Score
  description: The average score for the indicator.
  type: number
enabled: true
subtype: python3
dockerimage: demisto/python3:3.12.13.10404775
fromversion: 5.0.0
tests:
- DbotAverageScore-Test