Kaspersky Industrial CyberSecurity for Networks API Developer's Guide

Technology

Analysis technology types associated with events.

Defined in

This enumeration is defined in the event_provider.proto file.

Syntax

enum Technology

{

Dpi = 0;

Nic = 1;

Ids = 2;

External = 3;

Cc = 4;

Am = 5;

}

Values

This enumeration defines the following values.

Technology enumeration values

Name

Value

Description

Dpi

0

Event was generated as a result of analysis with DPI technology (Deep Packet Inspection).

Nic

1

Event was generated as a result of analysis with NIC technology (Network Integrity Control).

Ids

2

Event was generated as a result of analysis with IDS technology (Intrusion Detection System).

External

3

Event was generated as a result of analysis with External technology (EXT, external systems).

Cc

4

Event was generated as a result of analysis with CC technology (Command Control).

Am

5

Event was generated as a result of analysis with AM technology (Asset Management).