Table sem5.dbo.ANOMALYREMEDIATIONTYPE
Lists and defines the kinds of objects that remediations 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
REMEDIATION_TYPE_ID int 4
REMEDIATION_TYPE_DESC varchar 255 ('') Remediation_Type_ID, Remediation_Type_Desc (hard-coded English string used for lookup)
2000 = Registry
2001 = File
2002 = Process
2003 = Batch File
2004 = INI File
2005 = Service
2006 = Infected File
2007 = COM Object
2008 = Hosts File Entry
2009 = Directory
2010 = Layered Service Provider
2011 = Internet Browser Cache

Analyzed at Mon Oct 29 12:07 PDT 2012

Indexes:
Column(s) Type Sort Constraint Name
REMEDIATION_TYPE_ID Primary key Asc PK_ANOMALYREMEDIATIONTYPE