Skip to content

Please help me alter this VQL for an artifact that alerts on USB writes to trigger on an amount of files written rather than the size the of the file #2675

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

You must be logged in to vote

What you are asking for is actually quite complex and it is unlikely that chat GPT has seen enough such examples (remember it is basically a search engine not AI :-).

The trick here is that you are asking about correlating multiple events over time - so imagine I am writing 5 files to the removable drive then another 5 - so if your limit is 10 it should trigger right? So what we need here is correlation across time.

So this is how that works. I will show you how to develop this in steps:

  1. Figure out what you want to look for. In this case you want to check files in a removable drive. A removable drive is just a directory so lets practice on a directory first, then we can change to the rem…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@scudette
Comment options

@spza2929
Comment options

@spza2929
Comment options

Answer selected by spza2929
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