The MalwareConfigurationObfuscationDetailsType captures details relating to the obfuscation of malware configuration parameters.
Field Name | Type | Description |
---|---|---|
@is_encodedoptional | boolean |
The is_encoded field specifies that the malware configuration parameters are encoded with the algorithm captured in the Algorithm_Details field. |
@is_encryptedoptional | boolean |
The is_encrypted field specifies that the malware configuration parameters are encrypted with the algorithm captured in the Algorithm_Details field. |
Algorithm_Details0..n | MalwareConfigurationObfuscationAlgorithmType |
The Algorithm_Details field captures an the details of the algorithm used to encode or encrypt the malware configuration parameters, including the name of the algorithm and its key. More than one encryption or encoding algorithm may be specified by using multiple occurrences of this field. |