OBJECT

RansomwareResult

Description

Ransomware Investigation report from lambda service.

link GraphQL Schema definition

  • type RansomwareResult {
  • # The database ID of the ransomware result.
  • id: String!
  • # The cluster ID of the object.
  • clusterUuid: UUID!
  • # The internal ID of the object.
  • workloadId: String!
  • # The internal ID of the snapshot.
  • snapshotId: String!
  • # The internal fid of the snapshot.
  • snapshotFid: String!
  • # The date of the snapshot.
  • snapshotData: DateTime!
  • # The probability of the snapshot being encrypted.
  • encryptionProbability: Float!
  • # Indicates whether the snapshot is encrypted.
  • isEncrypted: Boolean!
  • # The internal managed ID of the object.
  • managedId: String!
  • }