IncapScheduleTask
This script periodically runs the "IncapWhitelistCompliance" script, which queries the Incapsula monitored websites for white-list compliance (see script for further details). The script then saves the new periodic ID into incident context under the "ScheduleTaskID" key for later use.
python · Imperva Incapsula
Details
| ID | IncapScheduleTask |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | Incapsula |
README
Periodically runs the IncapWhitelistCompliance script, which queries the Incapsula monitored websites for white-list compliance (see script for further details).
The script then saves the new periodic ID into incident context under the ScheduleTaskID key for later use.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | Incapsula |
Dependencies
This script uses the following commands and scripts.
- scheduleEntry
- IncapWhitelistCompliance
Inputs
| Argument Name | Description |
|---|---|
| SSHValidationServer | The name of the non-allow listed server RemoteAccess instance. |
| cron | The interval between each check (in cron format). |
| times | The number of times to execute the check. |
Outputs
There are no outputs for this script.
commonfields: id: IncapScheduleTask version: -1 name: IncapScheduleTask script: '' type: python subtype: python3 tags: - Incapsula comment: |- This script periodically runs the "IncapWhitelistCompliance" script, which queries the Incapsula monitored websites for white-list compliance (see script for further details). The script then saves the new periodic ID into incident context under the "ScheduleTaskID" key for later use. system: true args: - name: SSHValidationServer required: true default: true description: Name of the non-allow listed server RemoteAccess instance - name: cron required: true description: The interval between each check (in cron format) - name: times description: Number of times to execute the check scripttarget: 0 dependson: must: - scheduleEntry - IncapWhitelistCompliance timeout: 0s fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10116658 tests: - No tests (auto formatted) marketplaces: - xsoar