analyze_entropy
Analyze Shannon entropy of data to detect encryption or compression. Use when investigating suspicious random-looking payloads or before attempting decryption.
Instructions
【CTF必备】Analyze Shannon entropy of data to detect encryption or compression. High entropy (>5.0) suggests encrypted data. Use this when: 1) User suspects encrypted payload, 2) After finding suspicious data that looks random, 3) Before attempting decryption.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threshold | No | High entropy threshold (5.0-8.0) | |
| session_id | Yes | ID of the session | |
| stream_index | No | TCP stream index to analyze |