The NetworkFlow collector gathers historical data on network usage from managed devices.
Note
To gather information using the NetworkFlow collector, make sure Enable Plug-in and Enable Network Sniffing are selected in the Network Flow policy.
Field | Type | Description |
|---|---|---|
src_ip | IPv4 or IPv6 address | IP address of the source of the packet. Supports CIDR block notation. |
src_port | Number | Port number originating the packet. |
dst_ip | IPv4 or IPv6 address | IP address of the destination of the packet. Supports CIDR block notation. |
dst_port | Number | Port number receiving the packet. |
time | Timestamp | Date and time when the packet was collected. |
status | String | The status of the TCP transaction (not available in UDP transactions). The TCP status must be interpreted as follows:
|
process | String | The originating process image name. |
process_id | Number | The originating process ID. |
user | String | The user that owns the originating process. |
user_id | String | The user ID of the process owning the socket. |
proto | String | The packet's protocol: TCP or UDP. |
direction | String | Specifies whether the packet came |
ip_class | Number | Specifies the IP class used for the transaction:
|
seq_number | Number | TCP transaction sequence number (not available in UDP transactions). |
src_mac | String | MAC address of originating device. |
dst_mac | String | MAC address of destination device (Linux only). |
md5 | String | The MD5 hash code for the source process. |
sha1 | String | The SHA-1 hash code for the source process. |
sha256 | String | The SHA-256 hash code for the source process (Windows, macOS only). |
NetworkFlow process, process_id where NetworkFlow src_ip contains 10.250.45.0/24 and NetworkFlow dst_ip equals 10.0.0.2
NetworkFlow status, proto, direction, src_ip, src_port, dst_ip, dst_port WHERE NetworkFlow dst_port equals "53"
NetworkFlow status, proto, direction, src_ip, src_port, dst_ip, dst_port WHERE NetworkFlow dst_port equals "53" AND NetworkFlow proto equals "tcp"
NetworkFlow status, proto, direction, src_ip, src_port, dst_ip, dst_port WHERE NetworkFlow dst_port equals "53" AND NetworkFlow proto equals "tcp" OR NetworkFlow proto equals "udp"
NetworkFlow status, proto, direction, src_ip, src_port, dst_ip, dst_port WHERE NetworkFlow dst_port equals "53"
NetworkFlow status, proto, direction, src_ip, src_port, dst_ip, dst_port WHERE NetworkFlow dst_port equals "53" OR NetworkFlow dst_port equals "443" OR NetworkFlow dst_port equals "80"
NetworkFlow status, proto, direction, src_ip, src_port, dst_ip, dst_port WHERE NetworkFlow dst_port equals "53" AND NetworkFlow dst_ip equals "10.0.0.1"
NetworkFlow status, proto, direction, src_ip, src_port, dst_ip, dst_port WHERE NetworkFlow dst_port equals "53" AND NetworkFlow dst_ip equals "10.0.0.1" OR NetworkFlow dst_ip equals "10.0.0.2" OR NetworkFlow dst_ip equals "10.0.0.3"
NetworkFlow process, process_id where NetworkFlow src_ip contains 10.250.45.0/24 and NetworkFlow dst_ip equals 10.0.0.2
NetworkFlow status, proto, direction, src_ip, src_port, dst_ip, dst_port WHERE NetworkFlow dst_port equals "53"
NetworkFlow status, proto, direction, src_ip, src_port, dst_ip, dst_port WHERE NetworkFlow dst_port equals "53" AND NetworkFlow proto equals "tcp"
NetworkFlow status, proto, direction, src_ip, src_port, dst_ip, dst_port WHERE NetworkFlow dst_port equals "53" AND NetworkFlow proto equals "tcp" OR NetworkFlow proto equals "udp"
NetworkFlow status, proto, direction, src_ip, src_port, dst_ip, dst_port WHERE NetworkFlow dst_port equals "53"
NetworkFlow status, proto, direction, src_ip, src_port, dst_ip, dst_port WHERE NetworkFlow dst_port equals "53" OR NetworkFlow dst_port equals "443" OR NetworkFlow dst_port equals "80"
NetworkFlow status, proto, direction, src_ip, src_port, dst_ip, dst_port WHERE NetworkFlow dst_port equals "53" AND NetworkFlow dst_ip equals "10.0.0.1"
NetworkFlow status, proto, direction, src_ip, src_port, dst_ip, dst_port WHERE NetworkFlow dst_port equals "53" AND NetworkFlow dst_ip equals "10.0.0.1" OR NetworkFlow dst_ip equals "10.0.0.2" OR NetworkFlow dst_ip equals "10.0.0.3"