decode_blob
Decode obfuscated or encoded strings from scripts without executing them, handling Base64, hex, URL encoding, XOR, ROT13, and more.
Instructions
Safely decode an encoded or obfuscated value (Base64, hex, URL encoding, Base32, Unicode escapes, HTML entities, gzip/zlib/bz2, explicit-key XOR, ROT13, reversed strings, PowerShell -EncodedCommand, integer/char arrays, simple string concatenation) without executing the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| max_depth | No | ||
| encoding_hint | No | ||
| use_cyberchef | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hashes | Yes | ||
| warnings | No | ||
| indicators | No | ||
| decoded_size | Yes | ||
| decoded_text | Yes | ||
| decoded_type | Yes | ||
| schema_version | No | 1.0 | |
| attempted_chains | No | ||
| successful_chain | No | ||
| detected_encodings | No | ||
| execution_performed | No | ||
| decoded_text_truncated | Yes |