net_timing
Analyzes packet arrival intervals in PCAP files to detect timing-based covert channels by encoding binary data in inter-packet delays.
Instructions
Inter-packet timing analysis. Computes packet arrival intervals and analyzes them for binary encoding patterns (e.g., short interval = bit 0, long interval = bit 1). Detects timing-based covert channels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to PCAP capture file |