Install and Setup Velociraptor on Debian 10
Introduction
Velociraptor is an open source endpoint monitoring tool that allows collection of host-based state information.
Requirements
To install a Velociraptor Linux server and use it to monitor a Windows endpoint, you will need the following:
- A Debian 10 Linux machine (64-bit)
- A Windows endpoint to monitor
Installation
### Server Installation 1. Download the latest Velociraptor release binary from the GitHub Release Page. 2. Regenerate a new Debian package using the following commands: ``` dpkg-deb -b velociraptor-Configuration
1. Create a configuration file for the server and clients: ``` sudo nano /etc/velociraptor/serverconfig.yaml sudo nano /etc/velociraptor/clientconfig.yaml ``` 2. Add the following settings to the server config file: ``` datastore_address: 127.0.0.1:50051 ``` 3. Add the following settings to the client config file: ``` datastore_address:Usage
1. Start the Velociraptor GUI: ``` sudo velociraptor ``` 2. Connect to the server: ``` File -> Connect to Server ``` 3. Enter the server's IP address and port (default: 50051). 4. Investigate the endpoints.Conclusion
Congratulations! You have now successfully installed and configured Velociraptor on Debian 10 and can use it to monitor endpoints.
Komentar