Skip to content

michieldespiegelaere/ai-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ai-project

Bert, Cedric, Michiel

Requirements

Client:

Server:

Start Osquery

Problems: troubleshoot with this guide: https://medium.com/@clong/osquery-for-security-b66fffdf2daf

Example Start command

# Windows
C:\ProgramData\osquery\osqueryd\osqueryd.exe --config_path=C:/ProgramData/osquery/osquery.conf  --verbose
# Linux

# MacOs

Start Logstash

Make sure you have Java installed and working.
Copy the logstash config file and execute with it.

# Windows
# Make sure your logstash path has no space in it, it bugs out.
C:\logstash\logstash-5.6.4\bin\logstash.bat -f C:\logstash\osquery-elasticsearch.conf
# Linux
# Added script to /bin
logstash-start  
# MacOs
# Using homebrew
logstash -f ~/.logstash/osquery-elasticsearch.config

Visualise with Kibana

Go to http://192.168.0.124:5601/

About

Bert, Cedric, Michiel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors