cyberchef_analyse
Run CyberChef analysis tools for tasks a single operation cannot handle: hash identification, XOR key-length recovery, cipher solving, X.509 chain validation, and post-quantum key identification.
Instructions
Run one of this server's analysis tools -- analyses a CyberChef operation cannot express, such as recovering an XOR key length, breaking a classical cipher, identifying a hash, validating an X.509 chain or identifying a post-quantum key. List them with cyberchef_categories, get a schema with cyberchef_describe_operation, then run it here. These are NOT operations and cannot be used in a cyberchef_bake recipe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Analysis tool name, without the `cyberchef_` prefix, e.g. "hash_identify", "xor_key_length", "pqc_identify". Either form is accepted. | |
| arguments | No | Arguments for the tool, matching the schema cyberchef_describe_operation returns for it. |