Coder Social home page Coder Social logo

cuckoo_agent's Introduction

cuckoo agent

Introduction

本專題之目標在於架設 分散式惡意軟體分析系統 ,讓惡意軟體分析工作可以平行化的進行,大量減少分析時所需要的時間。

我們採用 master 與 worker 的架構來實作分散式系統,並透過自行撰寫的 master agent 與 worker agent 來執行工作的分配與report 的回傳。

Implementation

  1. Follow the cuckoo installation manual to setup cuckoo system enviornment.

  2. Run server agent on cuckoo master node

$ java -jar cuckooServer.jar 
  1. Run client agent on cuckoo slave node
$ java -jar cuckooWorker.jar
  1. Cuckoo master will distribute malware samples to cuckoo slave and start analyzing tasks.

  2. After finished tasks, cuckoo slave will transmit report (.html & .json) back to master.

System Evalution

  • Time consumption of analyzing 50 malware samples using standalone cuckoo and distributed cuckoo system.

  • Time of analysis tasks with various resources in distributed cuckoo system

Authors

Please contact me via the email above. Thanks

Reference

For more detail infomration, please refer to 開源期末專題報告

cuckoo_agent's People

Contributors

a110605 avatar

Watchers

James Cloos 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.