Document toolboxDocument toolbox

edr.all.netconns

Introduction

This table collects information about different events generated by network services.

Source tables

The information displayed is extracted from the following tables:

  • edr.cbef.endpoint_event.netconn

  • edr.crowdstrike.cannon.networkconnectip4

  • edr.sentinelone.dv.events

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 fields

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

Source field name

Extra fields

Field

Type

Source field name

Extra fields

eventdate

timestamp

 

 

source

str

 

 

event_id

str

 

 

pid

str

 

 

agent_id

str

 

 

domain

str

 

 

protocol

str

 

 

source_ip

ip4

 

 

source_port

str

 

 

destination_ip

ip4

 

 

destination_port

str

 

 

inbound

str

 

 

url

str

 

 

rawMessage

str

rawSource

✓

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.

edr.cbef.endpoint_event.netconn

Field in union table

Field in source table

Field transformation

Type

Extra fields

Field in union table

Field in source table

Field transformation

Type

Extra fields

eventdate

eventdate

 

timestamp

 

source

-

"cbef_endpoint_event_netconn"

str

 

event_id

event_id

 

str

 

pid

process_pid

 

str

 

agent_id

device_id

 

str

 

domain

netconn_domain

 

str

 

protocol

netconn_protocol

 

str

 

source_ip

local_ip

 

ip4

 

source_port

local_port

 

str

 

destination_ip

remote_ip

 

ip4

 

destination_port

remote_port

 

str

 

inbound

netconn_inbound

 

str

 

url

-

null('')

str

 

rawSource

rawMessage

 

str

 

rawMessage

rawMessage

 

str

✓

hostchain

hostchain

 

str

✓

tag

tag

 

str

✓

edr.crowdstrike.cannon.networkconnectip4

Field in union table

Field in source table

Field transformation

Type

Extra fields

Field in union table

Field in source table

Field transformation

Type

Extra fields

eventdate

eventdate

 

timestamp

 

source

-

"crowdstrike_cannon_networkconnectip4"

str

 

event_id

id

 

str

 

pid

ContextProcessId

 

str

 

agent_id

aid

 

str

 

domain

-

str

 

protocol

Protocol

str

 

source_ip

LocalAddressIP4

 

ip4

 

source_port

LocalPort

 

str

 

destination_ip

RemoteAddressIP4

 

ip4

 

destination_port

RemotePort

 

str

 

inbound

-

str

 

url

-

str

 

rawSource

rawSource

 

str

 

rawMessage

rawMessage

 

str

✓

hostchain

hostchain

 

str

✓

tag

tag

 

str

✓

edr.sentinelone.dv.events

Field in union table

Field in source table

Field transformation

Type

Extra fields

Field in union table

Field in source table

Field transformation

Type

Extra fields

eventdate

eventdate

 

timestamp

 

source

-

str

 

event_id

id

 

str

 

pid

pid

 

str

 

agent_id

agentId

 

str

 

domain

dnsRequest

 

str

 

protocol

-

str

 

source_ip

agentIp

 

ip4

 

source_port

srcPort

 

str

 

destination_ip

dstIp

 

ip4

 

destination_port

dstPort

 

str

 

inbound

direction

netEventDirection

str

 

url

url

 

str

 

rawSource

rawMessage

 

str

 

rawMessage

rawMessage

 

str

✓

hostchain

hostchain

 

str

✓

tag

tag

 

str

✓