Skip to content

A dead-simple slack bot to query SURBL for domain reputation.

Notifications You must be signed in to change notification settings

aleksandarristic/repbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repbot

A dead-simple slack bot to query SURBL for domain reputation.

Config

Create your .env file (take a look at .env.sample) and enter your own Slack APP and Slack BOT tokens. Run your bot with python bot.py.

Usage

Send a slack dm to your bot with the following contents:

!rep domain.tld

or

!rep email@domain.tld

Example response:

Domain "test" is on the following blacklists:
 * Phishing
 * Malware
 * Spam and abuse
 * Cracking

About

A dead-simple slack bot to query SURBL for domain reputation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages