Git Product home page Git Product logo

emitto's Introduction

Emitto

Travis Build Status Go Report Card

About

Emitto is a service which provides a robust and targeted way to manage, store, and administer Suricata intrusion detection system (IDS) rules to a distributed network sensor monitoring deployment.

Building

  1. Install Bazel

  2. Download the source code

  3. Build the project:

cd emitto/
bazel build //...

Docker

Both the sever and sensor client can be built with the Bazel Docker rules located in their respective BUILD files.

For example, to build and run the sensor client locally in Docker:

bazel --bazelrc=.bazelrc build --platforms=@io_bazel_rules_go//go/toolchain:linux_amd64 source/sensor:sensor_image.tar
docker load -i bazel-bin/source/sensor/sensor_image.tar
docker run bazel/source/sensor:sensor_image

The current go_image rule uses a distroless runtime base image, and will run using the default Go binary flag values. The container_image rule can be extended to support a custom env and other image attributes.

Bazel supports the ability to push an image to a remote repository, and also to pull a remote image to be used as a custom base dependency. More information about Bazel Docker rules can be found here.

Prerequisites

The following services and products must be established and configured before running Emitto.

Fleetspeak

Emitto leverages Fleetspeak for reliable, multi-homed communication between the server and network sensors.

While this code is working internally with an internal deployment of Fleetspeak, the open source version is still in development. See the Fleetspeak status section for more information and updates.

Please read the Fleetspeak disclaimer.

Google Cloud Platform

By default, Emitto uses Google Cloud Datastore and Google Cloud Storage for object and rule file storage, respectively.

Discussions & Announcements

The Emitto Google Groups forum will be used for community discussions and announcements.

DISCLAIMER

This is not an officially supported Google product.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.