MalwareEntity interface

Represents a malware entity.

Extends

Properties

additionalData

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

category

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

fileEntityIds

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

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.

kind

The kind of the entity.

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

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

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>

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[]

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

kind

The kind of the entity.

kind: "Malware"

Property Value

"Malware"

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

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From Entity.id

name

The name of the resource

name?: string

Property Value

string

Inherited From Entity.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From Entity.systemData

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From Entity.type