Import dispatcher from upstream
[platform/core/security/vist.git] / README.md
1 # Osquery for Tizen
2 > [Osquery](https://osquery.io/) is open-source project which means "Performant endpoint visibility".  
3 > It can be used as security monitoring, audit, malware anaysis.
4
5 We fork osquery and improve it for **device security which manages device-policy and auditing**.  
6 The supporting elements can be extended like security analyzer, network security, kernel integrity.
7
8 ![tizen-osquery-architecture](https://github.sec.samsung.net/storage/user/692/files/74819c00-4c95-11e9-9648-54e02513e338)
9
10 # Advantages of tizen-osquery better than osquery
11 - More available
12   - We support not only monitor-feature("SELECT") but also control-feature("UPDATE") additionally.
13 - More strict
14   - We can catch query errors at build time by query-builder.
15 - More compact
16   - We focus the device security.
17
18 # Branch info
19 - devel: osquery for tizen
20 - upstream: full osquery code (facebook/osquery)