OBJECT
ThreatHuntBaseConfig
Description
Base config for a threat hunt.
link GraphQL Schema definition
- type ThreatHuntBaseConfig {
- # Threat hunt file scan criteria.
- HuntScanFileCriteria :
- # Threat hunt IOC input.
- Ioc :
- # Maximum number of matches per shapshot, per IOC.
- Int :
- # Name of the threat hunt.
- String! :
- # Notes to describe this threat hunt.
- String! :
- # Threat hunt snapshot scan limit.
- HuntScanSnapshotLimit :
- # Threat hunt type.
- ThreatHuntType! :
- }