OBJECT

ThreatHuntStats

Description

Represents the statistics related to the threat hunt.

link GraphQL Schema definition

  • type ThreatHuntStats {
  • # Total unique paths for which malware was found.
  • totalUniqueMatchedPaths: Long!
  • # Total snapshots in which malware was found.
  • totalAffectedSnapshots: Long!
  • # Total objects in which malware was found.
  • totalAffectedObjects: Long!
  • # Total snapshots scanned.
  • totalSnapshotsScanned: Long!
  • # Total scans where the malware scan succeeded.
  • totalSucceededScans: Long!
  • # Total unique paths for which malware was found which are also quarantined.
  • totalUniqueQuarantinedPaths: Long!
  • # Total objects scanned.
  • totalObjectsScanned: Long!
  • }