-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add OSQuery #318
Add OSQuery #318
Conversation
is it right that your binary is supporting only 64 bit on x86 ? |
@Pierre-Gronau-ndaal it is not my binary, but from what I've seen it supports arm as well |
according to Releases they offer arm as well - mmh |
Thank you for this contribution! It looks great, but before merging, I need to run some tests. One concern is the inclusion of the To maintain UAC’s portability, I believe the best approach would be to provide the YAML file while allowing users to manually place Let me know your thoughts! |
@tclahr well you could include it in a release and then the user may choose if they include the binary or not, both options sounds fine although letting the user decide is always the best(ofcourse they need to fully understand the tool capabilities) |
I like this approach as well because it gives the user the capability binaries inject rfering to specific platform like x86 or arm without blowing the size |
Add changes to changelog and update full and ir_profile to run new artifact. Remove osqueryi binary.
Hello, this PR includes 2 commits:
I tested it on RHEL 8.6 and it worked fine, finished executing after 13 seconds, the size of the output files was about 3.2MB unzipped.
I suppose I should add few documentations, credits to OSQuery et cetera, but I'm not quite sure where, I would like to with your guidance, thanks!