Stations Status

client_disconnect

Abnormally terminated connections with clients.

Table fields

Field name

Field type

Description

uuid

VARCHAR(36)

client ID

type

INTEGER NOT NULL

client type, see client-type.h|ds

addr

VARCHAR(512) NOT NULL

client address

name

INTEGER

client name

mac

INTEGER

client MAC

sid

INTEGER

client SID

descr

INTEGER

client description

ldapdn

INTEGER

client LDAP DN

disconnat

NUMERIC(17) NOT NULL

client disconnection timestamp

duration

INTEGER NOT NULL

client session duration, in seconds

reason

CLOB NOT NULL

diconnect reason

notified

INTEGER DEFAULT '0'

whether a message was sent (0 - no, 1 - yes, 2 - delay)

Table indexes

Index name

Index type

Fields list

client_disconnect_0001

simple table index

clustering index

disconnat

client_disconnect_0002

simple table index

addr, type

Table references

Field name

Direction

Referenced table field

descr

cat_descr.id

ldapdn

cat_ldapdn.id

mac

cat_mac.id

name

cat_name_stations.id

sid

cat_sid.id

once_job_done

Scheduler tasks for stations executed once.

Table fields

Field name

Field type

Description

jid

VARCHAR(36) NOT NULL

task UUID

sid

VARCHAR(36) NOT NULL

ID of the station to execute the task

source

INTEGER NOT NULL

source type, see hier-traverse-source.ds

oid

VARCHAR(36) NOT NULL

source ID (group/policy/station)

created

NUMERIC(17) DEFAULT '0'

record creation time

Table indexes

Index name

Index type

Fields list

once_job_done_pkey

table primary key

jid, sid, source, oid

station_components

Information on anti-virus components installed on stations.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

station ID

component

INTEGER DEFAULT '0'

component name

instdate

NUMERIC(17) DEFAULT '0'

installation date

server

INTEGER DEFAULT '0'

installation Server: @name_stations

path

INTEGER DEFAULT '0'

installation path: @path

modtime

NUMERIC(17) NOT NULL

record modification time

Table indexes

Index name

Index type

Fields list

station_components_0001

simple table index

clustering index

id

Table references

Field name

Direction

Referenced table field

id

stations.id

path

cat_path.id

server

cat_name_stations.id

station_env_hash

Hash list of information states about hardware and software on stations.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

station ID

category

INTEGER NOT NULL

environment category, see runtime::environment::category

hash

VARCHAR(128) NOT NULL

environment category hash

createtime

NUMERIC(17) NOT NULL

record creation time

Table indexes

Index name

Index type

Fields list

station_env_hash_pkey

table primary key

clustering index

id, category

station_env_hw

Detailed information on hardware on stations.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

station ID

type

INTEGER NOT NULL

device type, see st-db-env-hw

name

INTEGER NOT NULL

device name, reference to `env_strings`

vendor

INTEGER NOT NULL

device vendor, reference to `env_strings`

info1

NUMERIC(11) NOT NULL

device info, line #1

info2

NUMERIC(11) NOT NULL

device info, line #2

Table indexes

Index name

Index type

Fields list

station_env_hw_0001

simple table index

clustering index

id

Table references

Field name

Direction

Referenced table field

id

stations.id

name

env_strings.id

vendor

env_strings.id

station_env_kb

Detailed information on Windows OS updates installed on stations.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

station ID

name

INTEGER NOT NULL

Windows update name, reference to `env_strings`

Table indexes

Index name

Index type

Fields list

station_env_kb_0001

simple table index

clustering index

id

Table references

Field name

Direction

Referenced table field

id

stations.id

name

env_strings.id

station_env_sw

Detailed information on software on stations.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

station ID

name

INTEGER NOT NULL

software name, reference to `env_strings`

version

INTEGER NOT NULL

software version, reference to `env_strings`

vendor

INTEGER NOT NULL

software vendor, reference to `env_strings`

disksize

INTEGER NOT NULL

software size on disk, MB

Table indexes

Index name

Index type

Fields list

station_env_sw_0001

simple table index

clustering index

id

Table references

Field name

Direction

Referenced table field

id

stations.id

name

env_strings.id

vendor

env_strings.id

version

env_strings.id

station_logins

Information on connections of stations to the Server.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

station ID

machine_id

INTEGER DEFAULT '0' NOT NULL

machine UID

machine_mac

INTEGER DEFAULT '0' NOT NULL

machine MAC address

addr

VARCHAR(512) NOT NULL

network address

name

INTEGER DEFAULT '0'

station name

lastseenat

NUMERIC(17) DEFAULT '0'

time of the last connection

logged_in

INTEGER DEFAULT '0'

login status: 0 if failed, != 0 if OK

Table indexes

Index name

Index type

Fields list

station_logins_pkey

table primary key

clustering index

id, machine_id, machine_mac, addr

Table references

Field name

Direction

Referenced table field

id

stations.id

machine_id

cat_sid.id

machine_mac

cat_mac.id

name

cat_name_stations.id

station_modules

Information on anti-virus components modules installed on stations.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

station ID

name

INTEGER NOT NULL

file name, reference to `cat_mod_name`

owner

INTEGER DEFAULT '0'

file owner, reference to `cat_users`

fsize

NUMERIC(17) DEFAULT '0'

file size

md5

INTEGER DEFAULT '0'

file MD5, reference to `cat_mod_md5`

ctime

NUMERIC(17) DEFAULT '0'

file creation time

mtime

NUMERIC(17) DEFAULT '0'

file modification time

version

INTEGER DEFAULT '0'

module version, reference to `cat_mod_ver`

descr

INTEGER DEFAULT '0'

module description, reference to `cat_mod_descr`

createtime

NUMERIC(17) DEFAULT '0'

record create time

Table indexes

Index name

Index type

Fields list

station_modules_0001

simple table index

clustering index

id

Table references

Field name

Direction

Referenced table field

descr

cat_mod_descr.id

id

stations.id

md5

cat_mod_md5.id

name

cat_mod_name.id

owner

cat_users.id

version

cat_mod_ver.id

station_netaddr

The list of network interfaces on stations.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

station ID

ifname

TEXT DEFAULT ''

interface name

iffrname

TEXT DEFAULT ''

interface friendly name

ifdesc

TEXT DEFAULT ''

interface description

addr

TEXT DEFAULT ''

interface address

mask

TEXT DEFAULT ''

interface mask

mac

VARCHAR(128) NOT NULL

interface MAC address

modtime

NUMERIC(17) DEFAULT '0'

record modification time

Table indexes

Index name

Index type

Fields list

station_netaddr_0001

simple table index

clustering index

id

station_netaddr_0002

simple table index

mac

Table references

Field name

Direction

Referenced table field

id

stations.id

station_netinstid

Identifiers of network installers used for the Agent installation on stations.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

station ID

nid

VARCHAR(36) DEFAULT ''

network installer ID

Table indexes

Index name

Index type

Fields list

station_netinstid_0001

simple table index

clustering index

id

Table references

Field name

Direction

Referenced table field

id

stations.id

station_os_devgroups

Devices classes on stations.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

station ID

name

INTEGER DEFAULT '0'

group name

description

INTEGER DEFAULT '0'

group description

guid

VARCHAR(38) NOT NULL

group GUID

Table indexes

Index name

Index type

Fields list

station_os_devgroups_pkey

table primary key

clustering index

id, guid

Table references

Field name

Direction

Referenced table field

description

cat_dev_group_descr.id

id

stations.id

name

cat_dev_group_name.id

station_os_devices

The list of devices on stations.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

station ID

instance

INTEGER DEFAULT '0' NOT NULL

device instance ID

friendly_name

INTEGER DEFAULT '0'

device friendly name

description

INTEGER DEFAULT '0'

device description

capabilities

INTEGER DEFAULT '0'

device capabilities

class

INTEGER DEFAULT '0'

device class - group GUID

Table indexes

Index name

Index type

Fields list

station_os_devices_pkey

table primary key

clustering index

id, instance

Table references

Field name

Direction

Referenced table field

class

cat_device_class.id

description

cat_device_descr.id

friendly_name

cat_dev_friendly_name.id

id

stations.id

instance

cat_device_instance.id

station_os_groups

Groups of operating system users on stations.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

station ID

name

INTEGER DEFAULT '0' NOT NULL

group name

sid

INTEGER DEFAULT '0' NOT NULL

group SID

comm

INTEGER DEFAULT '0'

comment

Table indexes

Index name

Index type

Fields list

station_os_groups_pkey

table primary key

clustering index

id, sid

Table references

Field name

Direction

Referenced table field

comm

cat_os_group_descr.id

id

stations.id

name

cat_os_group_name.id

sid

cat_os_sid.id

station_os_users

Operating system users on stations.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

station ID

login

INTEGER DEFAULT '0' NOT NULL

user login name

sid

INTEGER DEFAULT '0' NOT NULL

user SID

full_name

INTEGER DEFAULT '0'

full name

Table indexes

Index name

Index type

Fields list

station_os_users_pkey

table primary key

clustering index

id, sid

Table references

Field name

Direction

Referenced table field

full_name

cat_os_user_name.id

id

stations.id

login

cat_os_user_name.id

sid

cat_os_sid.id

station_products

Information on products installed on stations.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

station ID

product

VARCHAR(64) NOT NULL

product name

crev

NUMERIC(17) DEFAULT '0'

current revision

nrev

NUMERIC(17) DEFAULT '0'

new revision

pstate

CHARACTER(1)

product state: S - stable, F - failed, D - delayed

modtime

NUMERIC(17) DEFAULT '0'

record modification time

Table indexes

Index name

Index type

Fields list

station_products_0001

simple table index

id

station_products_pkey

table primary key

clustering index

id, product

Table references

Field name

Direction

Referenced table field

id

stations.id

station_quarantine

The state of the quarantine on stations.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

station ID

object

VARCHAR(128) DEFAULT ''

file name in quarantine

qtime

NUMERIC(17) DEFAULT '0'

time of the moving file to quarantine

origname

INTEGER DEFAULT '0'

original file name

hash

CHARACTER(64) DEFAULT '0'

file hash (SHA-256)

len

NUMERIC(17) DEFAULT '0'

file length

mtime

NUMERIC(17) DEFAULT '0'

file modification time

owner

INTEGER DEFAULT '0'

file owner

virusinfo

INTEGER DEFAULT '0'

virus information, reference to `cat_virusinfo`

created

NUMERIC(17) NOT NULL

record creation time

sync

INTEGER DEFAULT '1'

syncronization information

component

NUMERIC(17) DEFAULT '0'

anti-virus component that moved the file

Table indexes

Index name

Index type

Fields list

station_quarantine_0001

simple table index

clustering index

id, created

Table references

Field name

Direction

Referenced table field

id

stations.id

origname

cat_path.id

owner

cat_users.id

virusinfo

cat_virusinfo.id

station_running

Information on anti-virus components running on stations.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

station ID

pid

NUMERIC(12) DEFAULT '0'

process ID

type

INTEGER DEFAULT '0'

start type (user/agent/etc.)

component

INTEGER DEFAULT '0'

component number

username

INTEGER DEFAULT '0'

user who launched the component

params

INTEGER DEFAULT '0'

process parameters

starttime

NUMERIC(17) NOT NULL

record creation

Table indexes

Index name

Index type

Fields list

station_running_0001

simple table index

clustering index

id

Table references

Field name

Direction

Referenced table field

id

stations.id

params

cat_run_param.id

username

cat_users.id

station_status

Statistics on stations status.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

station ID

severity

NUMERIC(11) NOT NULL

status severity

source

NUMERIC(11) NOT NULL

status source

reserved

NUMERIC(11) NOT NULL

reserved part of status

code

NUMERIC(15) NOT NULL

record code

args

TEXT DEFAULT ''

record agruments

createtime

NUMERIC(17) NOT NULL

record creation

Table indexes

Index name

Index type

Fields list

station_status_0004

simple table index

clustering index

id, code

station_status_0005

simple table index

id, severity, source, reserved, code

Table references

Field name

Direction

Referenced table field

id

stations.id

station_user_logon

The list of OS user sessions on stations.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

station ID

username

INTEGER DEFAULT '0'

user name

logontime

NUMERIC(17) DEFAULT '0'

user logon time

isession

INTEGER NOT NULL

user session ID

proto

INTEGER DEFAULT '0'

connection protocol (0 - local, 2 - rdp)

address

VARCHAR(512) DEFAULT ''

network address if user connected remotely

sid

VARCHAR(256) DEFAULT ''

user SID

Table indexes

Index name

Index type

Fields list

station_user_logon_pkey

table primary key

clustering index

id, isession

Table references

Field name

Direction

Referenced table field

id

stations.id

username

cat_users.id

station_vdb

Information on virus databases installed on stations.

Table fields

Field name

Field type

Description

id

VARCHAR(36) NOT NULL

station ID

name

INTEGER NOT NULL

database file name

version

NUMERIC(15) DEFAULT '0'

version

idate

NUMERIC(12) DEFAULT '0'

issue date

viruses

NUMERIC(15) DEFAULT '0'

number of virus records

createtime

NUMERIC(17) NOT NULL

record creation

Table indexes

Index name

Index type

Fields list

station_vdb_0001

simple table index

clustering index

id, name

Table references

Field name

Direction

Referenced table field

id

stations.id

name

cat_vdb.id