search_flows
Search network flow records by device, domain, IP, port, category, or time range to get per-connection details like bytes transferred and country.
Instructions
Search individual network flow records with filters. Returns per-connection details including destination IP, domain, port, protocol, bytes transferred, country, and app category. Supports filtering by device MAC, domain, IP, port, category, and time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | No | Filter by destination IP address | |
| mac | No | Filter to a specific device by MAC address. Omit for all devices. | |
| port | No | Filter by destination port number | |
| count | No | Max results to return (default 100, max 5000) | |
| domain | No | Filter by destination domain (e.g. 'netflix.com') | |
| category | No | Filter by intel category (e.g. 'av', 'games', 'social', 'porn', 'intel') | |
| hoursBack | No | How many hours back to search (default 24) |