The DynamicAnalysisMetadataType captures any metadata specific to the dynamic analysis of a malware instance.
Field Name | Type | Description |
---|---|---|
Command_Line0..1 | string |
The Command_Line field specifies the command line used to launch the subject binary. |
Analysis_Duration0..1 | float |
The Analysis_Duration field specifies the duration of the overall dynamic analysis process, in seconds. |
Exit_Code0..1 | integer |
The Exit_Code field specifies the exit code with which the subject binary exited. |
Raised_Exception0..n | MalwareExceptionType |
The Raised_Exception field captures a single exception that was raised (or thrown) during the execution of the malware instance. More than one exception may be captured through the use of multiple instances of this field. |