futex / errbot

Some errbot plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Errbot plugin used in mcstn_bot

bot screenshot

Some plugins used on my Telegram Chat Bot. They need to be used with errbot

Youtube presentation fo the chatbot: https://www.youtube.com/watch?v=skXFNhBxIbI

Configuration

The example configuration file config.conf. You need to put some API key inside this file, and path of your yara rules.

Plugins

auto_beer print a week end alert at Friday 18h.
auto_bonjour print bonjourMadame during the week and bonjourMademoiselle in the weekend.
bitcoin retrieve most famous cryptomoney values.
giphy print a random gif picture from giphy
vt [hash] check a hash on virustotal, and return all antivirus analysis
malware [URL] made a malware analysis from a url, parse it through a malwares yara rules to identify it and try to uncrypt is configuration (if the sample is supported)
All the analysis scripts files are available in the addins folder. You can use ratDecoders scripts, but they are in python2, they need to be convert to python3 or you can use a python3 script to call them like i have do (Quite dirty). unpack [URL] try to unpack a sample, parse it through a packer yara rules to identify it (Only UPX is actualy supported)
yara [URL] yara check
shodan [URL] shodan search
ip [IP] ip info
urlquery [URL] search pattern in urlquery gse
gse_find [URL] search pattern in google gse
unshorten [URL] unshorten a url

About

Some errbot plugins


Languages

Language:Python 99.8%Language:Shell 0.2%