Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel2
maxLevel2
typeflat

Introduction

This union table collects information from a set of tables with endpoint detection and response events.

Source tables

The information displayed is extracted from the following tables:

Expand
titleCheck source tables
  • cef0.bit9CarbonblackJson.cbResponse

  • edr.carbonblack.alert

  • edr.carbonblack.binary

  • edr.carbonblack.feed

  • edr.carbonblack.ingress

  • edr.carbonblack.protect

  • edr.carbonblack.watchlist

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: 

Note

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

Source field name

Extra fields

eventdate

timestamp

...

 

source

str

...

 

ip

str

...

 

mac

str

...

 

...

sha256

str

...

sha256hash

...

sha1

str

...

SHA1Hash

...

md5

str

...

MD5Hash

...

file_name

str

...

filename

file_path

str

...

path

message

str

...

 

status

str

...

-

...

Field

...

Data type

...

Extra fields

 

rule

str

...

 

...

hostname

str

...

host

threat

str

...

 

...

severity

str

...

severityuser

user

str

...

 

type

str

...

 

...

pid

str

...

processID

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. 

Rw ui tabs macro
Rw tab
titleTables 1 - 4

Anchor
cef0.bit9CarbonblackJson.cbResponse
cef0.bit9CarbonblackJson.cbResponse
cef0.bit9CarbonblackJson.cbResponse

Field in union table

Field in source table

Field transformation

...

Type

Extra

...

fields

eventdate

eventdate

timestamp

source

-

Code Block
'cef0.bit9CarbonblackJson.cbResponse'

str

ip

dst

Code Block
str(dst)

str

mac

-

Code Block
null('')

str

...

sha256

...

-

...

Code Block
null('')

sha256

str

...

sha1

...

-

...

Code Block
null('')

sha1

str

...

filename

...

md5

...

-

...

Code Block
null('')

...

str

md5

str

file_name

file_name

str

file_path

...

-

...

Code Block
null('')

file_path

str

message

-

Code Block
null('')

str

status

-

Code Block
null('')

str

rule

-

Code Block
null('')

str

...

hostname

hostname

str

threat

-

Code Block
null('')

str

...

severityuser

...

-

...

severity

severity

str

user

-

Code Block
null('')

str

type

type

str

...

processID

...

dpid

pid

pid

str

rawSource

rawMessage

str

rawMessage

rawMessage

str

hostchain

hostchain

str

tag

tag

str

Anchor
edr.carbonblack.alert
edr.carbonblack.alert
edr.carbonblack.alert

Field in union table

Field in source table

Field transformation

...

Type

Extra

...

fields

eventdate

eventdate

 

timestamp

source

-

Code Block
'edr.carbonblack.alert'

str

ip

comms_ip

Code Block
str(comms_ip)

str

mac

-

Code Block
null('')

str

...

sha256

sha256

 

str

...

sha1

...

sha1

...

Code Block
null('')

 

str

...

md5

md5

 

str

...

file_name

...

file_name

 

str

file_path

...

file_path

 

str

message

message

 

str

status

status

 

str

rule

-

Code Block
null('')

str

...

hostname

hostname

 

str

threat

feed_name

 

str

...

severity

...

severity

...

 

str

...

user

username

 

str

type

alert_type

 

str

...

pid

...

pid

...

Code Block
null('')

 

str

rawSource

rawMessage

 

str

rawMessage

rawMessage

 

str

hostchain

hostchain

 

str

tag

tag

 

str

Anchor
edr.carbonblack.binary
edr.carbonblack.binary
edr.carbonblack.binary

Field in union table

Field in source table

Field transformation

...

Type

Extra

...

fields

eventdate

eventdate

timestamp

source

-

Code Block
'edr.carbonblack.binary'

str

ip

-

Code Block
null('')

str

mac

-

Code Block
null('')

str

...

sha256

...

-

...

Code Block
null('')

sha256

str

...

sha1

...

-

...

Code Block
null('')

sha1

str

...

md5

md5

str

...

filename

...

-

...

Code Block
null('')

...

str

file_name

file_name

str

file_path

file_path

str

message

message

str

status

-

Code Block
null('')

str

rule

-

Code Block
null('')

str

...

hostname

hostname

str

threat

-

Code Block
null('')

str

...

severity

...

-

...

Code Block
null('')

...

severity

str

user

-

Code Block
null('')

str

type

type

str

...

processID

...

-

pid

pid

str

rawSource

rawMessage

str

rawMessage

rawMessage

str

hostchain

hostchain

str

tag

tag

str

Anchor
edr.carbonblack.feed
edr.carbonblack.feed
edr.carbonblack.feed

Field in union table

...

Field in source table

Field transformation

...

Type

Extra

...

fields

eventdate

eventdate

 

timestamp

source

-

Code Block
'edr.carbonblack.feed'

str

ip

comms_ip

Code Block
str(comms_ip)

str

mac

-

Code Block
null('')

str

...

sha256

...

sha256

 

str

...

sha1

...

sha1

...

Code Block
null('')

 

str

...

md5

md5

 

str

...

file_name

...

file_

...

name

 

str

file_path

...

file_path

 

str

message

message

 

str

status

-

Code Block
null('')

str

rule

-

Code Block
null('')

str

...

hostname

hostname

 

str

threat

feed_name

 

str

...

severity

...

severity

...

Code Block
null('')

 

str

user

docs_username

 

str

type

type

 

str

...

pid

...

pid

 

str

rawSource

rawMessage

 

str

rawMessage

rawMessage

 

str

hostchain

hostchain

 

str

tag

tag

 

str

Rw tab
titleTables 5 - 7

Anchor
edr.carbonblack.ingress
edr.carbonblack.ingress
edr.carbonblack.ingress

Field in union table

...

Field in source table

Field transformation

...

Type

Extra

...

fields

eventdate

eventdate

 

timestamp

source

-

Code Block
'edr.carbonblack.ingress'

str

ip

local_ip

 

str

mac

-

Code Block
null('')

str

...

sha256

sha256

 

str

...

sha1

...

sha1

...

Code Block
null('')

 

str

...

md5

md5

 

str

...

file_name

...

file_name

 

str

file_path

file_path

 

str

message

message

 

str

status

action

 

str

rule

-

Code Block
null('')

str

...

hostname

...

hostname

 

str

threat

-

Code Block
null('')

str

...

severity

...

-

severity

 

str

user

username

 

str

type

type

 

str

...

pid

pid

...

 

str

...

...

str

rawSource

rawMessage

 

str

rawMessage

rawMessage

 

str

hostchain

hostchain

 

str

tag

tag

 

str

Anchor
edr.carbonblack.protect
edr.carbonblack.protect
edr.carbonblack.protect

Field in union table

...

Field in source table

Field transformation

...

Type

Extra

...

fields

eventdate

eventdate

 

timestamp

source

-

Code Block
'edr.carbonblack.protect'

str

ip

host_ip

 

str

mac

-

Code Block
null('')

str

...

sha256

...

sha256

...

Code Block
null('')

 

str

...

sha1

...

sha1

...

Code Block
null('')

 

str

...

md5

...

md5

...

Code Block
null('')

 

str

...

file_name

file_name

 

str

file_path

file_path

...

 

str

message

message

 

str

status

-

Code Block
null('')

str

rule

rule_name

 

str

...

hostname

...

hostname

 

str

threat

file_threat

 

str

...

severity

...

severity

...

Code Block
null('')

 

str

user

user_name

 

str

type

event_type

 

str

...

pid

...

pid

...

Code Block
null('')

 

str

rawSource

rawMessage

 

str

rawMessage

rawMessage

 

str

hostchain

hostchain

 

str

tag

tag

 

str

Anchor
edr.carbonblack.watchlist-Field-in-Field-in-edr.carbonblack.watchlist-Field-transformation-Type-Extra-Field?-Field-in-Field-in-edr.carbonblack.watchlist-Field-transformation-Type-Extra-Field?-eventdate-eventdate-timestamp-source---edr.carbonblack.watchlis
edr.carbonblack.watchlist-Field-in-Field-in-edr.carbonblack.watchlist-Field-transformation-Type-Extra-Field?-Field-in-Field-in-edr.carbonblack.watchlist-Field-transformation-Type-Extra-Field?-eventdate-eventdate-timestamp-source---edr.carbonblack.watchlis
edr.carbonblack.watchlist

Field in union table

...

Field in source table

Field transformation

...

Type

Extra

...

fields

eventdate

eventdate

 

timestamp

source

-

Code Block
'edr.carbonblack.watchlist'

str

ip

-

Code Block
null('')

str

mac

-

Code Block
null('')

str

...

sha256

...

sha256

 

str

...

sha1

...

sha1

...

Code Block
null('')

 

str

...

md5

...

md5

 

str

...

file_name

...

file_

...

name

 

str

file_path

...

file_path

 

str

message

message

 

str

status

-

Code Block
null('')

str

rule

-

Code Block
null('')

str

...

hostname

...

hostname

 

str

threat

-

Code Block
null('')

str

...

severity

...

severity

...

Code Block
null('')

 

str

user

docs_username

 

str

type

type

 

str

...

pid

...

pid

...

 

str

rawSource

rawMessage

 

str

rawMessage

rawMessage

 

str

hostchain

hostchain

 

str

tag

tag

 

str