Coder Social home page Coder Social logo

samples's Introduction

samples

USE caution when handling these files.

Tips

Before doing anything with the file, it might be a good idea to run the file command. This is done so the examiner can get a better idea on what type of file the sample is.

Cowire

The cowrie samples are from my Cowrie Honeypot. Heres is the link if you want to set up your own. https://github.com/cowrie/cowrie

Set up an environment

https://remnux.org/
Remnux is a good linux distro that can be used to safetely look at samples. Plus it has all the needed tools built in. Using Linux is a good idea when reversing malware so the analyzer does not accidently double click the file and infect themselves. But the analyzer could also use a Windows VM.

When looking at malware, its also a good idea to set up a environment that is not connected to any other hosts or even the internet. This is so that it can not spread to other hosts. Also its a good idea to get the hash of the ile every once in awhile. This is done to make sure that the malware sample has not changed. File hashs help other researchers identify the same sample. Its a good idea to use SHA1 when getting the hash. But a md5 sum will also work.

To get the hash of a file. The following commands can be used.
Get sha256sum: sha256sum file_name
Get md5sum: md5sum file_name
Get sha1sum: sha1sum file_name
If one little thing is changed in the file, the hash will be different. But keep in mind that recent studies have proven that attackers could create two different files with the same digest.
https://shattered.it/

samples's People

Contributors

birdbee44 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.