MalwareEntityProperties interface

Malware entity property bag.

Extends

Properties

category

The malware category by the vendor, e.g. Trojan

fileEntityIds

List of linked file entity identifiers on which the malware was found

malwareName

The malware name by the vendor, e.g. Win32/Toga!rfn

processEntityIds

List of linked process entity identifiers on which the malware was found.

Inherited Properties

additionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

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.

Property Details

category

The malware category by the vendor, e.g. Trojan

category?: string

Property Value

string

fileEntityIds

List of linked file entity identifiers on which the malware was found

fileEntityIds?: string[]

Property Value

string[]

malwareName

The malware name by the vendor, e.g. Win32/Toga!rfn

malwareName?: string

Property Value

string

processEntityIds

List of linked process entity identifiers on which the malware was found.

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.

additionalData?: Record<string, any>

Property Value

Record<string, any>

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.

friendlyName?: string

Property Value

string

Inherited From EntityCommonProperties.friendlyName