Overview
In Seqrite XDR, generated alerts can be converted into incidents. For EDR-sourced incidents, you can execute scripts directly from the incident details panel. This feature allows administrators and analysts to run automated actions for investigation or remediation.
Accessing Script Execution
- Navigate to the Incidents section.
- Select an EDR-sourced incident.
- In the right-side panel, click the Execute script button.
- To preview the script before execution, click View script (eye icon).
Running a Script
- Provide the required $OUTPUT_path parameter.
- Click the EXECUTE button.
- During execution, a flag notification appears in the top-right corner of the screen to indicate progress and confirm success.
- Once executed, the list of scripts is displayed for review.
Prerequisites
Before running scripts, ensure the following environment requirements are met:
- Windows, Linux, and macOS machines must have Python version 3.5 or later installed.
- On macOS, the Xcode Developer Tools must be installed.
Key Notes
- Script execution is only available for EDR-sourced incidents.
- Always verify prerequisites before attempting execution to avoid errors.
- Use the View script option to review the script logic before running it.