Skip to content

jblukach/velociraptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blue

Blue provides Infrastructure as Code for secure deployment of Velociraptor into AWS.

Blue Velociraptor

Deployment
  1. wget https://github.com/Velocidex/velociraptor/releases/download/v0.6.5-0/velociraptor-v0.6.5-3-linux-amd64
  2. chmod 750 velociraptor-v0.6.5-3-linux-amd64
  3. ./velociraptor-v0.6.5-3-linux-amd64 config generate -i
  4. ./velociraptor-v0.6.5-3-linux-amd64 --config server.config.yaml debian server --binary velociraptor-v0.6.5-3-linux-amd64
  5. dpkg -i velociraptor_0.6.5-3_server.deb
  6. systemctl status velociraptor_server.service
Clients
./velociraptor-v0.6.5-3-linux-amd64 --config client.config.yaml debian client
Installation