Git Product home page Git Product logo

cuckoo-email-submission's Introduction

Cuckoo-Email-Submission

This repo aims to add functionality to Cuckoo Sandbox (specifically Cuckoo Modified which is now deprecated) by taking emails from a specified email account using IMAP, determining the contents, and then submitting it to Cuckoo Sandbox. The scripts are quite obviously not optimised, but that is on a to do list.

Priority Order:

  • Sample submission via attachment (can take 1 or multiple attachments, inline attachments are ignored)
  • Hash value, queries the SQLite database for previous reports (Only takes one of the following: MD5, SHA1, SHA256 or SHA512)
  • URL, submits the URL to Cuckoo. This does not query the database for previous reports as malicious websites regularly change.

It should be noted that it only takes one of the above 3 per email therefore an email should not contain both attachments and hashes as it will only recognise the attachments.

Functionality:

  • Attachments
    • Submit the attachment to Cuckoo.
    • Wait for the report to be generated.
    • Email the new report to the original sender.
  • Hash
    • Determine hash type.
    • Query the SQLite database.
    • If report is present email it to the user else send an email stating there is no report present.
  • URL
    • Submit the URL to Cuckoo.
    • Wait for the report to be generated.
    • Email the new report to the original sender.

To Do:

  • Optimise Code
  • Less email / password entries
    • Maybe change it so it isn't hardcoded - enter in the terminal
  • In URL submission attach any previous reports to the email

cuckoo-email-submission's People

Contributors

waffles-2 avatar

Stargazers

 avatar Piyush Shandilya avatar 5l1v3r1 avatar imslowmist avatar  avatar

Watchers

 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.