tunnel_covert_channel
Detect covert DNS channels by analyzing query patterns and timestamps, identifying beaconing and sequential encoding to prevent data exfiltration.
Instructions
Detects covert DNS channels through timing analysis (beaconing detection when timestamps are provided) and label pattern analysis (incrementing counters, session IDs, sequential encoding).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | List of DNS query names (FQDNs) to analyze for covert channel patterns | |
| timestamps | No | Optional array of Unix timestamps (milliseconds) corresponding to each query for timing/beaconing analysis |