Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added RESTful API for Unipacker #224

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions 恶意软件分析大合集.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

## 在线扫描与沙盒

Expand Down