Malware Bazaar Java API client version 1.1-stable release notes
好的,我现在需要帮用户总结一篇文章的内容,控制在100字以内。用户的要求很明确,不需要用“文章内容总结”这样的开头,直接写描述即可。 首先,我得仔细阅读文章内容。文章主要介绍了一个API客户端的更新版本,包括新功能和改进。主要内容有:上传文件夹中的所有文件,支持递归搜索;下载样本时可以用MD5、SHA1或SHA256哈希;查询样本同样支持多种哈希;下载ZIP后可以自动解压,并读取到内存中;还提到了使用时可能会触发杀毒软件警报。 接下来,我需要将这些信息浓缩到100字以内。要抓住关键点:更新版本、新增功能、哈希支持、ZIP处理以及安全提示。 然后,组织语言,确保简洁明了。可能的结构是:介绍API客户端更新,列举主要功能改进,最后提到安全注意事项。 最后检查字数是否符合要求,并确保表达清晰。 </think> 这篇文章介绍了API客户端的更新版本,新增了上传文件夹、通过多种哈希值下载和查询样本的功能,并支持ZIP文件的自动解压和内存读取。此外,提醒用户在使用时可能会触发杀毒软件警报。 2026-1-24 11:28:9 Author: maxkersten.nl(查看原文) 阅读量:0 收藏

The API client’s main page, which contains the installation instructions and a brief rationale, can be found here. Malware Bazaar is one of the many services Abuse.ch freely provides to the public. It exposes quite some API endpoints that contain useful information.

This version contains updated dependencies, as can be seen in the Git Diff, as well as new features:

  • Uploading all files in a given folder (optionally recursive file searching in subfolders)
  • Downloading samples can now be done using the MD-5, SHA-1, or SHA-256 hash, instead of only the SHA-256 hash
  • Querying a sample can now be done using the MD-5, SHA-1, or SHA-256 hash, instead of only the SHA-256 hash
  • Getting daily and hourly sample batches was previously only possible as a byte[] which contained the ZIP archive. Now, you can also download the ZIP and have it extracted on your device, read back into memory into a Map where the map’s key is the SHA-256 hash of the file and the byte array is the raw sample. Note that if you are using this on an operating system which is running antivirus/antimalware software, it will alert based on the downloaded samples!

To contact me, you can e-mail me at [info][at][maxkersten][dot][nl], or DM me on BlueSky @maxkersten.nl.


文章来源: https://maxkersten.nl/2026/01/24/malware-bazaar-java-api-client-version-1-1-stable-release-notes/
如有侵权请联系:admin#unsafe.sh