category: Utilities provider: Open Source commonfields: id: CyberChef version: -1 configuration: - display: Local execution additionalinfo: Uses the [cyberchef node package](https://github.com/polarityio/cyberchef-node) for local execution of your commands name: local_execution required: false type: 8 - additionalinfo: URL or your CyberChef server or https://prod.apifor.io/ display: Server URL (e.g. https://prod.apifor.io/) name: url type: 0 required: false - display: API Key name: apikey type: 4 required: false additionalinfo: API key if you use https://prod.apifor.io/ - display: Trust any certificate (not secure) name: insecure type: 8 required: false - display: Use system proxy settings name: proxy type: 8 required: false description: 'CyberChef is a web-application developed by GCHQ that''s been called the “Cyber Swiss Army Knife”. ' display: CyberChef name: CyberChef script: commands: - arguments: - description: input data to be used in baking. name: input required: true - description: 'recipe how to bake. use JSON formatting. For example: { "op": "to decimal", "args": { "delimiter": "Colon" } }.' name: recipe required: true - description: 'Optional argument to define outputType. ' name: outputType description: Bake you recipe! name: cyberchef-bake outputs: - contextPath: CyberChef.Bake description: Output of the bake. type: string - arguments: - description: The input data for the recipe. Currently accepts strings. name: input required: true - description: Arguments for the magic operation. name: args description: CyberChef Magic function. name: cyberchef-magic outputs: - contextPath: CyberChef.Magic description: Output of the Magic operation. type: string dockerimage: demisto/cyberchef:1.0.0.10133006 runonce: false script: '' subtype: python3 type: python fromversion: 6.0.0 tests: - No tests (auto formatted)