Table sem5.dbo.ACTUALACTION
Lists and defines the meanings of the antivirus remediation action integers. The action integers represent the actions that the antivirus engine can take when dealing with a threat.

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
ACTUALACTION_IDX int 4
ACTUALACTION varchar 255 ('') A hard-coded English string used for the following lookups:
-1 = Action invalid
1 = Quarantined
2 = Renamed
3 = Deleted
4 = Left alone
5 = Cleaned
6 = Cleaned or macros deleted
7 = Saved
9 = Moved back
10 = Renamed back
11 = Undone
12 = Bad
13 = Backed up
14 = Pending repair
15 = Partially repaired
16 = Process termination pending restart
17 = Excluded
18 = Restart processing
19 = Cleaned by deletion
20 = Access denied
21 = Process terminated
22 = No repair available
23 = All actions failed
98 = Suspicious
99 = Details pending
110 = Detected by using the commercial application list
111 = Forced detection by using the file name
1000 = Forced detection by using the file hash
500 = Not applicable

Analyzed at Mon Oct 29 12:07 PDT 2012

Indexes:
Column(s) Type Sort Constraint Name
ACTUALACTION_IDX Primary key Asc PK_ACTUALACTION