commonfields: id: URLSSLVerification version: -1 name: URLSSLVerification script: '' type: python subtype: python3 tags: - url - Enrichment comment: Verify URL SSL certificate. system: true args: - name: url required: true default: true description: Comma separated list of URLs to verify. isArray: true - auto: PREDEFINED defaultValue: 'false' description: Set the URL as suspicious in case it starts with HTTP and not HTTPS. name: set_http_as_suspicious predefined: - 'false' - 'true' outputs: - contextPath: URL description: The URL object. - contextPath: URL.Data description: The URL address. type: string - contextPath: URL.Malicious description: The malicious description. - contextPath: DBotScore description: The DBotScore object. - contextPath: DBotScore.Indicator description: The indicator. type: string - contextPath: DBotScore.Type description: The indicator's type. type: string - contextPath: DBotScore.Vendor description: The reputation vendor. type: string - contextPath: DBotScore.Score description: The reputation score. type: number scripttarget: 0 fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10404775 tests: - No tests (auto formatted)