Velocidex / velociraptor

Digging Deeper....
https://docs.velociraptor.app/
Other
2.91k stars 481 forks source link

Ensure that server VQL plugins only work on the server #3575

Closed scudette closed 3 months ago

scudette commented 3 months ago

This is used by VQL plugins that change server state to make sure the VQL query is running inside a valid frontend. Since VQL queries can run with the velociraptor query command it is possible they are just running on the same server as Velociraptor (and therefore the data store is still visible) but it is important to make sure the datastore is not modified outside the proper frontend process.

This is because many services are now caching data in memory and changing the underlying data stored will not be immediately visible to them causing confusion to users.