8 matches found
APKiD
APKiD APKiD 能告诉你一个 APK 是如何构建的。它可以识别多种编译器、加壳器、混淆器以及其他奇奇怪怪的东西。它是 Android 版的 PEiD。 关于此工具的更多用途,请参考: Android 编译器指纹识别 使用 APKiD 检测盗版和恶意 Android 应用 APKiD:Android 应用的 PEiD(BlackHat EU/UK Arsenal 2018) APKiD:快速识别应用加固产品 APKiD:快速识别移动 RASP SDK(BlackHat USA Arsenal 2023) 安装 root@kitploit: pip install apkid...
aco-prompt-shield
aco-prompt-shield 🛡️ 在提示注入攻击到达您的LLM之前拦截它们 ——零API成本,完全本地运行,2分钟内集成。 提示注入是LLM应用的头号安全风险。aco-prompt-shield能够捕获已知的越狱模式,通过机器学习理解语义意图,并检测混淆——全部在本地完成,完全私密。 基准测试 指标| 结果 ---|--- 检测率| 95.7%(22/23种攻击模式被捕获) 误报率| 0.0%(0/20个良性提示被错误拦截) 延迟(单次请求,热启动)| 平均约29ms · p99: 29.3ms 峰值吞吐量(单实例)| 约44 req/s 并发负载容忍度| 约10个并发用户后开始降...
obfuscation_detection
混淆检测 v2.4 作者:Tim Blazytko 自动检测混淆代码及其他有趣的代码结构 描述: Obfuscation Detection 是一个 Binary Ninja 插件,用于检测二进制文件中的混淆代码和有趣的代码结构(例如状态机)。给定一个二进制文件,该插件通过识别在逆向工程中可能值得仔细查看的代码位置来简化分析。 基于各种启发式规则,该插件定位包含复杂或罕见代码结构的函数。此类代码结构可能实现: 混淆代码 状态机和协议 C&C 服务器通信 字符串解密例程 加密算法 以下博客文章提供了有关底层启发式规则的更多信息并展示了它们的用例: 自动化检测控制流平坦化 自动化检测混淆代码...
obfuscation_detection
Obfuscation Detection v2.4 Author: Tim Blazytko Automatically detect obfuscated code and other interesting code constructs Description: Obfuscation Detection is a Binary Ninja plugin to detect obfuscated code and interesting code constructs e.g., state machines in binaries. Given a binary, the...
php-malware-finder
PHP恶意软件查找器 root@kitploit: | || || || | | | | || || | | || || || | Webshell finder, | || || | kiddies hunter, | | | |||| || | website cleaner. || || |||| 检测潜在的恶意PHP文件。 它能检测什么? PHP-malware-finder 会尽全力检测混淆的/可疑的代码,以及使用常用于恶意软件/webshell的PHP函数的文件。 同时,还会检测以下编码器/混淆器/webshell列表: Best PHP Obfuscator...
obfDetect
混淆检测 作者:mcdulltii 自动检测混淆代码和其他状态机 描述: 用于自动检测二进制文件中混淆代码和状态机的脚本。 实现基于 IDA 7.4+ Python3。查看以下博客文章以获取更多关于 Binary Ninja 实现的信息: 控制流扁平化的自动检测 混淆代码的自动检测 参考仓库 注意: 启发式值基于上述博客文章生成,并在(以 所有功能 模式运行时)根据其启发式复杂度从上到下排序。 由于在二进制文件中绘制每个已找到函数的支配树的递归性质,实现和运行时开销较大,尽管已经实现了多线程。 使用 PyQt 可视化插件,用户可以进一步自定义二进制文件上的启发式函数分析。 依赖项...
Obfuscated Command Line Detection Using Machine Learning
This blog post presents a machine learning ML approach to solving an emerging security problem: detecting obfuscated Windows command line invocations on endpoints. We start out with an introduction to this relatively new threat capability, and then discuss how such problems have traditionally bee...
Revoke-Obfuscation - PowerShell Obfuscation Detection Framework
Revoke-Obfuscation is a PowerShell v3.0+ compatible PowerShell obfuscation detection framework. Authors Daniel Bohannon @danielhbohannon Lee Holmes @LeeHomes Research Blog Post: https://www.fireeye.com/blog/threat-research/2017/07/revoke-obfuscation-powershell.html White Paper:...