Last active
October 22, 2023 20:44
-
-
Save shortstack/47c53f2035dfa64a790208a928e339b0 to your computer and use it in GitHub Desktop.
Velociraptor artifact to deploy the LimaCharlie EDR sensor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Windows.Applications.LimaCharlieInstall | |
author: Whitney Champion (@shortxstack) | |
description: | | |
This artifact installs the LimaCharlie EDR sensor. | |
tools: | |
- name: LimaCharlieBinary | |
url: https://downloads.limacharlie.io/sensor/windows/64 | |
serve_locally: true | |
precondition: SELECT OS From info() where OS = 'windows' | |
required_permissions: | |
- EXECVE | |
parameters: | |
- name: InstallationKey | |
default: | |
sources: | |
- query: | | |
LET bin <= SELECT * FROM Artifact.Generic.Utils.FetchBinary( | |
ToolName="LimaCharlieBinary") | |
SELECT * FROM execve(argv=[bin[0].FullPath, "-i", InstallationKey]) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment