GRAT2 : Command And Control (C2) Project For Learning Purpose

GRAT2 is a Command and Control (C2) tool written in python3 and the client in .NET 4.0. The main idea came from Georgios Koumettou who initiated the project.

Why we developed GRAT2 ?

We are aware that there are numerous C2 tools out there but, we developed this tool due to curiosity of how C2 and other evasion techniques work. Thatโ€™s all! ๐Ÿ˜‰

Current Features

  • Evasion Techniques:
    • Sandbox (Check whether the machine is in the domain, if not exit).
    • Patch Event Tracing for Windows (ETW) Logging.
    • Patch Antimalware Scan Interface (AMSI).
    • caretrun โ€“ Execute command via cmd.exe in a caret format (^i^p^c^o^n^f^i^g) using explorer.exe as Parent PID (Evade some AV/EDRs).
  • Communication:
    • Encoded HTTP Communication using XOR and base64.
    • Proxy Aware.
  • Modules:
    • uac โ€“ Attempt to bypass UAC using silent disk clean-up with Parent PID Spoofing technique.
    • maketoken โ€“ Remove the current token and create a new one using the given credentials (Domain or Local).
    • revtoself โ€“ Remove the current token.
    • stealtoken โ€“ Attempt to steal a token from a running process and impersonate user (Administrator rights is required).
    • rportfwd โ€“ Attempt to create a reverse port forward.
    • whoami โ€“ Display the current user.
    • hostname โ€“ Display the machine hostname.
    • domain โ€“ Display the domain FQDN.
    • screenshot โ€“ Take a screenshot.
    • download โ€“ Download a file.
    • upload โ€“ Upload File.
    • cd โ€“ Change Directory.
    • run โ€“ Execute command via cmd.exe using explorer.exe as Parent PID.
    • caretrun โ€“ Execute command via cmd.exe in a caret format (^i^p^c^o^n^f^i^g) using explorer.exe as Parent PID (Evade some AV/EDRs).
    • sleep โ€“ Set new sleep time.
    • exit โ€“ Exit.
    • shell โ€“ Execute command via cmd.exe.
    • powershell โ€“ Execute powershell command using Unmanaged PowerShell.
    • powerscript โ€“ Execute powershell scripts using Unmanaged PowerShell.
    • executeassembly โ€“ Attempt to execute .NET assemblies in memory.
    • ps โ€“ Print the current processes.
    • pwd โ€“ Print the current directory.
    • ls โ€“ Directory Listing.
    • pid โ€“ Print the current Process ID.
  • Process Injection Techniques:
    • dynamic_injectcrt โ€“ Attempt to inject a shellcode into a process using Dynamic Invoke.
    • ppid_processhollow โ€“ Attempt to inject a shellcode into a process using Process Hollowing and Parent PID Spoofing (explorer.exe) technique.
    • processhollow โ€“ Attempt to inject a shellcode into a process using Process Hollowing technique.
    • injectppidapc โ€“ Attempt to inject a shellcode into a process using QueueUserAPC and Parent PID Spoofing (explorer.exe) technique.
    • injectapc โ€“ Attempt to inject a shellcode into a process using QueueUserAPC technique.
    • injectcrt โ€“ Attempt to inject a shellcode into a remote process using Create Remote Thread technique.

Refer to GRAT2_Shellcodes in order to generate position-independent shellcode using Donut.

TO DO

  • HTTPS Communication Channel.
  • Implement SOCKS5.
  • Fix known issues.

Configure Your Profile

  • c2 โ€“ Your GRAT2 Server IP Address (Required).
  • sandboxEvasion โ€“ If enabled (1), GRAT2 will be executed only on a domain join computer otherwise, GRAT2 will be terminated. If disabled (0), GRAT2 will be executed only on a non domain join computer otherwise, will be terminated (Default: Disabled).
  • patchEtw โ€“ If enabled (1), Event Tracing for Windows will be patched (Default: Enabled).
  • patchAmsi โ€“ if enabled (1), Antimalware Scan Interface will be patched (Default: Enabled).
  • sleep โ€“ Set sleep time (Default: 3 seconds).
  • UserAgent โ€“ Set UserAgent (Default: โ€œMozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; yie11; rv:11.0) like Geckoโ€).
  • initialUrl โ€“ Initial GRAT2 HTTP GET request (Default: jquery.js).
  • sendResults โ€“ GRAT2 HTTP POST results request (Default: login.aspx). NOTE if you change either initialUrl or sendResults string, you have to update the string under GRAT2_Server/handlers.py on line 42 and 78 respectively.

Usage

  • Open GRAT2 Client (GRAT2_Client.sln) project using Visual Studio, change the solution configuration from Debug to Release and then Build Solution.
  • Start GRAT2 Server:
  • Run GRAT2 Client executable โ€“ GRAT2_Client\bin\Release\GRAT2_Client.exe
  • Interact with the agent:

Disclaimer

This project can only be used for authorized testing or educational purposes. Using this software against target systems without prior permission is illegal, and any damages from misuse of this software will not be the responsibility of the author.

Credit: @TheRealWover, @TheRealWover & @FuzzySec, @_RastaMouse & @xpn and @cobbr_io

R K

Recent Posts

Kali Linux 2024.4 Released, Whatโ€™s New?

Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…

2 days ago

Lifetime-Amsi-EtwPatch : Disabling PowerShell’s AMSI And ETW Protections

This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…

2 days ago

GPOHunter – Active Directory Group Policy Security Analyzer

GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…

4 days ago

2024 MITRE ATT&CK Evaluation Results – Cynet Became a Leader With 100% Detection & Protection

Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…

7 days ago

SecHub : Streamlining Security Across Software Development Lifecycles

The free and open-source security platform SecHub, provides a central API to test software with…

1 week ago

Hawker : The Comprehensive OSINT Toolkit For Cybersecurity Professionals

Don't worry if there are any bugs in the tool, we will try to fix…

1 week ago