https://github.com/jblukach/velociraptor
Digging Deeper.... Cloud Deployment
https://github.com/jblukach/velociraptor
aws cdk edr velociraptor
Last synced: 3 months ago
JSON representation
Digging Deeper.... Cloud Deployment
- Host: GitHub
- URL: https://github.com/jblukach/velociraptor
- Owner: jblukach
- License: apache-2.0
- Created: 2022-02-20T15:45:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T02:32:54.000Z (3 months ago)
- Last Synced: 2025-03-14T03:27:54.269Z (3 months ago)
- Topics: aws, cdk, edr, velociraptor
- Language: Python
- Homepage: https://docs.velociraptor.app
- Size: 135 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# velociraptor
### Server
1. ```wget https://github.com/Velocidex/velociraptor/releases/download/v0.74/velociraptor-v0.74.0-rc1-linux-arm64```
2. ```chmod 750 velociraptor-v0.74.0-rc1-linux-arm64```
3. ```./velociraptor-v0.74.0-rc1-linux-arm64 config generate -i```
4. ```./velociraptor-v0.74.0-rc1-linux-arm64 --config server.config.yaml debian server --binary velociraptor-v0.74.0-rc1-linux-arm64```
5. ```dpkg -i velociraptor_server_0.74.0.rc1_arm64.deb```
6. ```systemctl status velociraptor_server.service```### Clients
1. ```./velociraptor-v0.74.0-rc1-linux-arm64 --config server.config.yaml config client > client.config.yaml```
2. ```cp client.config.yaml /etc/velociraptor/client.config.yaml```
3. ```./velociraptor-v0.74.0-rc1-linux-arm64 --config client.config.yaml debian client```
4. ```./velociraptor-v0.74.0-rc1-linux-arm64 --config client.config.yaml rpm client```
5. ```dpkg -i velociraptor_client_0.74.0.rc1_arm64.deb```
6. ```systemctl status velociraptor_client.service```### Reference
- https://docs.velociraptor.app