EmailDomainBlacklist
Filters And Transformers Pack.#
This Script is part of theAccepts an array of domains as a block list, and a list of email addresses. The script then filters out any email address whose domain is in the block list. The filtered list will be returned as an array.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags | transformer, general, entirelist |
Cortex XSOAR Version | 5.0.0 |
#
InputsArgument Name | Description |
---|---|
value | An array of email addresses to be filtered by domain. |
domain_list | An array of domains to block list. |
#
OutputsThere are no outputs for this script.