Rankings/osquery

osquery

osquery/osquery

Turns the operating system into a database, allowing you to monitor processes, files, and security using SQL queries, ideal for ops and security teams.

SQL powered operating system instrumentation, monitoring, and analytics.

Stars
23,223
Forks
2,563
Watchers
661
Issues
570
💡

Turns the operating system into a database, allowing you to monitor processes, files, and security using SQL queries, ideal for ops and security teams.

📂 Security & PrivacyđŸ’» C++📄 NOASSERTION

AI Summary

🔍

What This Project Does

Simply put, it turns your computer system into a database. Instead of memorizing complex system commands, you can query running programs, network ports, or file info using standard SQL.

🔧

What Problems It Solves

Solves the pain point of needing different commands for different systems. Previously, you used netstat for ports and ps for processes; now it's unified SQL, consistent across platforms, and allows batch analysis.

đŸ‘„

Who It's For

1. System Administrators (Ops)

2. Security Auditors

3. Developers needing server monitoring

4. Tech enthusiasts curious about system internals

📋

Typical Use Cases

1. Quickly find who is using a specific network port

2. Scan for suspicious hidden processes

3. List all installed software

4. Check login logs for anomalies

⭐

Key Strengths & Highlights

1. If you know SQL, you can use this, low learning curve

2. Supports Linux, Windows, and macOS

3. Fast response, suitable for large-scale monitoring

4. Active community with many ready-made tables

🚀

Getting Started Requirements

Requires basic SQL knowledge. Needs to be installed as a daemon on the server or locally. Might be heavy for occasional personal use, better suited for enterprise deployment.

🎯

Purpose

Best for bulk server security auditing or monitoring. Not for personal daily entertainment use.

Tech Stack

—

Project Info

Primary Language
C++
Default Branch
master
License
NOASSERTION
Created
Jul 29, 2014
Last Commit
2 days ago
Last Push
2 days ago
Indexed
Apr 18, 2026
osquery GitHub — Open Source System Security Monitoring Tool