SetIndicatorTableData

Sets Data for a Domain in the Indicator Table.

python · DomainTools Iris Investigate

Details

IDSetIndicatorTableData
Languagepython
From Version6.6.0
Docker Imagedemisto/python3:3.12.13.10116658
TagsDomainTools

README

Sets Data for a Domain in the Indicator Table.

Script Data


Name Description
Script Type python3
Tags DomainTools
Cortex XSOAR Version 6.9.0

Used In


This script is used in the following playbooks and scripts.

  • DomainTools_Check_Domain_Risk_Score_By_Iris_Tags
  • DomainTools Check New Domains by Iris Hash

Inputs


Argument Name Description
domaintools_data DomainTools context data for a domain.
proximity_score_threshold Proximity score given based on closeness to other risky domains.
age_threshold Threshold for domain age as younger domains are riskier.
threat_profile_score_threshold Threshold for threat profile score based on many evidence based findings.

Outputs


There are no outputs for this script.

args:
- default: false
  description: DomainTools context data for a domain.
  isArray: false
  name: domaintools_data
  required: true
  secret: false
- default: false
  defaultValue: '70'
  description: Proximity score given based on closeness to other risky domains.
  isArray: false
  name: proximity_score_threshold
  required: false
  secret: false
- default: false
  defaultValue: '7'
  description: Threshold for domain age as younger domains are riskier.
  isArray: false
  name: age_threshold
  required: false
  secret: false
- default: false
  defaultValue: '70'
  description: Threshold for threat profile score based on many evidence based findings.
  isArray: false
  name: threat_profile_score_threshold
  required: false
  secret: false
comment: Sets Data for a Domain in the Indicator Table.
commonfields:
  id: SetIndicatorTableData
  version: -1
enabled: false
name: SetIndicatorTableData
script: '-'
system: false
tags:
- DomainTools
timeout: '0'
type: python
subtype: python3
fromversion: 6.6.0
dockerimage: demisto/python3:3.12.13.10116658
tests:
- No tests (auto formatted)