sledre / agent

Agent installed in Windows VM and provided sample analysis to SledRE.

Home Page:https://sled.re

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SledRE Agent

This is the agent running on windows sandbox where the malware are executed.
It is running in a Service as LocalSystem on the Windows 7 VM.
The agent is linked to the workers API so it can register itself to SledRE, find a task and submit the results.

You should refer to the main repository SledRE for any information.

Contributing

Build

  • Load the project to Visual Studio
  • Build the solution

Install

  • Open VS Console as Administrator
  • Run the following command InstallUtil SledREAgent.exe

Uninstall

  • Open VS Console as Administrator
  • Run the following command InstallUtil /u SledREAgent.exe

About

Agent installed in Windows VM and provided sample analysis to SledRE.

https://sled.re

License:GNU General Public License v3.0


Languages

Language:C++ 97.5%Language:C# 2.0%Language:Makefile 0.5%