check_section_anomalies
Detect packing, code injection, or tampering by analyzing PE sections for anomalies: writable+executable, unusual names, zero raw-size with non-zero virtual-size, and high entropy.
Instructions
Check PE sections for anomalies that may indicate packing, code injection, or tampering: writable+executable sections, unusual names, zero raw-size with non-zero virtual-size, high entropy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| module | No | Module name (default: main executable) |