An open API service indexing awesome lists of open source software.

https://github.com/rai-gaurav/excalibur


https://github.com/rai-gaurav/excalibur

osquery

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Excalibur

Excalibur is inspired from [Doorman](https://github.com/mwielgoszewski/doorman) which is an osquery fleet manager that allows administrators to remotely manage the osquery configurations retrieved by nodes.

The aim is simple for now.
Harness the power of [osquery](https://github.com/osquery/osquery) and perform Malware analysis using third party API (Virus Total etc.)

# Technology Stack

1. [OsQuery](https://github.com/osquery/osquery)
2. [Kafka](https://github.com/apache/kafka)
3. [Mojolicious Web Framwork (Perl)](https://github.com/mojolicious/mojo)
4. [PostgreSQL](https://github.com/postgres/postgres) or any NoSQL - Database
5. [Microsoft Teams](https://docs.microsoft.com/en-us/graph/teams-concept-overview)/ [Slack](https://api.slack.com/) API for notification
6. [OpenAPI](https://github.com/OAI/OpenAPI-Specification)/ [Swagger](https://github.com/swagger-api/swagger-core)
7. [React.js](https://github.com/facebook/react)/[Vue.js](https://github.com/vuejs/vue) for UI

# Other inspiration

https://www.uptycs.com/blog/deploying-osquery-at-scale-a-comprehensive-list-of-open-source-tools
https://holdmybeersecurity.com/2019/04/25/detecting-malicious-downloads-with-osquery-rsyslog-kafka-python3-and-virustotal/