Qu1cksc0pe

Qu1cksc0pe

A full-featured malware analysis tool.

MCPDataOpen source
Type
MCP
Transport
http
Open source
Yes
GitHub Stars
★ 2.0k
Source
mcp-github

Overview

Qu1cksc0pe is a full-featured malware analysis tool that supports both static and dynamic analysis of multiple file types. It helps AI obtain detailed information about suspicious files, including used DLLs, functions, APIs, URLs, IP addresses, and more. Through the MCP server, AI can invoke Qu1cksc0pe's static analysis capabilities. Suitable for scenarios requiring malware analysis.

Capabilities

  • Analyze files for Windows, Linux, MacOS, and Android
  • Extract DLL, function, and API information
  • Detect URLs, IP addresses, and email addresses
  • Identify embedded executables and exploit code
  • MITRE ATT&CK mapping

Use cases

Malware analysisFile type detectionThreat intelligence gatheringSecurity research

Setup

Requires: Python 环境mcp>=2.0.0
pip install "mcp>=2.0.0"; python3 qu1cksc0pe.py --mcp

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How to start the MCP server?

Run `python3 qu1cksc0pe.py --mcp` to start the MCP server.

What file types are supported?

Supports various types including Windows, Linux, MacOS, and Android files.

Related skills