Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Introduction

This table collects information about different IPS-related logs.

Source tables

The information displayed is extracted from the following tables:

  • firewall.checkpoint.log_exporter

  • firewall.fortinet.utm.ips

  • firewall.sonicwall.genv58

...

Note

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

eventdate

timestamp

 

source

str

 

firewall_name

str

fwname

firewall_cluster

str

 

fwcluster

fwcluster

source_ip

str

 

source_ipv4

ip4

srcIp

source_port

ip4

str

 

srcPort

destination_ip

int4

str

 

dstIp

destination_ipv4

ip4

 

dstIp

dstPort

destination_port

int4

str

 

action

str

 

severity

str

 

httpService

attack_name

bool

str

 

attack

attack_id

str

 

attackId

attackId

rawMessage

str

 

rawSource

hostchain

str

 

tag

str

 

rawMessage

str

rawSource

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.

Anchor
tag0
tag0
firewall.checkpoint.log_exporter

Field in union table

Field in source table

Field transformation

Type

Extra fields

eventdate

eventdate

 

timestamp

source

-

Code Block
"firewall.checkpoint.log_exporter"

str

firewall_name

firewall_name

 

str

firewall_cluster

firewall_cluster

 

str

source_ip

srcIp_str

 

str

source_ipv4

source_ipv4

 

ip4

source_port

s_port

 

str

destination_ip

dstIp_str

 

str

destination_ipv4

destination_ipv4

 

ip4

destination_port

p_dport

 

str

action

action

 

str

severity

severity

 

str

attack_name

attack_name

 

str

attack_id

attack_id

 

str

rawSource

rawSource

 

str

rawMessage

rawMessage

 

str

hostchain

hostchain

 

str

tag

tag

 

str

Anchor
tag1
tag1
firewall.fortinet.utm.ips

fwcluster

virtDomain

Code Block
virtDomain ?: 'default'

str

srcIp

srcIp

 

ip4

srcPort

srcPort

 

int4

dstIp

dstIp

 

ip4

dstPort

Field in union table

Field in source table

Field transformation

Type

Extra fields

eventdate

eventdate

 

timestamp

source

-

Code Block
"fortinet"

str

fwname

devName

Code Block
devName ?: 'default'

str

firewall_name

firewall_name

 

str

firewall_cluster

firewall_cluster

 

str

source_ip

srcIp_str

 

str

source_ipv4

source_ipv4

 

ip4

source_port

srcPort

Code Block
str(srcPort)

str

destination_ip

dstIp_str

 

str

destination_ipv4

destination_ipv4

 

ip4

destination_port

dstPort

Code Block
int4
str(dstPort)
int4

attack

attack

str

action

action

 

str

severity

severity

 

str

httpService

service

Code Block
eq(service, "HTTP")

bool

attack_name

attack_name

 

str

attack_id

attack_id

 

str

attackId

rawSource

attackId

rawMessage

code

 

str

(attackId)

str

rawSource

rawMessage

rawMessage

 

str

hostchain

hostchain

 

str

tag

tag

 

str

rawMessage

rawMessage

 

str

Anchor
tag2
tag2
firewall.sonicwall.genv58

fwcluster

fw

Code Block
fw ?: 'default'

str

srcIp

srcIp

Field in union table

Field in source table

Field transformation

Type

Extra fields

eventdate

eventdate

 

timestamp

source

-

Code Block
"sonicwall.genv58"

str

fwname

sn

Code Block
sn ?: 'default'

str

firewall_name

firewall_name

 

str

firewall_cluster

firewall_cluster

 

str

source_ip

srcIp

Code Block
str(srcIp)

str

source_ipv4

source_ipv4

 

ip4

source_port

srcPort

srcPort

 

str

destination_ip

dstIp

Code Block
int4
str(
srcPort
dstIp)
int4

str

dstIp

dstIp

destination_ipv4

destination_ipv4

 

ip4

dstPortint4

destination_port

dstPort

Code Block
int4(dstPort)

attack

ipscat

Code Block
replace(ipscat, split(ipscat, " ", 0), "")

str

attackId

sid

Code Block
str(sid)

str

rawSource

 

str

action

m

Code Block
ifthenelse(m = "608", "detected", "dropped")

str

severity

ipspri

Code Block
ifthenelse(ipspri = 3, "low", ifthenelse(ipspri = 2, "medium", ifthenelse(ipspri = 1, "high", "")))

str

httpService

ipscat

Code Block
(startswith(ipscat, "WEB-") or ipscat = "SOCIAL-NETWORKING")

bool

attack_name

attack_name

 

str

attack_id

attack_id

 

str

rawSource

rawMessage

 

str

rawMessage

rawMessage

 

str

hostchain

hostchain

 

str

tag

tag

 

str

rawMessage

rawMessage

 

str