arkime_connections
Build a connection graph of network traffic to trace lateral movement and map which hosts a suspect IP communicated with. Specify source, destination fields, optional filters, and time range.
Instructions
Build a source/destination connection graph (who talked to whom).
Returns nodes and links — useful for tracing lateral movement or mapping which hosts a suspect IP communicated with.
Args: src_field: Source field (default "ip.src"). dst_field: Destination field (default "ip.dst:port"). expression: Optional Arkime filter to scope the graph. time_from: Start time, epoch seconds. Omit = recent-only. time_to: End time, epoch seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_to | No | ||
| dst_field | No | ip.dst:port | |
| src_field | No | ip.src | |
| time_from | No | ||
| expression | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |