You can customize your Dashboards in various ways.
To rename a Dashboard, click the name of the Dashboard at the top:
Use "Change Layout" button in the upper right corner to select from a menu of page layouts:
The FlowTraq workspace has three components:
An interactive graph showing the selected view of the selected traffic in the selected time window.
A table detailing each of the elements shown in the graph.
A full set of navigation tools for time selection, filtering, and viewing.
FlowTraq traffic navigation is defined by 3 key elements:
![]() | Note |
---|---|
The differentiation between clients, server, senders, and receivers can be subtle. As an example, when host A connects to host B and requests a download of data, then host A is the client and receiver, and host B is the server and sender. If host A connects to host B and initiates an upload of data to B, however, host A is still the client and B the server, but A is now the sender and B the receiver. In most connections each host will both send and receive some data; filtering on sender or receiver will focus on the data flow when returning results. |
![]() | Important |
---|---|
Complex filters can be constructed by entering multiple values in a filter line, or by combining multiple filter lines: When entering multiple values in a single filter line they are combined through a logical 'OR' operation, meaning they will use a match any approach. Multiple filter lines can be combined through a match all (logical 'AND') or match any (logical 'OR') approach. |
SRVIP==10.1.0.0/16 || SRVIP==10.2.0.0/16
Selecting 'not in' transforms the meaning to a logical 'AND' and negates the match:
SRVIP!=10.1.0.0/16 && SRVIP!=10.2.0.0/16
![]() | Important |
---|---|
When filtering on 'either' only matching entities are ranked. Example: either ASN==32934 will only show FaceBook in the ASN-view, and FaceBook peers in the ASNPAIR-view. When filtering on 'client' or 'server' side entities, all entities in the record are ranked. Example: SRVIP==10.0.1.10 will only any IP that communicated with 10.0.1.10 (including the server itself) in an IP-view |
![]() | Important |
---|---|
Remember that in most protocols, some data is sent each way: providing passwords before a download, for example, or a connection keep-alive. Very long downloads can result in the appearance of modest-sized uploads in the opposite direction. When investigating potential data exfiltration, always check the other half of the traffic to get a clear picture. |
- IP Address
- Exporter
- Interface Number
- Port
- Sending Port
Filter on port(s) from which data is sent (similar to
Sending IP
)- Receiving Port
Filter on port(s) to which data is sent (similar to
Receiving IP
)- Client Port
Filter on client or source port (the port used by the initiator of the conversation)
- Server Port
Filter on server or destination port (the port used by the contacted host; usually a standard port)
- Any Port
- Protocol
- Application
- Country of Origin
- Sending Country
Filter on identified country sending data (as determined by IANA IP space allocation)
- Receiving Country
- Client Country
Filter on country of initiating IP address (as determined by IANA IP space allocation)
- Server Country
Filter on country of server IP address (as determined by IANA IP space allocation)
- Any Country
- Session Volume
- TCP
- IP
- Timing
- MAC Address
- Traffic Group
- Sending Traffic Group
- Receiving Traffic Group
- Client Traffic Group
Filter on traffic group(s) initiating session. (See 'Special Filters' section below)
- Server Traffic Group
Filter on destination traffic group(s). (See 'Special Filters' section below)
- Any Traffic Group
Filter all sessions containing selected traffic group(s). (See 'Special Filters' section below)
- VLAN Number
- AS Number
- ASA Firewall Event
- Partition
![]() | Important |
---|---|
Sent/Received differentiation is only available for entities that CAN be viewed in a pairwise fashion, although a pairwise view does not need to be selected. In other words, only entities that are present at each side of a communication (such as IP addresses, autonomous systems, traffic groups, ...) have a meaningful differentiation between bytes/bits/packets sent or received. When viewing accumulated TCP flags, for example, the directionality is meaninless as TCP flags are a property of the communication, and are not tied to either side of the communication. |
![]() | Important |
---|---|
Retrieving the session list is a separate query (in order to free up internal resources for other users, FlowTraq does not cache query results), and so changes to the filter or time frame will be reflected in the list of returned sessions, even if not yet applied to the current workspace. |