The MalwareExceptionType captures details of exceptions that may be raised as a result of a malware instance executing on a system.
Field Name | Type | Description |
---|---|---|
Error_Type1..1 | string |
This field specifies the type for this tool run error. |
Error_Count0..1 | integer |
This field specifies the count of instances for this error in the tool run. |
Error_Instances0..1 | ErrorInstancesType |
This field captures the actual error output for each instance of this type of error. |
@is_fataloptional | boolean |
The is_fatal field specifies whether the exception is fatal; that is, whether it caused the malware instance to terminate. |
Exception_Code0..1 | string |
The Exception_Code field captures the particular code that identifies the type of exception that occurred. |
Faulting_Address0..1 | hexBinary |
The Faulting_Address field captures the memory address where the exception occurred. |
Description0..1 | short |
The Description field captures the textual description of the exception. |