Skip to content

NoteBooks VQL Queries #2865

Answered by scudette
Walishaha asked this question in Q&A
Discussion options

You must be logged in to vote

Notebooks are run on the server but you can collect an artifact on the clients. You can use the notebook to initiate collections from the client using the collect_client() vql function but it must be an artifact.

You can use Generic.Client.VQL to run generic VQL queries on the client which is what the shell GUI screen does.

Running VQL on clients is practically more complicated that in the notebook - it needs to be scheduled (the client may not be up at the time) and we need to store the results in a unique location (basically the flow id is the directory where results go). We also need provenance as to what we actually ran on the client and what it sent back. So this is why we can only c…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Walishaha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants