From 0a8340fc2d0e67abf7d8a06c23a89f9858f6fda3 Mon Sep 17 00:00:00 2001 From: Ruwan Pradeep Geeganage Date: Tue, 9 Mar 2021 22:49:14 +0100 Subject: [PATCH 1/2] Added RESTful API for Unipacker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1635e26..d32df69 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,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 From ce2edb6989289a46b2400e475396f189475531f6 Mon Sep 17 00:00:00 2001 From: Ruwan Pradeep Geeganage Date: Tue, 9 Mar 2021 22:52:14 +0100 Subject: [PATCH 2/2] Added Chinese Translation --- ...5\210\206\346\236\220\345\244\247\345\220\210\351\233\206.md" | 1 + 1 file changed, 1 insertion(+) diff --git "a/\346\201\266\346\204\217\350\275\257\344\273\266\345\210\206\346\236\220\345\244\247\345\220\210\351\233\206.md" "b/\346\201\266\346\204\217\350\275\257\344\273\266\345\210\206\346\236\220\345\244\247\345\220\210\351\233\206.md" index ca4a33b..f5e3c17 100644 --- "a/\346\201\266\346\204\217\350\275\257\344\273\266\345\210\206\346\236\220\345\244\247\345\220\210\351\233\206.md" +++ "b/\346\201\266\346\204\217\350\275\257\344\273\266\345\210\206\346\236\220\345\244\247\345\220\210\351\233\206.md" @@ -185,6 +185,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] ## 在线扫描与沙盒