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