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 |
---|---|---|
|
|
Event was generated as a result of analysis with DPI technology (Deep Packet Inspection). |
|
|
Event was generated as a result of analysis with NIC technology (Network Integrity Control). |
|
|
Event was generated as a result of analysis with IDS technology (Intrusion Detection System). |
|
|
Event was generated as a result of analysis with External technology (EXT, external systems). |
|
|
Event was generated as a result of analysis with CC technology (Command Control). |
|
|
Event was generated as a result of analysis with AM technology (Asset Management). |