OnionURLReputation

This script adds the reputation to Onion URL indicators. The script is automatically triggered when a Onion URL indicator is auto-extracted. For instance, if you run a Cortex XSOAR CLI on a valid Onion URL, the indicators are extracted automatically and this script is triggered for the extracted indicators.

python · Common Scripts

Details

IDOnionURLReputation
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10404775
Tagsreputation

README

This script adds the reputation to Onion URL indicators. The script is automatically triggered when a Onion URL indicator is auto-extracted. For instance, if you run a Cortex XSOAR CLI on a valid Onion URL, the indicators are extracted automatically and this script is triggered for the extracted indicators.

Script Data


Name Description
Script Type python3
Tags reputation
Cortex XSOAR Version 5.0.0

Inputs


Argument Name Description
input The indicators to which to add reputation.

Outputs


There are no outputs for this script.

args:
- description: The indicators to which to add the reputation.
  isArray: true
  name: input
  required: true
comment: This script adds the reputation to Onion URL indicators. The script is automatically triggered when a Onion URL indicator is auto-extracted. For instance, if you run a Cortex XSOAR CLI on a valid Onion URL, the indicators are extracted automatically and this script is triggered for the extracted indicators.
commonfields:
  id: OnionURLReputation
  version: -1
enabled: true
name: OnionURLReputation
script: '-'
subtype: python3
tags:
- reputation
timeout: '0'
type: python
dockerimage: demisto/python3:3.12.13.10404775
fromversion: 5.0.0
tests:
- No tests (auto formatted)