commonfields: id: CheckIfSubdomain version: -1 name: CheckIfSubdomain script: '' type: python tags: - filter comment: Checks whether a given domain is a subdomain of one of the listed domains. enabled: true args: - name: left required: true isArray: true description: A list of domains to check if they are subdomains of the internal assets. - name: right required: true isArray: true description: A list of internal assets (for example, mycompany.com). scripttarget: 0 isllm: false subtype: python3 dockerimage: demisto/python3:3.12.13.10404775 runas: DBotWeakRole fromversion: 5.5.0 tests: - CheckIfSubdomain_Test