Git Product home page Git Product logo

adarch's Introduction

ADARCH

Development of active defense tools, made easier.

ADARCH (from Active Defense ARCHitecture) is a cross-platform prototype of a framework that makes active defense tools development and deployment easier. The goal of ADARCH is to simplify the implementation of common functionalities of active defence tools, as well as to provide a uniform interface for the user to interact with the tools. The framework uses a modular approach to add and remove active defence tools, and aims to provide seamless integration.

The project and its architecture are described by our paper Towards Intelligent Cyber Deception Systems.

It simplify the creation of active defense tools because:

  • it implements functions that are common to multiple active defence tools;
  • it provides a Python API to access common functions;
  • it implements the Python Interpreter to let the user develop active defense tools using Python language;
  • it can be configured using a simple JSON file;

Installing

An easy-to-use CMakeLists.txt is provided.

Usage

The active defense tools are configured using an adarch.conf file with JSON format. Example:

{
	"tool_1": {
		"file": "Portspoof",
		"class": "Portspoof",
		"method": "start",
		"ports": [4444]
	}

	"tool_2": {
		"file": "Tcprooter",
		"class": "Tcprooter",
		"method": "start",
		"ports": [5000]
	}
}

Inside the test directory, for each supported OS distribution, there is a Dockerfile to test ADARCH (for the moment there is only the Linux version).

In order to test ADARCH using a Docker container:

  • put inside test/adarch the compiled binary, the tools and the configuration file
  • build Docker Image docker build -t adarch .
  • parse AppArmor rules apparmor_parser -r -W docker-network
  • run the container docker run --rm -it -p 4444:4444 -p 5000:5000 --security-opt apparmor=docker-network adarch

License

ADARCH was made with โ™ฅ and it is released under the GPL 3 license.

adarch's People

Contributors

enrico204 avatar pagiux avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.