Live data from Hacker News

Osquery

osquery.io

1–10 of 29 posts

Re: Osquery

#2
Posted because it came up in the discussion of FSQL:

https://news.ycombinator.com/item?id=14343967

Previous discussions:

Release: https://news.ycombinator.com/item?id=8528460

Windows release: https://news.ycombinator.com/item?id=12600790

(Links courtesy of https://news.ycombinator.com/item?id=14344549)

Personally upvoted because it's news to me that it supports Windows now, and because it still appears to be very actively developed despite existing for years now.

Re: Osquery

#4
post #3

Can it be used to find Windows machines without MS17-010 installed? :)

Definitely. And you could write queries for the various indicators/files/etc., too (or use the built in YARA support and grab the rules from US-CERT).

I just started working at Kolide (http://kolide.com) a couple weeks ago where we're building a whole product on top of osquery. I'm constantly surprised by "can it do (x)" and the answer is almost always yes. It's pretty solid!

Re: Osquery

#5
If you're in a security team adding this to your stack, we're building a visual playbook & pivoting system, and have been wanting to experiment with scenarios that include an osquery connector. Can share more @ info@graphistry.com , would love to explore!

Re: Osquery

#8
I realize WMI[1] is a Windows-thing only, but if you're already on the Windows-platform, WMI comes shipped out of the box and has been for probably a decade or more, and is overall very well supported.

It has its quirks, but there's practically no part of the system you shouldn't be able to get information about using WQL[2].

[1] https://msdn.microsoft.com/en-us/library/ms186146(vs.80).asp...

[2] https://en.m.wikipedia.org/wiki/WQL

Re: Osquery

#9
I've worked on something similar except that we used a stream database. Today you might use RethinkDB or something similar.

The osquery events seem to solve these kind of monitoring/alerting problems. But I didn't find easily find their documentation.

Re: Osquery

#10
post #2

Posted because it came up in the discussion of FSQL: https://news.ycombinator.com/item?id=14343967 Previous discussions: Release: https://news.ycombinator.com/item?id=8528460 Windows release: https://news.ycombinator.com/item?id=12600790 (Links courtesy of https://news.ycombinator.com/item?id=14344549 ) Personally upvoted because it's news to me that it supports Windows now, and because it still appears to be very ac…

I only heard about this yesterday on that thread. And by facebook? I really should pay more attention to what they are doing over there... FSQL is pretty cool too and surprisingly fast.
Post reply on HN