Hi everyone!
I'm not sure if this is the proper channel to ask this, sorry if not.
I'm trying to solve the following problem (mostly related with the architecture):
Scenario: using a Fleet Manager I want to monitor some binaries, but not just by hashing and detecting the changes, in certain cases I would like to run analysis of them by using some external backend service. So I have to get somehow the binaries in order to upload to the backend.
Getting the whole binary from the Fleet Manager through a query don't seem to be the usual use case of OSQuery. do it?
What do you recommend to do it?