edr-models
Version:
edr modules
29 lines (28 loc) • 527 B
TypeScript
export declare enum EntityType {
Unknown = -1,
File = 0,
Process = 1,
RegistryValue = 2,
User = 3,
Driver = 4,
Socket = 5,
Group = 6,
RegistryKey = 9,
NIC = 10,
RoutingEntry = 11,
SystemInfo = 12,
Session = 13,
Login = 14,
Logoff = 15,
Service = 16,
EventLog = 17,
DiskDrive = 18,
Partition = 19,
BIOS = 20,
Host = 21,
OS = 22,
PageFile = 23,
HotFix = 24,
PhysicalDisk = 25,
KernelTable = 26,
}