Skip to content

scrapbird/sarlacc-malshare

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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