Stealth Falcon Targets Middle East with Windows BITS Feature

Cyberespionage attackers have ditched their PowerShell backdoor in favor of the Windows BITS ‘notification’ feature. Continue reading Stealth Falcon Targets Middle East with Windows BITS Feature

Am I using RfcDeriveBytes correctly, when the salt I’m providing it contains the password?

I’m using Rfc2898DeriveBytes in my application to encrypt a password with a randomly generated salt, and with a set iterator count for slowness.

Before, I just grabbed the generated salt and put it as a parameter for Rfc2898… Continue reading Am I using RfcDeriveBytes correctly, when the salt I’m providing it contains the password?

Active Directory with multi factor authentication for an existing web application

Customer is asking for LDAP / Active Directory authentication along with OTP (one time password) / multi-factor authentication for an old existing web application written in (asp.net MVC2). Is this possible?

Currently, we ar… Continue reading Active Directory with multi factor authentication for an existing web application

Is there an easy way to dissect .NET Remoting traffic for reverse engineering?

I’m working on a vulnerability within an application that uses .NET Remoting. I can see from the code that there are a number of potential ways to get RCE, but due to how the application performs its communications I cannot j… Continue reading Is there an easy way to dissect .NET Remoting traffic for reverse engineering?