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.
Fields¶
Field | Type | Description |
---|---|---|
AnalysisExtras | xml | Holds additional analysis data |
CommandLine | nvarchar | CommandLine of the process if available |
Environment | nvarchar | Environment of the process if available |
ExtraData | nvarchar | Extra data collected for documentation of this machine to signature relation |
Features | nvarchar | Instance specific feature information |
ID | bigint | Internal ID for the MachineSoftwareSignatureInstance entity (Primary Key) |
LastScan | datetime2 | Date/Time of last scan of this process instance |
MachineSoftwareSignatureID | bigint | Internal ID that references the MachineSoftwareSignature entity (Foreign Key) |
StartDate | datetime2 | StartDate of this process instance |