Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CobaltStrikeScan — 扫描文件或进程内存以查找CobaltStrike信标并解析其配置 | Kitploit
工具/GitHubGitHub/apr4h/cobaltstrikescan
防御工具危害指标 (IOC) 管理内存取证取证分析恶意软件分析数字取证威胁情报
GitHubapr4h/cobaltstrikescan

CobaltStrikeScan

扫描文件或进程内存以查找CobaltStrike信标并解析其配置

查看仓库
91911535年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CobaltStrikeScan

扫描文件或进程内存以检测Cobalt Strike信标并解析其配置。

CobaltStrikeScan 扫描Windows进程内存以查找DLL注入(经典注入或反射注入)的证据,并对目标进程内存执行YARA扫描,以检测Cobalt Strike v3和v4信标签名。

或者,CobaltStrikeScan可以对通过绝对或相对路径作为命令行参数提供的文件执行相同的YARA扫描。

如果在文件或进程中检测到Cobalt Strike信标,将解析该信标的配置并显示在控制台中。

克隆此仓库

CobaltStrikeScan包含GetInjectedThreads作为子模块。克隆CobaltStrikeScan时,请确保使用git clone --recursive https://github.com/Apr4h/CobaltStrikeScan.git,以便同时下载/克隆子模块的代码。

构建解决方案

Costura.Fody配置为将CommandLine.dll和libyara.NET.dll嵌入到编译后的CobaltStrikeScan.exe程序集中。这样CobaltStrikeScan.exe将作为CobaltStrikeScan的静态、便携版本。为此,请确保在构建时将“活动解决方案平台”设置为x64。

致谢

本项目受以下研究/文章的启发:

  • SpecterOps - 防御者也应像图一样思考
  • JPCert - 用于检测Cobalt Strike的Volatility插件
  • SentinelLabs - APT攻击剖析与CobaltStrike信标编码配置
  • Neo23x0的Signature Base,用于检测Cobalt Strike编码配置块的高质量YARA签名。

要求

  • 64位Windows操作系统
  • .NET Framework 4.6
  • 需要管理员权限或SeDebugPrivilege才能扫描进程内存以查找注入的线程

用法

root@kitploit:~
  -d, --directory-scan          Scan all process/memory dump files in a directory for Cobalt Strike beacons

  -f, --scan-file               Scan a process/memory dump for Cobalt Strike beacons

  -i, --injected-threads        Scan running (64-bit) processes for injected threads and Cobalt Strike beacons

  -p, --scan-processes          Scan running processes for Cobalt Strike beacons

  -v, --verbose                 Write verbose output

  -w, --write-process-memory    Write process memory to file when injected threads are detected

  -h, --help                    Display Help Message

  --help                        Display this help screen.

  --version                     Display version information.

示例

示例截图

下载工具