Introduction
Introduction¶
MalSearch is a library that allows to collect malware samples from multiple malware databases using their API's. It relies on:
Setup¶
This library is available on PyPi and can be simply installed using Pip:
pip install malsearch
or
pip3 install malsearch