diff --git a/README.md b/README.md index e60bfd6..1189c0c 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ executables. yara rules based on a set of malware samples. Also contains a good strings DB to avoid false positives. * [Yara Finder](https://github.com/uppusaikiran/yara-finder) - A simple tool to yara match the file against various yara rules to find the indicators of suspicion. - +* [RESTful API for Unipacker](https://github.com/rpgeeganage/restful4up) - RESTful API with Python SDK for (Unipacker)[https://github.com/unipacker/unipacker] ## Online Scanners and Sandboxes diff --git a/恶意软件分析大合集.md b/恶意软件分析大合集.md index f774334..464d7d1 100644 --- a/恶意软件分析大合集.md +++ b/恶意软件分析大合集.md @@ -184,6 +184,7 @@ * [YARA](https://plusvic.github.io/yara/) - 分析师利用的模式识别工具 * [Yara rules generator](https://github.com/Neo23x0/yarGen) - 基于恶意样本生成 yara 规则,也包含避免误报的字符串数据库 * [Yara Finder](https://github.com/uppusaikiran/yara-finder) - 使用不同 yara 规则匹配文件的简单工具,以期找到可疑指标 +* [RESTful API for Unipacker](https://github.com/rpgeeganage/restful4up) - 带有Python SDK的RESTful API (Unipacker)[https://github.com/unipacker/unipacker] ## 在线扫描与沙盒