CyberChef
CyberChef Pack.#
This Integration is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
CyberChef is a web-application developed by GCHQ that's been called the “Cyber Swiss Army Knife”.
#
Configure CyberChef in CortexParameter | Description | Required |
---|---|---|
Server URL (e.g. https://prod.apifor.io/) | URL or your CyberChef server or https://prod.apifor.io/ | True |
API Key | API key if you use https://prod.apifor.io/ | False |
Trust any certificate (not secure) | False | |
Use system proxy settings | False | |
Local execution | Uses the cyberchef node package for local execution of your commands | False |
#
CommandsYou can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
#
cyberchef-bakeBake you recipe!
#
Base Commandcyberchef-bake
#
InputArgument Name | Description | Required |
---|---|---|
input | input data to be used in baking. | Required |
recipe | recipe how to bake. use JSON formatting. For example: { "op": "to decimal", "args": { "delimiter": "Colon" } }. | Required |
outputType | Optional argument to define outputType. . | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
CyberChef.Bake | string | Output of the bake |
#
Command Example !cyberchef-bake input="One, two, three, four." recipe="{\"op\": \"to decimal\"}"
!cyberchef-bake input="79 110 101 44 32 116 119 111 44 32 116 104 114 101 101 44 32 102 111 117 114 46" recipe="{\"op\": \"from decimal\"}" outputType=string
#
Human Readable Output#
cyberchef-magicCyberChef Magic function
#
Base Commandcyberchef-magic
#
InputArgument Name | Description | Required |
---|---|---|
input | The input data for the recipe. Currently accepts strings. | Required |
args | Arguments for the magic operation. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
CyberChef.Magic | string | Output of the Magic operation |
#
Command Example!cyberchef-magic input="79 110 101 44 32 116 119 111 44 32 116 104 114 101 101 44 32 102 111 117 114 46"