Giter VIP home page Giter VIP logo

kako's People

Contributors

darkarnium avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

kako's Issues

🔨 Testing.

Currently Kako has no test suites. This is awful and needs to be fixed. Appropriate unit and integration tests should be implemented with a Tox file provided for validation.

Perhaps investigate Travis for merge to master testing for candidates to be published to PyPi (master).

🔨Simulation output should be sent to SQS

In order to track the output and status from Kako simulations, all capture() methods should generate a standard JSON output format. This format should look something like the below:

{
  "source_ip": "1.1.1.1",
  "source_port": "45302",
  "simulation": "mirai_cpeserver_soap",
  "capture": {
    ...DATA...
  }
}

Once generated, this JSON should be submitted into a Kako results queue in AWS SQS for processing / ingestion.

🔨Simulation should be able to be defined in YAML

In order to more easily create simulations for common services, it should be possible to define simulations from YAML. This should allow for definition of banners and expected command inputs and outputs.

The definitions could look something like the following:

---
simulation:
  port: 7547
  listener: 'HTTP'
  interpreter: ''
  routes:
    - 'GET':
      - path: '/'
         response_code: 403
         response_body: 'NOPE'
    - 'POST':
      - path: '/UD/act'
         response_code: 200
         response_body: ''

🔨 Kako simulations should live elsewhere

In order to allow for rapid deployment of new simulations, simulations should not live in the Kako project and should be published in an external repository.

This also allows for easier use of private simulations, which may be required in certain environments.

🔨 Kako should support SNS and JSON flat file output

In order to remove requirement for AWS, Kako should allow capture data to be written to file on the honeypot in JSON format. This should be configurable, and allow for SNS or JSON file output inside of the configuration.

This can then be consumed by some other process to push into the relevant collection system.

Need to add vulnerability name CVE-2017-17215 for Huawei uPnP Simulation

Presently the classification is unknown. It will be better if we tag the vulnerability with CVE id CVE-2017-17215.

"destination_ip": "TODO",
"destination_port": 37215,
"node": "ip-172-31-44-80",
"simulation_name": "Huawei uPnP Simulation",
"simulation_version": "0.1.0",
"source_ip": "59.6.101.97",
"source_port": 4858,
"timestamp": 1515413257,
"vulnerability": "UNKNOWN"
}

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.