args: - default: true description: The item to look for in the list. isArray: true name: values - defaultValue: Indicators Whitelist description: Name of the list against which to check the value. The default is the Indicators Whitelist. name: listname - auto: PREDEFINED defaultValue: 'No' description: Whether to ignore the case of the item for which you are searching. Default is "No". name: ignorecase predefined: - 'yes' - 'no' - auto: PREDEFINED defaultValue: 'No' description: Whether to match the exact item in the list, or look for any string that contains it. Default is "No". name: matchexact predefined: - 'yes' - 'no' - defaultValue: ',' description: A one-character string used to delimit fields. For example, a comma "," should match the list separator configuration. name: delimiter comment: Checks whether the specified item is in a list. The default list is the Demisto Indicators Whitelist. commonfields: id: FilterByList version: -1 enabled: true name: FilterByList outputs: - contextPath: List.ListName description: The name of the list you compared with. type: string - contextPath: List.In description: The list of items in the list. type: Unknown - contextPath: List.NotIn description: The list of items not in the list. type: Unknown script: '-' subtype: python3 tags: - whitelist timeout: '0' type: python runas: DBotWeakRole tests: - FilterByList - Test fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10404775