osquery (@osquery) 's Twitter Profile
osquery

@osquery

osquery lets you ask questions about your Linux, Mac, and Windows infrastructure. Intrusion detection, infrastructure reliability, compliance, and more.

ID: 3042991930

linkhttps://osquery.io/ calendar_today17-02-2015 16:34:00

215 Tweet

3,3K Takipçi

133 Takip Edilen

Zach Wasserman (@thezachw) 's Twitter Profile Photo

Did you know #osquery can dump process trees on macOS, Linux, and Windows? With a little SQL magic we can do that and more! dactiv.llc/blog/process-t…

Zach Wasserman (@thezachw) 's Twitter Profile Photo

Great work from the ToB folks! I blogged an example configuration and results from the ntfs_events table at dactiv.llc/blog/new-in-os…

Zach Wasserman (@thezachw) 's Twitter Profile Photo

I'm very excited to release Fleet 3.0.0! We've managed to scale Fleet to over 150k hosts with the new changes, and also introduced some nice new features like Manual Labels. Check it out! #osquery github.com/kolide/fleet/r…

osquery (@osquery) 's Twitter Profile Photo

Here is a great end to end setup for using osquery to carve/acquire files remotely. Thanks for the in-depth description and walkthrough Ben!

osquery (@osquery) 's Twitter Profile Photo

This makes bpf events very accessible: select * from bpf_process_events. You’ll have to build from tip right now, but expect these features in the next stable release (eta 1 month). Next up, EndpointSecurity process events!

osquery (@osquery) 's Twitter Profile Photo

cloudquery looks great! A wonderful complimentary tool to osquery, query your endpoints and your cloud! What’s next? github.com/cloudquery/clo…

osquery (@osquery) 's Twitter Profile Photo

Announcing, osquery 5.0! 🎉 This is a tremendously exciting release. New code signatures, new paths, new packaging, new functionality! Check it out at github.com/osquery/osquer…

osquery (@osquery) 's Twitter Profile Photo

Osquery is not vulnerable to the Log4J CVE-2021-44228, as there are no Java components. The osquery.io website is statically hosted on GitHub pages.

osquery (@osquery) 's Twitter Profile Photo

🎉 Announcing osquery 5.2.2 with native macOS M1 support! 🎉 Downloads available in our package repos and at osquery.io/downloads/offi…. Huge effort from Trail of Bits, Stefano Bonicatti, Alessandro Gario, Sharvil Shah and more.

Zach Wasserman (@thezachw) 's Twitter Profile Photo

Anyone know of a tool like Snyk that supports C++ and can generate *public* reports of dependency vulnerabilities and fixes? Snyk seems to have a nice workflow but doesn't support the public reporting use case. Looking to address this issue for osquery.

osquery (@osquery) 's Twitter Profile Photo

🎉 Announcing Osquery 5.3.0! 🎉 Table improvements and bugfixes. Downloads available from osquery.io/downloads/offi…

Zach Wasserman (@thezachw) 's Twitter Profile Photo

Team @docker, what's the plan for OSS organizations that use the free team tier with your new pricing announcement (sunsetting the free teams tier)? Are projects like osquery no longer welcome on the platform?

Zach Wasserman (@thezachw) 's Twitter Profile Photo

Here's a little one-liner I like to use with osquery to figure out what process is listening on a network port when I can't bind my dev server: osqueryi 'select * from processes join listening_ports using (pid) where port = 8080'