Awesome
Qu1cksc0pe
<a href="https://www.buymeacoffee.com/cyb3rmx"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" height="40px"></a><br><br> <img src="https://img.shields.io/badge/-Linux-black?style=for-the-badge&logo=Linux&logoColor=white"> <img src="https://img.shields.io/badge/-Python-black?style=for-the-badge&logo=python&logoColor=white"> <img src="https://img.shields.io/badge/-Terminal-black?style=for-the-badge&logo=GNU%20Bash&logoColor=white"> <img src="https://img.shields.io/badge/-GPL%203.0-black?style=for-the-badge&Color=white">
<p align="center"> <img width="400" src="https://user-images.githubusercontent.com/42123683/216772963-0b035e5a-c9db-4a6e-ac32-ebca22921405.png" alt="logo"> </p> <br>All-in-One malware analysis tool for analyze many file types, from Windows binaries to E-Mail files.<br>You can get:
- What DLL files are used.
- Functions and APIs.
- Sections and segments.
- URLs, IP addresses and emails.
- Android permissions.
- File extensions and their names.
- Embedded executables/exploits. <br><b>And so on...</b><br>
Qu1cksc0pe aims to get even more information about suspicious files and helps user realize what that file is capable of.
Qu1cksc0pe Can Analyze Currently
Files | Analysis Type |
---|---|
Windows Executables (.exe, .dll, .msi, .bin) | Static, Dynamic |
Linux Executables (.elf, .bin) | Static, Dynamic |
MacOS Executables (mach-o) | Static |
Android Files (.apk, .jar, .dex) | Static, Dynamic(for now .apk only) |
Golang Binaries (Linux) | Static |
Document Files | Static |
Archive Files (.zip, .rar, .ace) | Static |
PCAP Files (.pcap) | Static |
Powershell Scripts | Static |
E-Mail Files (.eml) | Static |
Usage
python qu1cksc0pe.py --file suspicious_file --analyze
Screenshot
Updates
<b>14/11/2024</b>
- Improvements on
Windows Analyzer
module.
<b>13/09/2024</b>
- Improvements on
Linux Analyzer
module.
Available On
<img width="400" src="https://user-images.githubusercontent.com/42123683/189416163-4ffd12ce-dd62-4510-b496-924396ce77c2.png" alt="logo"><img width="400" src="https://user-images.githubusercontent.com/42123683/189416193-a709291f-be8f-469c-b649-c6201fa86677.jpeg" alt="logo"> <img width="400" src="https://github.com/user-attachments/assets/a555750e-d979-4f0f-9d2c-730662b00915" alt="logo"> <img width="400" src="https://github.com/user-attachments/assets/56054b07-0512-42bb-ab97-cecbf845116e" alt="logo">
Recommended Systems
- Parrot OS
- Kali Linux
- Windows 10 or 11
<br><b><i>And also another Linux distributions like as Kali/Parrot</i></b>
Setup and Installation
<br><b>Necessary Dependencies</b>:
- <i>Python
3.10
or higher versions.</i> VirusTotal API Key
=> <i>Performing VirusTotal based analysis.</i>Strings
=> <i>Necessary for static analysis.</i>Jadx
=> <i>Performing source code and resource analysis.</i>PyOneNote
=> <i>OneNote document analysis.</i>Mono
=> <i>Performing .Net binary analysis.</i>
[!NOTE] If you encounter issues with the Python modules, creating a Python virtual environment (python_venv) should resolve them.
# You can simply execute the following command it will do everything for you!
bash setup.sh
# If you want to install Qu1cksc0pe on your system just execute the following commands.
bash setup.sh
python qu1cksc0pe.py --install
# To prevent interpreter errors after installation, use dos2unix.
dos2unix /usr/bin/qu1cksc0pe
# Or you can use Qu1cksc0pe from Docker!
docker build -t qu1cksc0pe .
docker run -it --rm -v $(pwd):/data qu1cksc0pe:latest --file /data/suspicious_file --analyze
# For Windows systems you need to execute the following command (Powershell)
# PS C:\Users\user\Desktop\Qu1cksc0pe> .\setup.ps1
Static Analysis
Normal analysis
<i><b>Description</b>: You can perform basic analysis and triage against your samples.</i>
<b>Usage</b>: python qu1cksc0pe.py --file suspicious_file --analyze
<br>
Resource analysis
<i><b>Description</b>: With this feature you can analyze assets of given file. Also you can detect and extract embedded payloads from malware samples such as AgentTesla, Formbook etc.</i>
<b>Effective Against</b>:
- .NET Executables
- Android Files (.apk)
<b>Usage</b>: python qu1cksc0pe.py --file suspicious_file --resource
<br>
Hash scan
<i><b>Description</b>: You can check if hash value of the given file is in built-in malware hash database. Also you can scan your directories with this feature.</i>
<b>Usage</b>: python qu1cksc0pe.py --file suspicious_file --hashscan
<br>
Folder scan
<b>Supported Arguments</b>:
--hashscan
--packer
<b>Usage</b>: python qu1cksc0pe.py --folder FOLDER --hashscan
<br>
VirusTotal
<b>Report Contents</b>:
Threat Categories
Detections
CrowdSourced IDS Reports
<b>Usage for --vtFile</b>: python qu1cksc0pe.py --file suspicious_file --vtFile
<br>
Document scan
<i><b>Description</b>: This feature can perform deep file inspection against given document files. For example: You can detect and extract possible malicious links or embedded exploits/payloads from your suspicious document file easily!</i>
<b>Effective Against</b>:
- Word Documents (.doc, .docm, .docx)
- Excel Documents (.xls, .xlsm, .xlsx)
- Portable Document Format (.pdf)
- OneNote Documents (.one)
- HTML Documents (.htm, .html)
- Rich Text Format Documents (.rtf)
<b>Usage</b>: python qu1cksc0pe.py --file suspicious_document --docs
<br>
Embedded File/Exploit Extraction
Archive File Scan
<i><b>Description</b>: With this feature you can perform checks for suspicious files against archive files.</i>
<b>Effective Against</b>:
- ZIP
- RAR
- ACE
<b>Usage</b>: python qu1cksc0pe.py --file suspicious_archive_file --archive
File signature analyzer
<i><b>Description</b>: With this feature you can detect and extract embedded executable files(.exe, .elf) from given file. Also you can analyze large files (even 1gb or higher) and extract actual malware samples from them (pumped-file analysis).</i>
<b>Usage</b>: python qu1cksc0pe.py --file suspicious_file --sigcheck
<br>
File Carving
MITRE ATT&CK Technique Extraction
<i><b>Description</b>: This feature allows you to generate potential MITRE ATT&CK tables based on the import/export table or functions contained within the given file.</i>
<b>Effective Against</b>:
- Windows Executables
<b>Usage</b>: python qu1cksc0pe.py --file suspicious_file --mitre
<br>
Programming language detection
<i><b>Description</b>: You can get programming language information from given file.</i>
<b>Usage</b>: python qu1cksc0pe.py --file suspicious_executable --lang
<br>
Interactive shell
<i><b>Description</b>: You can use Qu1cksc0pe in command line mode.</i>
<b>Usage</b>: python qu1cksc0pe.py --console
<br>
Dynamic Analysis
Android Application Analysis
[!NOTE] You must connect a virtual device or physical device to your computer.
<br><b>Usage</b>: python qu1cksc0pe.py --watch
<br>
https://github.com/CYB3RMX/Qu1cksc0pe/assets/42123683/3251dc28-7c97-4a82-aa6b-a981fb6da13e
Process Analysis
<br><b>Usage</b>: python qu1cksc0pe.py --watch
<br>
https://github.com/CYB3RMX/Qu1cksc0pe/assets/42123683/a2c84b8f-c12c-47ac-96e9-c345aeda1f54
References
- <a href="https://www.linkedin.com/posts/mehmetalikerimoglu_qu1cksc0pe-all-in-one-static-malware-analysis-activity-6853239604439523328-B9dN/?trk=public_profile_like_view&originalSubdomain=tr">The Cyber Security Hub</a>
- <a href="https://www.kitploit.com/2021/12/top-20-most-popular-hacking-tools-in.html">Kitploit - Top 20 Most Popular Hacking Tools in 2021</a>
- <a href="https://www.csirt.rnsi.mai.gov.pt/content/infosec-news-20211011">CSIRT.MAI</a>
- <a href="https://vulners.com/kitploit/KITPLOIT:8846405132281597137">Vulners</a>
- <a href="https://www.redpacketsecurity.com/qu1cksc0pe-all-in-one-static-malware-analysis-tool/">RedPacket Security</a>
- <a href="https://cert.bournemouth.ac.uk/qu1cksc0pe-all-in-one-static-malware-analysis-tool/">Bournemouth University - CERT</a>
- <a href="https://github.com/Ignitetechnologies/Mindmap/blob/main/Forensics/Digital%20Forensics%20Tools%20HD.png">Hacking Articles - Digital Forensics Tools Mindmap</a>
- <a href="https://twitter.com/hack_git/status/1666867995036057602">HackGit - Twitter Post</a>
- <a href="https://twitter.com/DailyDarkWeb/status/1668966526358286336">Daily Dark Web - Twitter Post</a>
- <a href="https://isc.sans.edu/diary/The+Importance+of+Malware+Triage/29984">SANS ISC - Blog Post</a>
- <a href="https://korben.info/qu1cksc0pe-analyse-logiciels-malveillants.html">Korben - Blog Post</a>
- <a href="https://www.heise.de/ratgeber/Malware-Analysetool-Schadpotenzial-von-Daten-mit-Qu1cksc0pe-ermitteln-10001929.html">heise online - Blog Post</a>