get_top_talkers
Identify the top communicating pairs by traffic volume to uncover dominant conversations, spot potential C2 servers, and detect data exfiltration targets.
Instructions
Get Top-N communicating pairs by traffic volume. Use this when: 1) User wants to see who talks most, 2) Identifying C2 servers, 3) Finding data exfiltration targets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | Number of top talkers to return | |
| metric | No | Metric: bytes or frames | bytes |
| session_id | Yes | ID of the session |