Code Monkey home page Code Monkey logo

limacharliesensorcontainers's Introduction

LimaCharlie Sensor Container

LimaCharlie Logo

What is LimaCharlie?

LimaCharlie is a Security Infrastructure as a Service platform.

The foundational technology used by LimaCharlie is a cross platform EDR.

What is this container used for?

Alpine Container

This container is designed to run the LimaCharlie EDR in a privileged container as part of Docker-based cluster environments like Kubernetes.

The deployed EDR gives you visibility, and logging of all the container's activity as well as the ability to perform investigations and mitigation.

Network Tap

This container is designed to receive packets from a source like a span port. It will capture inbound packets and send them to LimaCharlie in batches. This can be used to create a passive network tap.

Basic Usage

Alpine Container

This assumes you have an Organization created on LimaCharlie.io (free account and free tier available).

On LimaCharlie.io create an Installation Key and copy it to your clipboard.

On a host of your cluster (although you can still run the sensor on a normal Docker install), start the container like this (replacing <<<your_key>>> with the installation key value):

docker run --privileged --net=host -v /:/rootfs:ro -v /var/run/docker/netns:/netns:ro --env HOST_FS=/rootfs --env NET_NS=/netns --env LC_INSTALLATION_KEY=<<<your_key>>> refractionpoint/limacharlie_sensor

That's it! You should see your sensor pop-up in your LimaCharlie Organization.

Network Tap

Just create the container and point packets to it. The following environment variables can be used to customize the behavior:

  • OID: LimaCharlie Organization ID
  • TOKEN: LimaCharlie Ingestion Token
  • TAP_NAME: (optional, default lc_tap) Name to identity as a source of the pcap
  • RETENTION:(optional, default 7) Number of days to retain the pcap in LimaCharlie
  • INTERFACE: Name of the network interface to capture from

Advanced

For more advanced documentation, like sample Kubernetes sample configurations see the LimaCharlie Documentation.

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.