commonfields: id: CompareIndicators version: -1 name: CompareIndicators fromversion: 6.0.0 script: '' type: python tags: [] comment: Find the differences between two indicators lists. enabled: true args: - name: base_list required: true description: Either a list of Indicators of Compromise or an EntryID to a File containing a list. isArray: true - name: compare_to_list required: true description: Either a list of Indicators of Compromise or an EntryID to a File containing a list. isArray: true outputs: - contextPath: IndicatorsCompare.BaseList description: Indicators that appear in the first indicators list only. type: String - contextPath: IndicatorsCompare.CompareList description: Indicators that appear in the second indicators list only. type: String scripttarget: 0 subtype: python3 dockerimage: demisto/netutils:1.0.0.10187688 runas: DBotWeakRole tests: - No test