MachineSoftwareSignatureInstance
If several instances of MachineSoftwareSignature can be found for the same signature (for example, process started multiple times), this table holds per-instance information.
erDiagram
MachineSoftwareSignature ||--o{ MachineSoftwareSignatureInstance : "MachineSoftwareSignatureID"
Fields
| Field |
Type |
Description |
| AnalysisExtras |
xml |
Holds additional analysis data |
| CommandLine |
string |
CommandLine of the process if available |
| Environment |
string |
Environment of the process if available |
| ExtraData |
string |
Extra data collected for documentation of this machine to signature relation |
| Features |
string |
Instance specific feature information |
| ID |
numeric |
Internal ID for the MachineSoftwareSignatureInstance entity (Primary Key) |
| LastScan |
datetime |
Date/Time of last scan of this process instance |
| MachineSoftwareSignatureID |
numeric |
Internal ID that references the MachineSoftwareSignature entity (Foreign Key) |
| StartDate |
datetime |
StartDate of this process instance |
References
| Column Name |
Referenced Table |
Description |
| MachineSoftwareSignatureID |
MachineSoftwareSignature |
M:n relation between machines and software signatures |