INPUT_OBJECT
ThreatHuntBaseConfigInputType
Description
Base config for a threat hunt.
link GraphQL Schema definition
- input ThreatHuntBaseConfigInputType {
- # File criteria for scan of objects.
- : HuntScanFileCriteriaInputType
- # IOC input of threat hunt. Can be either the list of IOCs or a provider ID.
- : IocInputType!
- # Indicator Of Compromise within a snapshot terminates once this number
- # of matches have been detected.
- : Int
- # Name of the threat hunt.
- : String!
- # Notes to describe this threat hunt.
- : String
- # Scan scope of each object with respect to its snapshots.
- : ScanLimitInputType
- # Threat hunt type.
- : ThreatHuntType!
- }