Schließen
Schließen
Ihr Netzwerk von morgen
Ihr Netzwerk von morgen
Planen Sie Ihren Weg zu einem schnelleren, sichereren und widerstandsfähigeren Netzwerk, das auf die von Ihnen unterstützten Anwendungen und Benutzer zugeschnitten ist.
          Erleben Sie Netskope
          Machen Sie sich mit der Netskope-Plattform vertraut
          Hier haben Sie die Chance, die Single-Cloud-Plattform Netskope One aus erster Hand zu erleben. Melden Sie sich für praktische Übungen zum Selbststudium an, nehmen Sie an monatlichen Live-Produktdemos teil, testen Sie Netskope Private Access kostenlos oder nehmen Sie an Live-Workshops teil, die von einem Kursleiter geleitet werden.
            Ein führendes Unternehmen im Bereich SSE. Jetzt ein führender Anbieter von SASE.
            Ein führendes Unternehmen im Bereich SSE. Jetzt ein führender Anbieter von SASE.
            Netskope debütiert als Leader im Gartner ® Magic Quadrant ™ für Single-Vendor SASE
              Generative KI für Dummies sichern
              Generative KI für Dummies sichern
              Erfahren Sie, wie Ihr Unternehmen das innovative Potenzial generativer KI mit robusten Datensicherheitspraktiken in Einklang bringen kann.
                Moderne Data Loss Prevention (DLP) für Dummies – E-Book
                Moderne Data Loss Prevention (DLP) für Dummies
                Hier finden Sie Tipps und Tricks für den Übergang zu einem cloudbasierten DLP.
                  Modernes SD-WAN für SASE Dummies-Buch
                  Modernes SD-WAN für SASE-Dummies
                  Hören Sie auf, mit Ihrer Netzwerkarchitektur Schritt zu halten
                    Verstehen, wo die Risiken liegen
                    Advanced Analytics verändert die Art und Weise, wie Sicherheitsteams datengestützte Erkenntnisse anwenden, um bessere Richtlinien zu implementieren. Mit Advanced Analytics können Sie Trends erkennen, sich auf Problembereiche konzentrieren und die Daten nutzen, um Maßnahmen zu ergreifen.
                        Die 6 überzeugendsten Anwendungsfälle für den vollständigen Ersatz älterer VPNs
                        Die 6 überzeugendsten Anwendungsfälle für den vollständigen Ersatz älterer VPNs
                        Netskope One Private Access ist die einzige Lösung, mit der Sie Ihr VPN endgültig in den Ruhestand schicken können.
                          Colgate-Palmolive schützt sein "geistiges Eigentum" mit intelligentem und anpassungsfähigem Datenschutz
                          Colgate-Palmolive schützt sein "geistiges Eigentum" mit intelligentem und anpassungsfähigem Datenschutz
                            Netskope GovCloud
                            Netskope erhält die FedRAMP High Authorization
                            Wählen Sie Netskope GovCloud, um die Transformation Ihrer Agentur zu beschleunigen.
                              Lassen Sie uns gemeinsam Großes erreichen
                              Die partnerorientierte Markteinführungsstrategie von Netskope ermöglicht es unseren Partnern, ihr Wachstum und ihre Rentabilität zu maximieren und gleichzeitig die Unternehmenssicherheit an neue Anforderungen anzupassen.
                                Netskope solutions
                                Netskope Cloud Exchange
                                Netskope Cloud Exchange (CE) bietet Kunden leistungsstarke Integrationstools, mit denen sie Investitionen in ihre gesamte Sicherheitslage nutzen können.
                                  Technischer Support von Netskope
                                  Technischer Support von Netskope
                                  Überall auf der Welt sorgen unsere qualifizierten Support-Ingenieure mit verschiedensten Erfahrungen in den Bereichen Cloud-Sicherheit, Netzwerke, Virtualisierung, Content Delivery und Software-Entwicklung für zeitnahen und qualitativ hochwertigen technischen Support.
                                    Netskope-Video
                                    Netskope-Schulung
                                    Netskope-Schulungen helfen Ihnen, ein Experte für Cloud-Sicherheit zu werden. Wir sind hier, um Ihnen zu helfen, Ihre digitale Transformation abzusichern und das Beste aus Ihrer Cloud, dem Web und Ihren privaten Anwendungen zu machen.

                                      AsyncRAT: Using Fully Undetected Downloader

                                      Aug 29 2022

                                      Summary

                                      AsyncRAT is an open-source remote administration tool released on GitHub in January 2019. It’s designed to remotely control computers via encrypted connection, providing complete control via functionalities such as:

                                      • View and record screen
                                      • Keylogger
                                      • Upload, download and execute files
                                      • Chat communication
                                      • Persistence mechanisms
                                      • Disable Windows Defender
                                      • Shutdown / Restart the machine
                                      • DOS attack

                                      Although the official GitHub repository contains a legal disclaimer, AsyncRAT is popularly used by attackers and even some APT groups. Netskope Threat Labs recently came across a FUD (Fully Undetected) Batch script which is downloading AsyncRAT from an Amazon S3 Bucket. At the time of our analysis, the Batch script wasn’t being detected by any of the antivirus engines on VirusTotal. The attacker used some simple techniques to make the script fly under the radar, as we will describe later in this analysis.

                                      The downloaded file (second stage) is a PowerShell script that creates and uses multiple files to execute AsyncRAT, which is injected into a legitimate process.

                                      AsyncRAT Attack Flow Summary

                                      In this blog post, we will analyze the complete infection flow of AsyncRAT, from the FUD BAT downloader spotted by the MalwareHunterTeam to the last payload.

                                      Stage 01 – FUD Downloader

                                      The first stage is a batch script that contains zero detections on VirusTotal.

                                      Screenshot of FUD AsyncRAT downloader.
                                      FUD AsyncRAT downloader.

                                      Although no AV vendor is detecting the file, it contains many detections via Sigma and IDS rules, as well as by sandboxes used by VirusTotal.

                                      Screenshot of Sigma rules detecting malicious behavior.
                                      Sigma rules detecting malicious behavior.

                                      The file not being detected is likely due to a long string added in the file multiple times (more than 100) by the attacker.

                                      Screenshot of commented strings added to the file.
                                      Commented strings added to the file.

                                      The string is always the same and is in Japanese. Doing a rough translation, this string seems to be nonsense words added by the attacker.

                                      Screenshot of the rough translation from the string found multiple times in the file.
                                      Rough translation from the string found multiple times in the file.

                                      The malicious command is quite simple and it can be found within the nonsense strings. It’s slightly obfuscated, which probably contributes to the absence of detection.

                                      Example of command executed by the batch file.
                                      Command executed by the batch file.

                                      The command downloads and executes the second stage via PowerShell from an Amazon S3 bucket.

                                      Stage 02 – PowerShell

                                      The file downloaded from the Amazon S3 bucket is a PowerShell script. As we demonstrated in the diagram in the summary section, this script creates multiple files to execute the last stage.

                                      First, it creates a folder named “Not” in “C:\ProgramData”.

                                      Example of second stage creating a directory.
                                      Second stage creating a directory.

                                      Then, it creates five files in this directory. The primary goal of this stage is to run another PowerShell script in a chained execution, described below:

                                      1. File “xx.vbs” is executed by the second stage;
                                      2. File “xx.vbs” executes file “xx.bat”;
                                      3. File “xx.bat” executes file “Bin.vbs” via scheduled task;
                                      4. File “Bin.vbs” executes file “Bin.bat”;
                                      5. And finally, “Bin.bat” executes “Bin.ps1” via PowerShell.
                                      Example of chained execution to run “Bin.ps1”.
                                      Chained execution to run “Bin.ps1”.

                                      There are two PE files within the last PowerShell script.

                                      Example of two PE files within the last PowerShell script.
                                      Two PE files within the last PowerShell script.

                                      The first file is known as “RunPE” and it’s used to inject AsyncRAT into a legitimate process, which is the second PE file in the script.

                                      Example of PowerShell running RunPE.
                                      PowerShell running RunPE.

                                      The PowerShell script loads RunPE directly into memory, so none of the PE files are written into disk.

                                      Stage 03 – RunPE

                                      This file is responsible for injecting AsyncRAT into another process using Process Hollowing. It’s developed in .NET and protected with Confuser.

                                      Screenshot of RunPE details.
                                      RunPE details.

                                      The PowerShell script in the second stage loads RunPE in memory and calls a method named “Execute” from “GIT.local”. The method receives the path of the targeted executable (“C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_compiler.exe”) and the AsyncRAT bytes in the arguments.

                                      Example of the method executed by the PowerShell.
                                      Method executed by the PowerShell.

                                      After removing part of the obfuscation, we can confirm that AsyncRAT is being injected via Process Hollowing.

                                      Screenshot of some of the API calls used for Process Hollowing.
                                      Some of the API calls used for Process Hollowing.

                                      Stage 04 – AsyncRAT

                                      As previously mentioned, AsyncRAT is an open-source remote administration tool developed in .NET, and it’s often abused by attackers. The specific sample analyzed in this blog post was likely compiled on July 22, 2022.

                                      Screenshot of AsyncRAT sample delivered by the FUD Batch script.
                                      AsyncRAT sample delivered by the FUD Batch script.

                                      This sample doesn’t contain any obfuscation or protection, so it’s not difficult to understand the code once decompiled. 

                                      Screenshot of decompiled AsyncRAT sample.
                                      Decompiled AsyncRAT sample.

                                      We can summarize AsyncRAT’s main execution flow in six-steps:

                                      1. Initialize its configuration (decrypts the strings);
                                      2. Verifies and creates a Mutex (to avoid running duplicated instances);
                                      3. If enabled in the settings, exits if a virtualized or analysis environment is detected;
                                      4. If enabled in the settings, establishes persistence;
                                      5. If enabled in the settings, sets its own process as critical;
                                      6. Starts the communication with the server.
                                      Example of the AsyncRAT main method.
                                      AsyncRAT main method.

                                      AsyncRAT’s configuration is decrypted within the “InitializeSettings” method.

                                      Screenshot of AsyncRAT method that initializes the configuration.
                                      AsyncRAT method that initializes the configuration.

                                      AsyncRAT uses AES-256 in CBC mode to decrypt the strings.

                                      Example of AsyncRAT method that decrypts data using AES.
                                      AsyncRAT method that decrypts data using AES.

                                      This function reads a base64 encoded string, where the first 32 bytes represents the HMAC, the following 16 bytes the decryption IV, and the remaining bytes are the encrypted data.

                                      Example of AsyncRAT variables storing encrypted data.
                                      AsyncRAT variables storing encrypted data.

                                      We created a Python script that can be used to decrypt AsyncRAT strings using the same algorithm. 

                                      Example of decrypting AsyncRAT configuration.
                                      Decrypting AsyncRAT configuration.

                                      The anti-analysis feature of this sample is disabled, but AsyncRAT provides the option to detect virtualized and analysis environments via simple techniques, such as checking the disk size, checking the OS manufacturer and model, etc.

                                      Example of AsyncRAT anti-analysis method.
                                      AsyncRAT anti-analysis method.

                                      It’s also able to establish persistence via registry or a scheduled task.

                                      Screenshot of AsyncRAT persistence mechanisms.
                                      AsyncRAT persistence mechanisms.

                                      Furthermore, AsyncRAT stores the C2 address and port within its configuration. However, it also provides the option to download this information from Pastebin.

                                      Example of method to download C2 address and port from Pastebin.
                                      Method to download C2 address and port from Pastebin.

                                      After all the steps executed by the main function, which we summarized earlier, AsyncRAT starts an encrypted communication with the C2 server. Once connected, the attacker has full control over the device through GUI, as shown in the example below.

                                      Example of AsyncRAT controller.
                                      Example of AsyncRAT controller.

                                      Conclusions

                                      In this blog post, we analyzed the complete attack flow of AsyncRAT, from the downloader to the last payload. In this scenario, the attacker used simple techniques to make the downloader fly under the radar, being detected by none of the engines on VirusTotal. Furthermore, since AsyncRAT is open-source, one could easily change its code to add or remove functionalities as needed.

                                      Batch scripts like this are commonly used by attackers as an initial foothold. We expect an increase in the use of this file type and others (such as LNK and VBS) after Microsoft released a protection against malicious Microsoft Office macros, which are also popularly abused to deliver malware. Netskope Threat Labs always recommends users avoid opening files of unknown origin, especially those received by email. For organizations, we strongly recommend security training for employees and to use a secure web gateway with advanced threat protection, being able to scan and detect malicious files in real-time.

                                      Protection

                                      Netskope Threat Labs is actively monitoring this campaign and has ensured coverage for all known threat indicators and payloads. 

                                      • Netskope Threat Protection
                                        • Generic.AsyncRAT.B.80EDEB92
                                      • Netskope Advanced Threat Protection provides proactive coverage against this threat.
                                        • Gen.Malware.Detect.By.StHeur indicates a sample that was detected using static analysis
                                        • Gen.Malware.Detect.By.Sandbox indicates a sample that was detected by our cloud sandbox

                                      IOCs

                                      All the IOCs related to this campaign and scripts can be found in our GitHub repository.

                                      author image
                                      Gustavo Palazolo
                                      Gustavo Palazolo is an expert in malware analysis, reverse engineering and security research, working many years in projects related to electronic fraud protection.
                                      Gustavo Palazolo is an expert in malware analysis, reverse engineering and security research, working many years in projects related to electronic fraud protection.

                                      Bleiben Sie informiert!

                                      Abonnieren Sie den Netskope-Blog