Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MalwareEntityProperties

Package version

Malware entity property bag.

Hierarchy

Index

Properties

Optional additionalData

additionalData: undefined | {}

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.

Optional category

category: undefined | string

The malware category by the vendor, e.g. Trojan NOTE: This property will not be serialized. It can only be populated by the server.

Optional fileEntityIds

fileEntityIds: string[]

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.

Optional friendlyName

friendlyName: undefined | string

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.

Optional malwareName

malwareName: undefined | string

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.

Optional processEntityIds

processEntityIds: string[]

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.

Generated using TypeDoc