Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Introduction

This table collects different IPS-related logs.

Source tables

The information displayed is extracted from the following tables:

  • firewall.fortinet.utm.ips

  • firewall.sonicwall.genv58

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

eventdate

timestamp

 

source

str

 

fwname

str

 

fwcluster

str

 

srcIp

ip4

 

srcPort

int4

 

dstIp

ip4

 

dstPort

int4

 

action

str

 

severity

str

 

httpService

bool

 

attack

str

 

attackId

str

 

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.

firewall.fortinet.utm.ips

Field in union table

Field in source table

Field transformation

Type

Extra fields

eventdate

eventdate

 

timestamp

source

-

"fortinet"

str

fwname

devName

devName ?: 'default'

str

fwcluster

virtDomain

virtDomain ?: 'default'

str

srcIp

srcIp

 

ip4

srcPort

srcPort

 

int4

dstIp

dstIp

 

ip4

dstPort

dstPort

int4(dstPort)

int4

action

action

 

str

severity

severity

 

str

httpService

service

eq(service, "HTTP")

bool

attack

attack

 

str

attackId

attackId

str(attackId)

str

rawSource

rawMessage

 

str

hostchain

hostchain

 

str

tag

tag

 

str

rawMessage

rawMessage

 

str

firewall.sonicwall.genv58

Field in union table

Field in source table

Field transformation

Type

Extra fields

eventdate

eventdate

 

timestamp

source

-

"sonicwall.genv58"

str

fwname

sn

sn ?: 'default'

str

fwcluster

fw

fw ?: 'default'

str

srcIp

srcIp

 

ip4

srcPort

srcPort

int4(srcPort)

int4

dstIp

dstIp

 

ip4

dstPort

dstPort

int4(dstPort)

int4

action

m

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

str

severity

ipspri

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

str

httpService

ipscat

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

bool

attack

ipscat

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

str

attackId

sid

str(sid)

str

rawSource

rawMessage

 

str

hostchain

hostchain

 

str

tag

tag

 

str

rawMessage

rawMessage

 

str

  • No labels