Alert on AV/EDR Coverage Gaps Crate
What does the Alert on AV/EDR Coverage Gaps Crate do?
Our Alert on AV/EDR Coverage Gaps Crate identifies endpoints that are not protected by the configured antivirus or endpoint detection and response platforms. It ensures that organizations maintain a comprehensive security coverage by generating alerts and creating PSA tickets for uncovered devices.
The Alert on AV/EDR Coverage Gaps Crate only identifies unprotected devices. It doesn't deploy security software.
How the Crate works
Gathers a list of computers managed by the remote monitoring and management platform
Checks which devices are not covered by the installed AV/EDR platforms
Logs a ticket to document which computers are not protected
The Crate workflow is triggered by a cron job based on the configured schedule.
Workflow breakdown
The workflow begins with the START task, which uses the noop action to initiate the workflow execution.
The workflow proceeds to the list_computers task, which executes the [REWST - TASK] List Computers action to retrieve all computers from the organization's RMM platform with a limit of 300 devices.
If the list_computers task succeeds, the workflow moves to the list_edr_protected_computers task, which runs the [REWST - TASK] List EDR-Protected Computers action to gather information about computers that are currently protected by configured antivirus and EDR platforms like SentinelOne and OpenText Core Endpoint Protection.
Upon successful completion of the EDR protection list, the workflow executes the group_by_protection_status task, which uses the Set Variable action to analyze and categorize computers based on their protection status by comparing RMM computer lists against EDR-protected computer lists to identify unprotected devices and extra devices that exist in EDR platforms but not in the RMM.
The group_by_protection_status task evaluates whether any computers are unprotected or if there are extra devices found in the EDR platforms, and if missing or extra devices are detected, the workflow transitions to the psa_create_ticket task.
The psa_create_ticket task executes the [REWST - PROCESS] PSA: Create Ticket action to create a PSA ticket with the summary
Endpoints Missing Antivirus/EDR Protectionand includes detailed information about unprotected computers, extra devices, and protection status across configured AV/EDR platforms.The workflow concludes with the END task, which uses the noop action to finalize the workflow execution and publishes automation logs to the workflow context.
If any task fails during execution, the workflow routes to the FAILED task, which uses the noop action before proceeding to the END task to ensure proper workflow termination.
Crate prerequisites
Your PSA must be successfully integrated with Rewst.
Unpack the Alert on AV/EDR Coverage Gaps Crate
Navigate to Crates > Crate Marketplace in the left side menu Rewst platform.
Search for
Alert on AV/EDR Coverage Gaps.
Click on the Crate tile to begin unpacking.
Click Unpack Crate.
Click Continue.
Ensure that Enabled is toggled on for Cron Job under Configure Triggers. Note that you have the option under the accordion menu of the trigger to activate the Crate for all future organizations in addition to the current one. You may also set the trigger criteria or integration overrides.
Click Unpack.
Test the Crate
To test this Crate, you'll need to adjust the cron trigger's schedule to a few minutes in the future, then adjust it back to your regular schedule after the test. Alternatively, you could wait until the regularly scheduled run occurs and check your result, which would not require you to update the cron trigger schedule.
Navigate to Automations > Workflows in the left side menu of your Rewst platform.
Search for
[REWST - CRATE] Alert AV/EDR Coverage Gaps.
Click on the workflow to view it in the Workflow Builder.

Adjust the cron trigger's schedule to five minutes from your current time. The workflow will run on its own. Check in your PSA's portal to ensure that the workflow is generating alerts and creating PSA tickets for uncovered devices as expected.
Update the cron trigger schedule
The Crate runs on a cron trigger, and will execute the workflow to generate the ticket at the same time each day. You can adjust the chosen time for execution in the workflow itself. Edit a cron trigger in the workflow to change the timing of when it will routinely run.
Navigate to Automations > Workflows.
Search for
[REWST - CRATE] Alert AV/EDR Coverage Gaps.Click on the workflow to open it in the Workflow Builder.
Click
to open the edit trigger menu.

Update the timing of the cron trigger as desired in the fields under Trigger Parameters. Note that when entering the time into the Cron Schedule field, the correct format is minutes followed by hour. For example, 18 3, not 3 18.
Click Submit.
Last updated
Was this helpful?

