OBJECT

ThreatHuntBaseConfig

Description

Base config for a threat hunt.

link GraphQL Schema definition

  • type ThreatHuntBaseConfig {
  • # Threat hunt file scan criteria.
  • fileScanCriteria: HuntScanFileCriteria
  • # Threat hunt IOC input.
  • ioc: Ioc
  • # Maximum number of matches per shapshot, per IOC.
  • maxMatchesPerSnapshot: Int
  • # Name of the threat hunt.
  • name: String!
  • # Notes to describe this threat hunt.
  • notes: String!
  • # Threat hunt snapshot scan limit.
  • snapshotScanLimit: HuntScanSnapshotLimit
  • # Threat hunt type.
  • threatHuntType: ThreatHuntType!
  • }