Skip to content
Sjors edited this page Jun 2, 2017 · 11 revisions

Building osint combiner

The following picture is a visualization of the osint-combiner.

Visualization of osint-combiner

Follow the next steps to build the osint-combiner environment:

  • (Command examples are based on software installations via APT in Ubuntu)
  • The second VM (or even more VMs) is not mandatory, but could be useful for stability and redundancy. All the other VMs only need Elasticsearch installed.
  1. Get a VM (or use a dedicated computer) with a supported OS (we used Ubuntu).
  2. Git clone this project.
  3. It is advised to put Kibana behind a proxy for security reasons. Check de wiki page "Component: NGINX reverse proxy"
  4. Install Logstash, Elasticsearch and Kibana and configure them with the help of the wiki page "Component: Logstash, Elasticsearch, Kibana"
  5. Configure and use the scripts with wiki page "Component: Python scripts"