OBJECT
ThreatHuntResultSnapshotStats
Description
Summary of a threat hunt for a snapshot.
link GraphQL Schema definition
- type ThreatHuntResultSnapshotStats {
- # Specifies whether the snapshot has expired.
- : Boolean!
- # Indicates whether the snapshot is quarantined or not.
- : Boolean!
- # List of IOCs found in this snapshot.
- : [IndicatorOfCompromise!]!
- # Date of the snapshot.
- : DateTime
- # ID of the snapshot.
- : String!
- # Status of scanning this snapshot.
- : ThreatHuntStatus!
- # Status of scanning this snapshot.
- : MalwareScanInSnapshotStatus!
- # Total unique paths for which malware was found.
- : Long!
- }