Details
| ID | GrrGetHunts |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python:2.7.18.27799 |
| Tags | GRR |
README
Renders the list of available hunts.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | GRR |
Dependencies
This script uses the following commands and scripts.
- grr_get_hunts
Inputs
| Argument Name | Description |
|---|---|
| offset | The starting offset. |
| count | The maximum number of items to fetch. |
| created_by | Returns 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). |
| description_contains | Returns hunts where the description contains a 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). |
| active_within | Returns hunts that were active within given time duration. |
Outputs
There are no outputs for this script.
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)