Table sem5.dbo.ANOMALYDETECTIONTYPE
Lists and defines the kinds of objects that detections work on

Generated by
SchemaSpy
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
DETECTION_TYPE_ID int 4
DETECTION_TYPE_DESC varchar 255 ('') Detection_Type_ID, Detection_Type_Desc (a hard-coded English string used for lookup)
1000 = Registry
1001 = File
1002 = Process
1003 = Batch File
1004 = INI File
1005 = Service
1006 = Infected File
1007 = COM Object
1008 = Hosts File Entry
1009 = Directory
1010 = Layered Service Provider

Analyzed at Mon Oct 29 12:07 PDT 2012

Indexes:
Column(s) Type Sort Constraint Name
DETECTION_TYPE_ID Primary key Asc PK_ANOMALYDETECTIONTYPE