file_entropy
Analyzes file entropy section-by-section, flagging anomalous high-entropy blocks that may indicate encrypted, compressed, or steganographically embedded data.
Instructions
Section-by-section entropy analysis of a file. Calculates Shannon entropy per block and overall, flagging anomalous high-entropy sections that may indicate encrypted, compressed, or steganographically embedded data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to file | |
| block_size | No | Block size in bytes (default: 1024) |