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

Data type

Extra fields

eventdate

timestamp

source

str

ip

str

mac

str

sha256hash

str

SHA1Hash

str

MD5Hash

str

filename

str

path

str

message

str

status

str

Field

Data type

Extra fields

rule

str

host

str

threat

str

severityuser

str

user

str

type

str

processID

str

rawMessage

str

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

Data Type

Extra Field

eventdate

eventdate

timestamp

source

-

Code Block
'cef0.bit9CarbonblackJson.cbResponse'

str

ip

dst

Code Block
str(dst)

str

mac

-

Code Block
null('')

str

sha256hash

-

Code Block
null('')

str

SHA1Hash

-

Code Block
null('')

str

MD5Hash

-

Code Block
null('')

str

filename

dproc

str

path

-

Code Block
null('')

str

message

-

Code Block
null('')

str

status

-

Code Block
null('')

str

rule

-

Code Block
null('')

str

host

hostname

str

threat

-

Code Block
null('')

str

severityuser

-

Code Block
null('')

str

user

-

Code Block
null('')

str

type

type

str

processID

dpid

Code Block
str(dpid)

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

Data Type

Extra Field

eventdate

eventdate

 

timestamp

source

-

Code Block
'edr.carbonblack.alert'

str

ip

comms_ip

Code Block
str(comms_ip)

str

mac

-

Code Block
null('')

str

sha256hash

sha256

 

str

SHA1Hash

-

Code Block
null('')

str

MD5Hash

md5

 

str

filename

process_name

 

str

path

process_path

 

str

message

message

 

str

status

status

 

str

rule

-

Code Block
null('')

str

host

hostname

 

str

threat

feed_name

 

str

severityuser

sensor_criticality

Code Block
str(sensor_criticality)

str

user

username

 

str

type

alert_type

 

str

processID

-

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

Data Type

Extra Field

eventdate

eventdate

timestamp

source

-

Code Block
'edr.carbonblack.binary'

str

ip

-

Code Block
null('')

str

mac

-

Code Block
null('')

str

sha256hash

-

Code Block
null('')

str

SHA1Hash

-

Code Block
null('')

str

MD5Hash

md5

str

filename

-

Code Block
null('')

str

path

file_path

str

message

message

str

status

-

Code Block
null('')

str

rule

-

Code Block
null('')

str

host

hostname

str

threat

-

Code Block
null('')

str

severityuser

-

Code Block
null('')

str

user

-

Code Block
null('')

str

type

type

str

processID

-

Code Block
null('')

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 table union

Field in source table

Field transformation

Data Type

Extra Field

eventdate

eventdate

 

timestamp

source

-

Code Block
'edr.carbonblack.feed'

str

ip

comms_ip

Code Block
str(comms_ip)

str

mac

-

Code Block
null('')

str

sha256hash

docs_process_sha256

 

str

SHA1Hash

-

Code Block
null('')

str

MD5Hash

md5

 

str

filename

docs_observed_filename

 

str

path

docs_path

 

str

message

message

 

str

status

-

Code Block
null('')

str

rule

-

Code Block
null('')

str

host

hostname

 

str

threat

feed_name

 

str

severityuser

-

Code Block
null('')

str

user

docs_username

 

str

type

type

 

str

processID

process_id

 

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 table union

Field in source table

Field transformation

Data Type

Extra Field?

eventdate

eventdate

 

timestamp

source

-

Code Block
'edr.carbonblack.ingress'

str

ip

local_ip

 

str

mac

-

Code Block
null('')

str

sha256hash

sha256

 

str

SHA1Hash

-

Code Block
null('')

str

MD5Hash

md5

 

str

filename

filetype_name

 

str

path

path

 

str

message

message

 

str

status

action

 

str

rule

-

Code Block
null('')

str

host

computer_name

 

str

threat

-

Code Block
null('')

str

severityuser

-

Code Block
null('')

str

user

username

 

str

type

type

 

str

processID

pid

Code Block
str(pid)

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 table uniin

Field in source table

Field transformation

Data Type

Extra Field

eventdate

eventdate

 

timestamp

source

-

Code Block
'edr.carbonblack.protect'

str

ip

host_ip

 

str

mac

-

Code Block
null('')

str

sha256hash

-

Code Block
null('')

str

SHA1Hash

-

Code Block
null('')

str

MD5Hash

-

Code Block
null('')

str

filename

file_name

 

str

path

path_name

 

str

message

message

 

str

status

-

Code Block
null('')

str

rule

rule_name

 

str

host

host_name

 

str

threat

file_threat

 

str

severityuser

-

Code Block
null('')

str

user

user_name

 

str

type

event_type

 

str

processID

-

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 table union

Field in source table

Field transformation

Data Type

Extra Field

eventdate

eventdate

 

timestamp

source

-

Code Block
'edr.carbonblack.watchlist'

str

ip

-

Code Block
null('')

str

mac

-

Code Block
null('')

str

sha256hash

docs_sha256

 

str

SHA1Hash

-

Code Block
null('')

str

MD5Hash

docs_md5

 

str

filename

docs_observed_filename

 

str

path

docs_path

 

str

message

message

 

str

status

-

Code Block
null('')

str

rule

-

Code Block
null('')

str

host

docs_hostname

 

str

threat

-

Code Block
null('')

str

severityuser

-

Code Block
null('')

str

user

docs_username

 

str

type

type

 

str

processID

docs_process_pid

Code Block
str(docs_process_pid)

str

rawSource

rawMessage

 

str

rawMessage

rawMessage

 

str

hostchain

hostchain

 

str

tag

tag

 

str