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.
- Long! :
- # Total snapshots in which malware was found.
- Long! :
- # Total objects in which malware was found.
- Long! :
- # Total snapshots scanned.
- Long! :
- # Total scans where the malware scan succeeded.
- Long! :
- # Total unique paths for which malware was found which are also quarantined.
- Long! :
- # Total objects scanned.
- Long! :
- # Total number of IOCs.
- Long! :
- # Total number of snapshots that are processed.
- Long! :
- }