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

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

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

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

工具目录

分类

查看所有分类
Loading categories
BruteRatel-DetectionTools — 用于解码 Brute Ratel C4 badgers 的工具与规则集合 | Kitploit
工具/GitHubGitHub/immersive-labs-sec/bruteratel-detectiontools
防御工具恶意软件分析命令与控制威胁情报入侵检测事件响应
GitHubimmersive-labs-sec/bruteratel-detectiontools

BruteRatel-DetectionTools

用于解码 Brute Ratel C4 badgers 的工具与规则集合

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库
67214年前Kitploit 审核通过

BruteRatel-DetectionTools

一个用于解码 Brute Ratel C4 badger 的工具和规则集合

所有工具和规则均基于 PaloAlto 在其报告 https://unit42.paloaltonetworks.com/brute-ratel-c4-tool/ 中识别的样本

Yara 规则

该 Yara 规则已针对 Unit42 报告中包含的样本以及由该规则识别出的其他样本进行了测试

root@kitploit:~
❯ yara rule.yar
BruteRatel ./hacker.exe
BruteRatel ./badger_x64.exe
BruteRatel ./trustwave.exe
BruteRatel ./adi_badger_x64_2.exe
BruteRatel ./npser.exe
BruteRatel ./twitter.exe
BruteRatel ./X64 Brute Ratel C4 Windows Kernel Module.bin
BruteRatel ./sample2.exe
BruteRatel ./HorionInjector.exe
BruteRatel ./http_badger_x64.exe
BruteRatel ./sample1.exe

配置解析器

该配置解码器已针对 Unit42 报告中识别的样本以及使用上述 Yara 规则发现的其他样本进行了测试

到目前为止,样本中仅观察到一个静态密钥(Key)。

root@kitploit:~
❯ python3 decoder.py sample1.exe                                                           
[+] Brute Ratel C4 Config Extractor by Immersive Labs
[+] Reading contents of file "sample1.exe"
  [-] Config Pattern Detected
  [-] May be encrypted testing key b'bYXJm/3#M?:XyMBF'
[+] Printing config to screen

||0|1|192.168.2.9|443|Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36|12345|P@ssw0rd|/admin||

下载工具