Giter VIP home page Giter VIP logo

ransomware_detection_n_mitigation's Introduction

CS6381 FinalProject

On Master Node 1 (Main)

  1. Start Zookeeper Server

  2. Start Detection Server

On Exposed Host Machines

sudo python3 -m pip install grpcio protobuf==4.21.12 scapy paramiko

if you have zookeeper on your host machines

bin/zkCli.sh -timeout 3000 -server remoteIP:2181
  1. Start up the Mitigation Client
  2. Start up the Detection Client and let it warm up for a few minutes

THIS SECTION IS DEPRECATED!!!

Installation

sudo apt-get install openvswitch-switch-dpdk

Setup switches

sudo ovs-vsctl add-br <bridge-name>
sudo ip addr add <ens3-ip>/24 dev <bridge-name>
sudo ip link set <bridge-name> up
sudo ovs-ofctl add-flow <bridge-name> "priority=0, actions=controller"

Connect to ryu applications

sudo ovs-vsctl set-controller <bridge-name> tcp:192.168.2.209:6653

Services

Start Detection Server

python3 detection_server.py

Ryu Application

cd services
ryu-manager controller.py --ofp-tcp-listen-port=6653

Ransomware Test

Start C2 server

python3 server.py

Run encryptor application on infected node

Ensure path to file target paths is correct. python3 encryptor.py

ransomware_detection_n_mitigation's People

Contributors

dlwarre3 avatar justinyeh1995 avatar

Watchers

 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.