Skip to content

How to Use

wataru-takahashi edited this page Sep 5, 2018 · 3 revisions

1. Start SysmonSearch
2. Accessing the Kibana interface

Start SysmonSearch

Start Elasticsearch, Kibana and StixIoC Server by the following command:

# Elasticsearch service start
$ ./$ES_HOME/bin/elasticsearch

# Kibana service start
$ ./$KIBANA_HOME/bin/kibana

# StixIoC service start
$ cd SysmonSearch/stixioc-import-server/
$ virtualenv .env
$ source .env/bin/activate
$ python server.py

Accessing the Kibana interface

Access http://[Kibana Server IP address]:5601/ . SysmonSearch search

Supported browsers

  • Mozilla Firefox
  • Google Chrome
Clone this wiki locally