Cyber security

RunAs-Stealer : A Credential Stealing Tool

RunAs-Stealer is a sophisticated credential stealing tool that employs three distinct techniques to capture sensitive user information: Hooking CreateProcessWithLogonW, Smart Keylogging, and Remote Debugging.

This tool operates stealthily in the background, requiring manual termination via Task Manager.

Techniques Used

  1. Hooking CreateProcessWithLogonW:
    • This method involves intercepting the CreateProcessWithLogonW function, which is used to create a new process with specific credentials.
      • By hooking into this function, RunAs-Stealer can capture credentials as they are being used to log on to processes.
  2. Smart Keylogging:
    • Keylogging is a technique where every keystroke is recorded. The “smart” aspect likely refers to advanced filtering or encryption methods to capture only relevant data, such as passwords or sensitive information, while minimizing unnecessary data collection.
  3. Remote Debugging:
    • This technique leverages remote debugging tools, typically used for legitimate software development, to access and manipulate processes on a remote system.
      • In the context of RunAs-Stealer, it could be used to inject code into running applications to extract credentials.
  • Data Storage: The stolen credentials are stored in an Alternate Data Stream (ADS) of the desktop.ini file located on the user’s desktop. This method allows the data to remain hidden from casual observation.
  • Retrieving Credentials: Users can view the stolen credentials by running a specific command in the Command Prompt: more < "C:\Users\<Username>\Desktop\desktop.ini:log".
  • Removing Credentials: To delete the stored credentials, a PowerShell command can be used: Remove-Item -Path "C:\Users\<Username>\Desktop\desktop.ini" -Stream "log".

The tool comes with demo videos for each technique, providing visual guidance on how to use and test the features of RunAs-Stealer.

These demos are essential for understanding the full capabilities and potential risks associated with this tool.

RunAs-Stealer highlights the evolving nature of credential theft techniques, emphasizing the need for robust security measures to protect user credentials.

Traditional anti-malware solutions may not be sufficient to prevent such advanced threats, necessitating more specialized security tools and practices to safeguard sensitive information.

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

AMSI-Bypass-HWBP : A Tool For Evading AMSI Detection

AMSI (Antimalware Scan Interface) is a Windows feature designed to help protect systems from malware…

56 minutes ago

BurpSuite-Xkeys : Mastering Key And Token Extraction For Web Security

Xkeys is a Burp Suite extension designed to extract interesting strings such as keys, secrets,…

57 minutes ago

DEDSEC_BOTNET : A Comprehensive Tool For Penetration Testing And Ethical Hacking

DEDSEC_BOTNET is a Linux-based tool designed for creating and managing advanced botnet payloads. It is…

57 minutes ago

JS Snitch : Hidden Secrets In JavaScript Files

JS Snitch is a powerful command-line tool designed to scan remote JavaScript files for potential…

57 minutes ago

IDOR Scanner : A Comprehensive Tool For Detecting Insecure Direct Object References

The IDOR Scanner is a powerful Burp Suite extension designed to identify potential Insecure Direct…

5 hours ago

SubCat v1.3.1 : A Comprehensive Subdomain Enumeration Tool

SubCat is a powerful and efficient tool designed for subdomain discovery, making it an indispensable…

5 hours ago