OBJECT

ThreatHuntResultSnapshotStats

Description

Summary of a threat hunt for a snapshot.

link GraphQL Schema definition

  • type ThreatHuntResultSnapshotStats {
  • # ID of the snapshot.
  • snapshotFid: String!
  • # Date of the snapshot.
  • snapshotDate: DateTime
  • # Total unique paths for which malware was found.
  • totalMatchedPaths: Long!
  • # Status of scanning this snapshot.
  • status: MalwareScanInSnapshotStatus!
  • # List of IOCs found in this snapshot.
  • matchTypes: [IndicatorOfCompromise!]!
  • # Specifies whether the snapshot has expired.
  • isExpired: Boolean!
  • # Indicates whether the snapshot is quarantined or not.
  • isQuarantined: Boolean!
  • }