MalwareEntityProperties interface
Malware entity property bag.
- Extends
Properties
category | The malware category by the vendor, e.g. Trojan NOTE: This property will not be serialized. It can only be populated by the server. |
file |
List of linked file entity identifiers on which the malware was found NOTE: This property will not be serialized. It can only be populated by the server. |
malware |
The malware name by the vendor, e.g. Win32/Toga!rfn NOTE: This property will not be serialized. It can only be populated by the server. |
process |
List of linked process entity identifiers on which the malware was found. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
additional |
A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server. |
friendly |
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
category
The malware category by the vendor, e.g. Trojan NOTE: This property will not be serialized. It can only be populated by the server.
category?: string
Property Value
string
fileEntityIds
List of linked file entity identifiers on which the malware was found NOTE: This property will not be serialized. It can only be populated by the server.
fileEntityIds?: string[]
Property Value
string[]
malwareName
The malware name by the vendor, e.g. Win32/Toga!rfn NOTE: This property will not be serialized. It can only be populated by the server.
malwareName?: string
Property Value
string
processEntityIds
List of linked process entity identifiers on which the malware was found. NOTE: This property will not be serialized. It can only be populated by the server.
processEntityIds?: string[]
Property Value
string[]
Inherited Property Details
additionalData
A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server.
additionalData?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
Inherited From EntityCommonProperties.additionalData
friendlyName
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server.
friendlyName?: string
Property Value
string
Inherited From EntityCommonProperties.friendlyName
Azure SDK for JavaScript