It’s installed on every laptop (chrome books and MacBooks), and I believe on every EC2 instance, and they have nothing but good things to say about it. We did have to come up with an aggregator solution for storing the results of the queries, but I’m under the impression that it wasn’t too big of a lift.
Osquery: SQL-powered operating system instrumentation, monitoring, and analytics
11–20 of 36 posts
Re: Osquery: SQL-powered operating system instrumentation, monitoring, and analytics
#12The Linux kernel already has a pretty good API available via file nodes. And there are other lightweight tools to gather and parse information. Not sure I understand the benefits of exposing it through SQL, but I know some people are obsessed with SQL.
Re: Osquery: SQL-powered operating system instrumentation, monitoring, and analytics
#13Our security team uses this, we’re about 1500 employees. However, I believe they opted to use a fork over this linked version, citing (IIRC) that Facebook’s roadmap for this project was a little bit too unpredictable, and that they weren’t responsive to PRs and community requests. I think we went with https://github.com/osql/osql . It’s installed on every laptop (chrome books and MacBooks), and I believe on every EC2…
https://www.linuxfoundation.org/press-release/2019/06/the-li...
Re: Osquery: SQL-powered operating system instrumentation, monitoring, and analytics
#14Our security team uses this, we’re about 1500 employees. However, I believe they opted to use a fork over this linked version, citing (IIRC) that Facebook’s roadmap for this project was a little bit too unpredictable, and that they weren’t responsive to PRs and community requests. I think we went with https://github.com/osql/osql . It’s installed on every laptop (chrome books and MacBooks), and I believe on every EC2…
Facebook has since transfered the project to the Linux Foundation, and the group behind osql is largely the same group of maintainers on the current osquery. https://www.linuxfoundation.org/press-release/2019/06/the-li...
Re: Osquery: SQL-powered operating system instrumentation, monitoring, and analytics
#15This sounds like my hell on Earth
It sounds like a really interesting idea to me.
I was disappointed that Microsoft attempt at a relational database was it Win FS failed. Not that I use Windows, but it also seemed to kill the open source attempts at doing something similar.
Re: Osquery: SQL-powered operating system instrumentation, monitoring, and analytics
#16I've used osquery a few times on my personal laptop (this post reminds me to try to get the company I work in to adopt it!) and for me it was one of the bigger inspirations for creating OctoSQL[1] as a means for such tools to interoperate.
Re: Osquery: SQL-powered operating system instrumentation, monitoring, and analytics
#17It is just plausible enough to be imaginable. Everything is a table! Write applications using only SQL statements!
Re: Osquery: SQL-powered operating system instrumentation, monitoring, and analytics
#18Am I the only person who read "SQL-powered operating system"? It is just plausible enough to be imaginable. Everything is a table! Write applications using only SQL statements!
Re: Osquery: SQL-powered operating system instrumentation, monitoring, and analytics
#19Am I the only person who read "SQL-powered operating system"? It is just plausible enough to be imaginable. Everything is a table! Write applications using only SQL statements!
Re: Osquery: SQL-powered operating system instrumentation, monitoring, and analytics
#20There is apparently a standard[2] for exposing operating system objects into a schema that can have a standard query.
I don't think I've ever seen any common monitoring projects built using WMI/WBEM at their core ...
[1]: https://docs.microsoft.com/en-us/windows/win32/wmisdk/about-...
[2]: https://stackoverflow.com/questions/921617/is-there-somethin...