Redline Stealer Analysis
Redline Stealer Analysis Executive Summary The malware is a dotnet executable, which acts as an info stealer. It is obfuscated using ConfuserEx and string replacement. The malware uses the Window...
Redline Stealer Analysis Executive Summary The malware is a dotnet executable, which acts as an info stealer. It is obfuscated using ConfuserEx and string replacement. The malware uses the Window...
DarkSide Ransomware Analysis Executive Summary The malware is a basic ransomware without any networking functionality. It encrypts the first 0x20000 bytes of the files by xoring them with a value ...
What is symbolic execution? You can think of symbolic execution as a process of creating a mapping between variables (mathematical variables, NOT programming variables) and the control flow graph. ...
What is fuzzing, really? Note: Fuzzing inputs are only random sometimes, but they are BS most of the time. Fuzzing or fuzz testing involves bombarding a program with irregular inputs to uncov...