SEPCheckOutdatedEndpoints
Check if any endpoints are using an AV definition that is not the latest version.
python · Symantec Endpoint Protection
Details
| ID | SEPCheckOutdatedEndpoints |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | sep symantec |
README
Checks if any endpoints are using an AV definition that is not the latest version.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | sep, symantec |
Dependencies
This script uses the following commands and scripts.
- sep-client-content
Inputs
| Argument Name | Description |
|---|---|
| requiredavdefversion | The AV definitions version to check against. |
Outputs
There are no outputs for this script.
commonfields: id: SEPCheckOutdatedEndpoints version: -1 name: SEPCheckOutdatedEndpoints script: '' type: python subtype: python3 tags: - sep - symantec comment: Check if any endpoints are using an AV definition that is not the latest version. system: true args: - name: requiredavdefversion required: true default: true description: AV Definitions version to check against. scripttarget: 0 dependson: must: - sep-client-content timeout: 0s tests: - No test - postpone for later fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10116658