args: - description: A comma-separated list of domains. isArray: true name: domains required: true - description: A comma-separated list of URLs. isArray: true name: urls required: true comment: Checks if the supplied URLs are in the specified domains. commonfields: id: IsUrlPartOfDomain version: -1 name: IsUrlPartOfDomain outputs: - contextPath: IsUrlPartOfDomain.URL description: The path of the URLs. type: String - contextPath: IsUrlPartOfDomain.Domain description: The domain checked with the URL. type: String - contextPath: IsUrlPartOfDomain.IsInternal description: Whether the URL is in the domain. type: Boolean script: '-' subtype: python3 timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10404775 tests: - IsUrlPartOfDomain Test fromversion: 5.0.0