Pack Contributors:
- Mandar Naik
- nikstuckenbrock
- Lizz Boice
- Ali Sawyer
Contributions are welcome and appreciated. For more info, visit our Contribution Guide.
A pack that contains community scripts
Contributions are welcome and appreciated. For more info, visit our Contribution Guide.
Contributions are welcome and appreciated. For more info, visit our Contribution Guide.
| Name | Description |
|---|---|
| BatchData | This Automation takes in a string of comma separated items and returns a dictionary of with the defined chunk size. |
| MinList | Gets the minimum value from list |
| MissingElements | Returns the list of missing elements from an input list of integers. e.g. [12,14,16] -> [13,15]. |
| CreateEDLInstance | Use this automation to create an EDL instance on XSOAR. |
| DeleteIndicators | Delete indicators based on query, values, or IDs. |
| jq | Deprecated. Use JMESPath transformer from the Filters and Transformers content pack instead. |
| IPCalcReturnSubnetAddresses | An automation script to return subnet addresses. |
| MaxList | Gets the maximum value from list |
| RetrievePlaybooksAndIntegrations | Deprecated. Use RetrievePlaybookDependencies instead. Retrieves all Playbook (and Sub-Playbook) Names and Integrations for a provided Playbook name |
| InvertEveryTwoItems | This transformer will invert every two items in an array. If the total of items in the array is an odd number the last item will be removed If the item is not an array the output will be same passed object. |
| IPCalcReturnSubnetNetwork | An Automation Script to return subnet network ID. |
| GenerateRandomJSON | Generate a list of random dictionaries, using Faker Python library. For more information, please visit https://faker.readthedocs.io |
| GetIndexOfArrayValue | This transformer will get an index of an element from an array. |
MapRegex | This transformer will take in a value and transform it based on multiple regular expressions defined in a JSON dictionary structure. The key:value pair of the JSON dictionary should be: "desired outcome": "regex to match" For example: { The transformer will match in order of dictionary entries. |
| VersionEqualTo | Tests whether left side version number is equal to right side version number. |
SSLVerifier | Use this automation to check for validity of your SSL certificate and get the time until expiration. |
| GetFields | Retrieves fields from an object using dot notation. |
ConvertUTCEpochTimeToTimeStamp | This transformer convert the Epoch or UTC timestamp to desired stamp. |
| GetIndicatorDBotScoreFromContext | Get the final verdict from the DBotScore of the context. |
| CreatePlbkDoc | Purpose: This automation will produce docx file detailing the tasks in the given playbook. It can produce a table or paragraph format of the report. Author: Mahmood Azmat Input1: Name of the playbook (Mandatory) Requirements: This automation requires "Core REST API" integration enabled and connected to the XSOAR itself. Automation uses it to read the objects of the playbook. |
| FindPlaybookCustomDependencies | Find custom scripts and integration dependencies used inside of playbooks. |
| IPCalcCheckSubnetCollision | An automation script to return subnet collision result. |
| GetListDatawithKeyword | This transformer will get list of array elements by providing keyword. List data format |
DeleteIncidentsByQuery | Use this automation to delete incidents using query parameter with the same format as used in incidents search. Core REST API integration instance should be created. |
| DisplayTaggedWarroomEntries | Display warroom entries in a dynamic section which are tagged with 'report'. |
| delete_expired_indicator_with_exlusion | deletes expired indicators. |
| Defang | Defangs IP, Mail and URL address to prevent them from being recognized. |
| IPCalcReturnSubnetBroadcastAddress | An Automation Script to return subnet broadcast address. |
| RandomElementFromList | randomly select elements from a list in Python. |
| RemoveEmptyEvidence | The automation removes evidence based on a query performed on the evidence content, |
| DateTimeNowToEpoch | Returns the current datetime as an epoch value for use in timestamp comparisons. |
| Group | Splits a list into smaller groups (chunks) of a specified size. |
| CalculateTimeSpan | Calculates the time span between two dates using Powershell's A timespan with a start date of "2022-04-02T15:42:48" and end date of "2022-04-12T16:55:07" would return the following: Days : 10 |
| MarkdownToHTML | Converts Markdown to HTML. |
| IPCalcReturnAddressIANAAllocation | An automation script to return address IANA information. |
| Json2HtmlTable | Converts JSON objects to HTML tables. |
| SetWithDuplicates | Set a value in context under the key, allowing for duplicate values to be retained. |
| DisplayIndicatorReputationContent | Display the indicator context object in markdown format in a dynamic section layout. |
| GetFilePathPreProcessing | This is a pre-processing script that is used to create the attachments of incoming incidents in an existing incident, then drop the incoming incident. |
| RetrievePlaybookDependencies | Retrieves all Playbook (and Sub-Playbook) Names, Integrations, Automation Scripts, Commands not using-brand, and lists for a provided Playbook name. Also accepts inputs for incident types, layouts, incident fields, indicator fields, jobs, mappers, and pre-process rules connected to the parent playbook. Results can be output as an HTML or Markdown list. |
| GetIndicatorCustomFieldsByQuery | Returns indicator custom fields into the context by the given query. |
| redactindicator | Redactindicator can help you to defang/redact any kind of indicator (IPv4, url, domain and email), IP addresses will be in the dotted representation like 8.8.8[.].8, all domains will be example[.]com. Optional you can define a "searchkey" which does not to be case sensitive, which will be replaced as <REDACTED>. |
| VersionGreaterThan | Tests whether left side version number is greater than right side version number. Version numbers need to have at least a major and minor version component to be considered valid. E.g. 1.0 |
| isArrayItemInList | This automation is for comparing array(list) data of context to existing lists on XSOAR server. You can avoid using loop of sub-playbook. |
| CompareList | Compares two lists. |
| ExtFilter | Advanced Filter. It enables you to make filters with complex conditions. |
| StripAccentMarksFromString | Strip accent marks (diacritics) from a given string. |
| DateTimeToLDAPTime | Converts the given time to an LDAP timestamp. |
| RandomPhotoNasa | This automation script will pull a random image from https://images.nasa.gov based on the search parameter provided. If the script is used within a widget, it will output an image in markdown format. If it is used anywhere else it will output an image in markdown format and also context data. |
| CreateArrayWithDuplicates | Will create an array object in context from a given string input , allowing for duplicate values to be retained Output is to ContextKey.array as JSON does not permit duplicate key names e.g., ContextKey.array.value1, ContextKey.array.value2, ContextKey.array.value3, etc. |
| DateTimeToADTime | Converts unix time to AD Integer8 time. This is used in many AD date fields like pwdLastSet. |
| PHash | Script to create a perceptual hash of an image (or file) stored in the incident. Wrapps https://pypi.org/project/ImageHash/ |
| CreateFileFromPathObject | This automation is being executed by the "GetFilePathPreProcessing" pre-processing script that collects the paths and names of attachments of an incoming incident, then passes it to this automation that reads the files and creates them in an existing incident. |
| GetAskLinks | Creates external ask links for the |
| VersionLessThan | Tests whether left side version number is less than right side version number. Version numbers need to have at least a major and minor version component to be considered valid. E.g. 1.0 |
| IPCalcReturnAddressBinary | An automation script to return address in binary format. |
| Name | Description |
|---|---|
| IPCalcReturnAddressIANAAllocation | An automation script to return address IANA information. |
MapRegex | This transformer will take in a value and transform it based on multiple regular expressions defined in a JSON dictionary structure. The key:value pair of the JSON dictionary should be: "desired outcome": "regex to match" For example: { The transformer will match in order of dictionary entries. |
| BatchData | This Automation takes in a string of comma separated items and returns a dictionary of with the defined chunk size. |
| Defang | Defangs IP, Mail and URL address to prevent them from being recognized. |
| VersionLessThan | Tests whether left side version number is less than right side version number. Version numbers need to have at least a major and minor version component to be considered valid. E.g. 1.0 |
| GetFields | Retrieves fields from an object using dot notation. |
| jq | Deprecated. Use JMESPath transformer from the Filters and Transformers content pack instead. |
| VersionGreaterThan | Tests whether left side version number is greater than right side version number. Version numbers need to have at least a major and minor version component to be considered valid. E.g. 1.0 |
| IPCalcReturnAddressBinary | An automation script to return address in binary format. |
| RetrievePlaybooksAndIntegrations | Deprecated. Use RetrievePlaybookDependencies instead. Retrieves all Playbook (and Sub-Playbook) Names and Integrations for a provided Playbook name |
| DeleteIndicators | Delete indicators based on query, values, or IDs. |
| RemoveEmptyEvidence | The automation removes evidence based on a query performed on the evidence content, |
| FindPlaybookCustomDependencies | Find custom scripts and integration dependencies used inside of playbooks. |
| DisplayTaggedWarroomEntries | Display warroom entries in a dynamic section which are tagged with 'report'. |
| isArrayItemInList | This automation is for comparing array(list) data of context to existing lists on XSOAR server. You can avoid using loop of sub-playbook. |
| RetrievePlaybookDependencies | Retrieves all Playbook (and Sub-Playbook) Names, Integrations, Automation Scripts, Commands not using-brand, and lists for a provided Playbook name. Also accepts inputs for incident types, layouts, incident fields, indicator fields, jobs, mappers, and pre-process rules connected to the parent playbook. Results can be output as an HTML or Markdown list. |
| MissingElements | Returns the list of missing elements from an input list of integers. e.g. [12,14,16] -> [13,15]. |
| CompareList | Compares two lists. |
| delete_expired_indicator_with_exlusion | deletes expired indicators. |
| Json2HtmlTable | Converts JSON objects to HTML tables. |
| ExtFilter | Advanced Filter. It enables you to make filters with complex conditions. |
| GetListDatawithKeyword | This transformer will get list of array elements by providing keyword. List data format |
| DisplayIndicatorReputationContent | Display the indicator context object in markdown format in a dynamic section layout. |
| GetIndicatorCustomFieldsByQuery | Returns indicator custom fields into the context by the given query. |
| PHash | Script to create a perceptual hash of an image (or file) stored in the incident. Wrapps https://pypi.org/project/ImageHash/ |
| redactindicator | Redactindicator can help you to defang/redact any kind of indicator (IPv4, url, domain and email), IP addresses will be in the dotted representation like 8.8.8[.].8, all domains will be example[.]com. Optional you can define a "searchkey" which does not to be case sensitive, which will be replaced as <REDACTED>. |
| IPCalcReturnSubnetBroadcastAddress | An Automation Script to return subnet broadcast address. |
| RandomPhotoNasa | This automation script will pull a random image from https://images.nasa.gov based on the search parameter provided. If the script is used within a widget, it will output an image in markdown format. If it is used anywhere else it will output an image in markdown format and also context data. |
DeleteIncidentsByQuery | Use this automation to delete incidents using query parameter with the same format as used in incidents search. Core REST API integration instance should be created. |
DeleteAlertsByQuery | Use this automation to delete alerts using query parameter with the same format as used in alerts search. Core REST API integration instance should be created. |
| IPCalcReturnSubnetAddresses | An automation script to return subnet addresses. |
ConvertUTCEpochTimeToTimeStamp | This transformer convert the Epoch or UTC timestamp to desired stamp. |
| CreateArrayWithDuplicates | Will create an array object in context from a given string input , allowing for duplicate values to be retained Output is to ContextKey.array as JSON does not permit duplicate key names e.g., ContextKey.array.value1, ContextKey.array.value2, ContextKey.array.value3, etc. |
| CreateFileFromPathObject | This automation is being executed by the "GetFilePathPreProcessing" pre-processing script that collects the paths and names of attachments of an incoming incident, then passes it to this automation that reads the files and creates them in an existing incident. |
| DateTimeToLDAPTime | Converts the given time to an LDAP timestamp. |
| RandomElementFromList | randomly select elements from a list in Python. |
| MinList | Gets the minimum value from list |
| Group | Splits a list into smaller groups (chunks) of a specified size. |
| GetAskLinks | Creates external ask links for the |
| GetIndicatorDBotScoreFromContext | Get the final verdict from the DBotScore of the context. |
| CalculateTimeSpan | Calculates the time span between two dates using Powershell's A timespan with a start date of "2022-04-02T15:42:48" and end date of "2022-04-12T16:55:07" would return the following: Days : 10 |
| MarkdownToHTML | Converts Markdown to HTML. |
| GetFilePathPreProcessing | This is a pre-processing script that is used to create the attachments of incoming incidents in an existing incident, then drop the incoming incident. |
| IPCalcReturnSubnetNetwork | An Automation Script to return subnet network ID. |
| GenerateRandomJSON | Generate a list of random dictionaries, using Faker Python library. For more information, please visit https://faker.readthedocs.io |
| CreatePlbkDoc | Purpose: This automation will produce docx file detailing the tasks in the given playbook. It can produce a table or paragraph format of the report. Author: Mahmood Azmat Input1: Name of the playbook (Mandatory) Requirements: This automation requires "Core REST API" integration enabled and connected to the XSOAR itself. Automation uses it to read the objects of the playbook. |
| GetIndexOfArrayValue | This transformer will get an index of an element from an array. |
| SetWithDuplicates | Set a value in context under the key, allowing for duplicate values to be retained. |
| CreateEDLInstance | Use this automation to create an EDL instance on XSOAR. |
| VersionEqualTo | Tests whether left side version number is equal to right side version number. |
| InvertEveryTwoItems | This transformer will invert every two items in an array. If the total of items in the array is an odd number the last item will be removed If the item is not an array the output will be same passed object. |
| DateTimeToADTime | Converts unix time to AD Integer8 time. This is used in many AD date fields like pwdLastSet. |
| DateTimeNowToEpoch | Returns the current datetime as an epoch value for use in timestamp comparisons. |
SSLVerifier | Use this automation to check for validity of your SSL certificate and get the time until expiration. |
| IPCalcCheckSubnetCollision | An automation script to return subnet collision result. |
| StripAccentMarksFromString | Strip accent marks (diacritics) from a given string. |
| MaxList | Gets the maximum value from list |
| Pack Name | Pack By |
|---|---|
| Base | By: Cortex XSOAR |
| Common Scripts | By: Cortex XSOAR |
| Cortex REST API | By: Cortex XSOAR |
| Pack Name | Pack By |
|---|
| Pack Name | Pack By |
|---|---|
| Common Scripts | By: Cortex XSOAR |
| Base | By: Cortex XSOAR |
| Cortex REST API | By: Cortex XSOAR |
| Supported By | Community | |
| Created | January 9, 2023 | |
| Last Release | September 23, 2026 |

