Leveraging collection and response extensions

NAVIGATION  Alerts >  > Respond

SECURITY  To upload and enable extensions: Datto EDR subscription with administrator-level platform access

SECURITY  To deploy response extensions: Datto EDR subscription with analyst-level platform access

In addition to the plethora of native host data collection and analysis included with Datto EDR by default, you can define your own collection and response actions to be performed on endpoints in your environment.

This article describes the extension system and how to start using it.

Overview

Our extension system is built on top of Lua 5.3, providing an easy-to-deploy, cross-platform, and feature-rich library of built-in functions. These functions include file system, string, I/O, and math operations. In addition, we make the capabilities of our agent and endpoint collector available to you so that you can build powerful and convenient extensions capable of performing actions such as:

  • making web requests.

  • accessing the Windows registry.

  • terminating running processes.

  • adding items to the result set retrieved by the platform's standard host collection routine.

  • calling PowerShell, Python, and Bash scripts.

We currently support two types of extensions: collection and response. The extensions included with Datto EDR are active by default.

Additional resources