Skip to content
/ aktaion2 Public
forked from jzadeh/aktaion2

Python implementation of the Aktaion project

License

Notifications You must be signed in to change notification settings

Safe3/aktaion2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aktaion V2: Open Source Tool For Microbehavior Based Exploit Detection

Aktaion V2 is a python3 project for detecting exploits (and more generally attack behaviors). The project 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 protoype 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 parrallel to simple statsitcs, rules or anything relevant to building a programmitic descpriotn of a sequential evolving set of advesary behaviors.

Current project URL: http://www.github.com/jzadeh/aktaion2

The original Java/Scala code is located here: http://www.github.com/jzadeh/aktaion

Project Setup

pip3 -r python/requirements.txt

Running the demo

About

Python implementation of the Aktaion project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%