IIS-Raid A native backdoor module for Microsoft IIS

IIS-Raid: A native backdoor module for Microsoft IIS

IS Raid is a native IIS module that abuses the extendibility of IIS to backdoor the web server and carry out custom actions defined by an attacker.

Demo IIS-Raid
Demo IIS-Raid

Documentation

When installed, IIS-Raid will process every request and method, check if the X-Password header exists and compare it against the hardcoded value. In case the value specified by the header doesn’t match the password, the request will continue normally without giving any indications of the backdoor. If the header value matches the password, it will search for the communication header and extract its content. Additionally, it will base64 decode it, compare it against the predefined commands and process the instructions if any.

Four arguments are implemented on the script:

  • –url : The URL that will be used to communicate with the backdoor.
  • –password – The pre-shared password on the backdoor
  • –header – The header to use for communication in case it was changed from the default one.
  • –method – Change the method to either GET or POST.

Some of the features that are currently implemented in this version are:

  • Interactive Command Execution – Allows the execution of commands and retrieve the output.
  • Shellcode Injection – Extend functionality by injecting custom shellcode.
  • Web Password Extractor – Extract passwords from Web Forms in clear-text.

Customisation

Before using and compiling the module, you need to change some of the options. To authenticate to the backdoor, the controller uses a pre-shared password with the module. As this is the only mechanism preventing someone else from accessing the backdoor, the default password must be changed.

Apart from the password, other backdoor options can be modified on the Functions.h file:

// Communication Header for the Response.
#define COM_HEADER "X-Chrome-Variations"
#define PASS_FILE "C:\\Windows\\Temp\\creds.db"
#define PASSWORD "SIMPLEPASS"

The COM_HEADER definition is the header name used to perform the communication between the backdoor and the controller. The PASS_FILE de ed. The PASSWORD definition is the password that will be used to authenticate to the backdoor.

More info

For more information refer to https://www.mdsec.co.uk/2020/02/iis-raid-backdooring-iis-using-native-modules/

Mi Carro Close (×)

Tu carrito está vacío
Ver tienda