commonfields: id: GrrGetHunts version: -1 name: GrrGetHunts script: '' type: python subtype: python2 deprecated: true tags: - GRR comment: Deprecated. Use grr_get_hunts instead. system: true args: - name: offset description: Starting offset - name: count description: Max number of items to fetch - name: created_by description: "Only return hunts created by a given user. If approved_by or/and description_contains are also supplied, then logical AND is applied to all the criterias. NOTE: this filter can only be used in conjunction with 'active_within' filter (to prevent queries of death)" - name: description_contains description: "Only return hunts where description contains given substring (matching is case-insensitive).If created_by or/and approved_by are also supplied, then logical AND is applied to all the criterias. NOTE: this filter can only be used in conjunction with 'active_within' filter (to prevent queries of death)" - name: active_within description: Only return hunts that were active within given time duration scripttarget: 0 timeout: 0s dependson: must: - grr_get_hunts fromversion: 5.0.0 dockerimage: demisto/python:2.7.18.27799 tests: - No tests (auto formatted)