OBJECT
ThreatHuntResultObjectsSummary
Description
Summary of a threat hunt for an object.
link GraphQL Schema definition
- type ThreatHuntResultObjectsSummary {
- # Total unique paths for which malware was found.
- Long! :
- # Total paths for which malware was found.
- Long! :
- # List of indicators of compromise (IOCs) found in all the matches.
- IndicatorOfCompromise!]! : [
- # Earliest snapshot date containing a match.
- DateTime :
- # Latest snapshot date containing a match.
- DateTime :
- # Latest snapshot date not containing a match.
- DateTime :
- # Total snapshots where a match was found.
- Int! :
- # Rubrik cluster information.
- ClusterInfoType :
- # Scan status of the object.
- ThreatHuntObjectStatus! :
- # Specifies whether the object has quarantined matches.
- Boolean! :
- # Threat hunt summaries for each snapshot.
- ThreatHuntResultSnapshotStats!]! : [
- # The scanned object.
- CdmHierarchySnappableNew :
- # The object location.
- String! :
- }