Document toolboxDocument toolbox

netstat.netflow.all

Introduction

This union table collects network IP traffic information from different sources such as like Netflow and AWS VPC Flow.

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

Data type

Extra fields

Field

Data type

Extra fields

eventdate

timestamp

-

source

str

-

hostname

str

-

version

int4

-

flow_sequence

int8

-

source_ip

ip4

-

source_port

int4

-

destination_ip

ip4

-

destination_port

int4

-

protocol

str

-

packets

int4

-

bytes

int4

-

header_date

timestamp

-

start

timestamp

-

end

timestamp

-

ingress_interface

int4

-

egress_interface

int4

-

tcp_flags

int4

-

next_hop

ip4

-

bgp_next_hop

ip4

-

source_as_number

int4

-

destination_as_number

int4

-

source_mask

int4

-

destination_mask

int4

-

direction

int4

-

flow_sampler_id

int4

-

tos

int4

-

hostchain

str

tag

str

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.