firewall.all.traffic
Scope
This union table collects information from multiple tables containing firewall traffic events from a range of firewall manufacturers. Working with this table will allow you to monitor activity and control incoming and outgoing network traffic.
Send data to Devo
Among the 49 compatible data sources, the most popular and security-critical are listed below. In most cases, you will need to define a relay rule that correctly identifies the event type and applies the corresponding tag.
Source tables
The information displayed is extracted from the following tables:
Table structure
This is the set of columns displayed by this union table, which is the result of the collection of columns present in all source tables:
Extra columns
Fields marked as Extra in the table below are not shown by default in data tables and need to be explicitly requested in the query. You can find them marked as Extra when you perform a query so they can be easily identified. Learn more about this in Selecting unrevealed columns.
Field | Type | Field transformation | Source field name | Extra fields |
---|---|---|---|---|
eventdate |
|
|
|
|
source |
|
|
|
|
hostname |
|
|
|
|
firewall_name |
|
| fwname |
|
firewall_cluster |
|
| fwcluster |
|
action |
|
|
|
|
reason |
|
|
|
|
source_ipv4 |
|
| srcIp |
|
source_ip |
|
| srcIp_str |
|
destination_ipv4 |
|
| dstIp |
|
destination_ip |
|
| dstIp_str |
|
source_port |
| str(srcPort) | srcPort |
|
destination_port |
| str(dstPort) | dstPort |
|
source_zone |
|
| srcZone |
|
destination_zone |
|
| dstZone |
|
application |
|
| app |
|
protocol |
|
| proto |
|
rule |
|
|
|
|
source_interface |
|
| srcIface |
|
destination_interface |
|
| dstIface |
|
source_service |
|
| srcService |
|
destination_service |
|
| dstService |
|
packets_total |
|
| packetsTotal |
|
packets_sent |
|
| packetsSent |
|
packets_received |
|
| packetsRecv |
|
bytes_total |
|
| bytes |
|
bytes_sent |
|
| bytesSent |
|
bytes_received |
|
| bytesRecv |
|
source_username |
|
| srcUser |
|
x_forwarded_for_ip |
|
|
|
|
firewall_ip |
|
|
|
|
rawMessage |
|
| rawSource |
|
hostchain |
|
|
| ✓ |
tag |
|
|
| ✓ |
Secure it
The following Exchange Alert Packs and Activeboards help monitor events from this table:
Field transformations
Even though all source tables have several features in common, they have some particularities that make it necessary to undergo a set of transformations to harmonize them for the union table. The most common transformations comprise changes in the data type or the application of rules when several columns in the source table feed a single column in the union table. You can find below the detailed list of transformations in each source table.