OBJECT
HuntScanFileCriteria
Description
Threat hunt scan file criteria.
link GraphQL Schema definition
- type HuntScanFileCriteria {
- # 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.
- HuntScanFileSizeLimits :
- # Specify limits around file creation and modification time.
- HuntScanFileTimeLimits :
- # 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.
- HuntScanPathFilters :
- }