commonfields: id: Cloaken version: -1 name: Cloaken display: Cloaken category: Data Enrichment & Threat Intelligence provider: Cloaken description: Unshorten URLs onsite using the power of a Tor proxy server to prevent leaking IP addresses to adversaries. configuration: - display: Server URL (e.g., https://cloaken.cypherint.com) name: server_url defaultvalue: https://cloaken.cypherint.com type: 0 required: true - display: Username name: credentials defaultvalue: "" type: 9 required: true - display: Use system proxy settings name: proxy type: 8 required: false - display: Trust any certificate (not secure) name: insecure type: 8 required: false script: script: '' type: python subtype: python3 commands: - name: cloaken-unshorten-url arguments: - name: url required: true description: URL to unshorten. outputs: - contextPath: Cloaken.UnshortenedURL description: The unshortened URL. type: string - contextPath: Cloaken.OriginalURL description: The original URL. type: string - contextPath: URL.Data description: The unshortened URL. type: string - contextPath: Cloaken.Status description: 'Status of the response: BADREQUEST or OK.' type: number description: Unshortens a URL. - name: cloaken-screenshot-url arguments: - name: url required: true description: The URL for which to take a screenshot. outputs: - contextPath: CloakenScreenshot.Url description: Url. type: string - contextPath: CloakenScreenshot.Status description: Status of the screenshot. type: string description: Creates a screenshot of the specified URL. dockerimage: demisto/vendors-sdk:1.0.0.10120494 fromversion: 5.0.0 tests: - No tests