CyrenCountryLookup
Translates a country code provided by Cyren products to a full country name (English). Uses ISO 3166-1 alpha-2 for the lookup.
Details
| ID | CyrenCountryLookup |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | transformer |
README
This script will translate a country code provided by Cyren Threat InDepth to the full country name, based on ISO 3166-1 as defined in pycountry.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | transformer |
| XSOAR Version | 6.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| value | the country code provided by Cyren Threat InDepth |
Outputs
The full country name in the English language.
args: - description: The country code, like US or IS. name: value required: true comment: Translates a country code provided by Cyren products to a full country name (English). Uses ISO 3166-1 alpha-2 for the lookup. commonfields: id: CyrenCountryLookup version: -1 dockerimage: demisto/python3:3.12.13.10116658 enabled: true name: CyrenCountryLookup script: '-' subtype: python3 tags: - transformer type: python fromversion: 6.0.0