INPUT_OBJECT

HuntScanFileCriteriaInputType

Description

Threat hunt scan file criteria.

link GraphQL Schema definition

  • input HuntScanFileCriteriaInputType {
  • # Specify the smallest and largest files to scan. This option is only
  • # compatible with YARA rule IOCs or Hash IOCs. Limits for Path IOCs are
  • # ignored.
  • fileSizeLimits: HuntScanFileSizeLimitsInputType
  • # Specify limits around file creation and modification time.
  • fileTimeLimits: HuntScanFileTimeLimitsInputType
  • # Specify allow-list and deny-list of file paths. This option is only
  • # compatible with YARA rule IOCs or Hash IOCs. Filters for Path IOCs are
  • # ignored.
  • pathFilter: HuntScanPathFiltersInputType
  • }