Skip to content

scrapbird/sarlacc-malshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sarlacc-malshare

Plugin for Sarlacc to automatically upload all previously unseen samples to the awesome malshare API

Install

To install this plugin, simply clone the repo into the smtpd/src/plugins directory in the Sarlacc repo and then run pip install -r requirements.txt from inside the plugin repo.

cd smtpd/src/plugins
git clone https://github.com/scrapbird/sarlacc-malshare
cd sarlacc-malshare
pip install -r requirements.txt

Configure

For the malshare plugin to work it will need an API key, register at https://malshare.com/. Once you have an API key, create a file named malshare.cfg with the following contents in the sarlacc-malshare root

[malshare]
key = API_KEY_GOES_HERE

Done

That's it, restart Sarlacc and it will upload any new samples to malshare. If you are using docker, remember to rebuild the docker container to include your latest plugins.

About

Plugin for Sarlacc to automatically upload all previously unseen samples to the awesome malshare API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages