Giter VIP home page Giter VIP logo

detection-container's Introduction

CrowdStrike Docker Detection Container

This container will create detections/preventions on a Linux system protected by a CrowdStrike sensor

Prerequisites

To use this Detection Container a supported Linux image with Docker and the CrowdStrike Falcon sensor installed. Short description is below.

Install Docker CE in your Linux host

https://docs.docker.com/engine/install/

Install CrowdStrike Falcon sensor and check Reduced Functionality Mode (RFM) status to verify kernel is fully supported (should return False)

sudo /opt/CrowdStrike/falconctl -g --rfm-state

Building

Build the container using a command such as

docker build -t <repository>/cs_centos .

Use your container

Start test container (sudo may be required, initial run requires some download time if retrieved from repository) adding interactive mode and remove container after exit. Reusing container is not recommended due to changes in the container OS.

docker run --rm -it <repository>/cs_centos

Non-interactive mode will (omit the -it parameter) will randomly create detections. Select an option from the menu to run and check for detections in the CrowdStrike Falcon dashboard. Exit container ( x ) will destroy and cleanup container.

Using the 'e' option will open the container shell to run your own tests and/or scripts. Note all changes will be deleted when you exit the container (when using --rm option).

Version

The current available version is 1.6

Tests available in this version are:

  • Defense Evasion via Masquerading
  • Defense Evasion via Rootkit
  • Execution via Command-Line Interface
  • Exfiltration Over Alternative Protocol
  • Command & Control via Remote Access Protocol *
  • Collection via Automated Collection
  • Credential Access via Credential Dumping
  • Malware - Linux Trojan * (*) marked items are eligible for Prevention if configured in policy

detection-container's People

Watchers

 avatar  avatar  avatar

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.