GithubHelp home page GithubHelp logo

saliva2 / aktaion2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jzadeh/aktaion2

0.0 0.0 0.0 172.78 MB

Aktaion is a machine learning open source & active defense (orchestration) prototype. The tool focuses on the detection of exploits based on machine learning techniques, independent of static-based signatures.

Home Page: https://github.com/jzadeh/aktaion2

License: Apache License 2.0

Shell 0.13% Python 99.87%

aktaion2's Introduction

Aktaion: Behavior Based Exploit Detection Prototype

aktaion_logo redteamvillage_logo exploit_logo

Updated for Defcon 28 Redteam Village 8/8/2020:

  1. Training Readme Here
  2. Training Video Google Drive Link
  3. Training Slides Google Drive Link

Redteam Village Defcon 28 Links: Homepage, Discord, Training Link

Aktaion V2: Open Source Tool For Microbehavior Based Exploit Detection

Aktaion is a machine learning open source & active defense (orchestration) prototype. The tool focuses on the detection of Ransomware based on machine learning techniques, independent of static-based signatures. The tool has been mentioned and featured in may respected community publications and research, and in years past presented at a variety of Blackhat Arsenal events. AKTAION v2 is the second iteration or port of the project from the original Java into Python3.

The port to python is meant to be a learning/teaching tool on how to blend multiple security signals and behaviors into an expressive framework for intrusion detection. The key abstraction we wanted to prototype is the idea of a Microbehavior. This concept helps to provide an expressive mechanism to add high level IOCs such as timing behavior of a certain Malware family in parallel to simple statistics, rules or anything relevant to building a programmatic description of a sequential evolving set of adversary behaviors.

  1. Current Project Repo: http://www.github.com/jzadeh/aktaion2
  2. The original Java/Scala code is located in an older repo here: http://www.github.com/jzadeh/aktaion

Project Setup (use python 3):

To run the project make sure you have the latest python3/pip3 and virtual environment setup. Then run the command

pip install virtualenv && virtualenv -p python3 venv && source venv/bin/activate && pip install -r requirements.txt

Running the main program

To execute the main program use the shell script in the root directory

./aktaion2.sh

The logic has two paths exposed right now. Select option 1 for demo mode and select option 2 for analyzing a file.

Running the ML Logic in debug mode

This will use verbose printing of feature vector extraction and parsing logic for data in hardcoded directories linked to the project. This is useful for debugging specific issues related to the parsing of input files for building the ML workflow:

./aktaion2_ml_debug.sh

aktaion2's People

Contributors

alexmzadeh avatar eyanmalcom avatar jzadeh avatar jzsplunk 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.