In this short post i want to share a first quick reversing of petya+eternalblue dll, md5: 3936bda83b590512fa2cfef8acf6c294. It is a first look at it, i hope the information here it is correct.
Showing posts with label ransomware. Show all posts
Showing posts with label ransomware. Show all posts
Tuesday, June 27, 2017
Wednesday, June 21, 2017
Analysis of .Net malware: ransomware SamSam
SamSam is a ransomware that is written in C#. It’s not an interesting malware, it hasn’t new interesting features or tricks to comment, however I wanted to write a post about the tools that I use to analyze .Net malware since long time ago, and this was a good opportunity to do it.
Labels:
.net,
analysis,
de4dot,
dnspy,
ilspy,
malware,
ransomware,
reverse engineering,
samsam
Friday, May 15, 2015
Analysis of the ransom/infector W32_VirRnsm.A
There are lot of ransomware families around the world, however, since long time ago, they contain no new interesting features. VirRnsm.A is a malware that mixes characteristics of ransomwares and infectors. It is a ransomware capable to infect executable files (or an infector capable to encrypt your files). Technically, It doesn’t seem a great malware, but it is worth a look because, from my point of view, in the future we are going to start to see a lot of malwares of this type. Ransomware’s behaviour could end up being a payload of worms and infectors, rather than a malware by itself.
Wednesday, April 8, 2015
Single line python ransomware?
Boredom is very dangerous because you start to waste time on nonsense, and this article is the proof of it 😄 Here is a tiny ransomware implemented with only one python expression.
Tuesday, March 10, 2015
Getting CryptoWall and CryptoDefense working without C&C
It's common to find malware samples that need the C&C to work. This is the case of Cryptowall and CryptoDefense ransomwares. If you need to debug samples of these families you will usually find the C&C down and the ransom won't work and won't encrypt files. It only will try to connect to C&C continuously.
In this article i'm going to describe a way to create a fake C&C for CryptoWall and CryptoDefense families, and how to get samples of these families working into a vmware for example.
In this article i'm going to describe a way to create a fake C&C for CryptoWall and CryptoDefense families, and how to get samples of these families working into a vmware for example.
Subscribe to:
Posts (Atom)