Block 400k+ phishing links. Block DM BOT SPAMMERS. Heuristic features with high detectability against unknown domains. Advance link bot.
NEW FEATURE: ABILITY TO DETECT AND PUNISH DM SPAMMERS!!!
Phish Grabber scans profile picture when new user join your server and when they are in your server and changes to a new profile picture.
Bot will now match any profile pictures with the aforementioned conditions against the bots database of blacklisted profile pictures using similarity comparison that works like Google reverse image search. The blackllisted profile picture will only get added to the database if DM BOT spammers uses multiple accounts with the same profile picture.
This feature will be extremely useful protecting your server against
DM SPAMMERS that impersonate discord staff or any known dm spammers.
Main features
Website | Support Server
- 500 000+ phishing domains blacklist database
- Profile picture blacklist database. Protect your server against DM spammers
- Data scrape links website html content to match against server owners configured blacklisted phrases
- Block specific youtube videos with keywords
- Block youtube channels
- Blacklist a domain of your choosing.
- Detect & block unknown domains that originates from infamous domain registrar that many phisher use. Server owners can choose to blacklist links from specific registrar alone. Optional config "age" which allows the bot to check the domain from a specific registrar and deny domain only if the domain was created less than X days ago.
Setup
By default, the bot works without any configurations and can automatically detect known phishing domains and sanction the users.
However if you wish utilize the bots full potential in protecting your server then it may be a good idea to setup the bot.
Step 1
/logchannel set-channel channel:
Step 2
/punishment set scanner:
You are done configurating!
Commands:
/punishment set
Configure punishment type the bot should issue when punishing a user.
/punishment set-timeout-duration
This is where you configure how long the timeout should last. For duration, type any numbers after that, then run the command. It will then prompt you what unit you should use which in this case is seconds, minutes, hours, days or weeks.
/punishment view
Display what punishment the bot is currently configured to.
/contentscan add-keywords
Content scans basically scans all domains except youtube links as it uses a separate function.
By adding keywords, the bot will download websites html content and match it against your blacklisted keywords.
/contentscan list-keywords
Showcase the amount of keywords you configured.
/contentscan remove-keywords
Remove the keywords from bot current list. If you added this in your phrase "apple, potato", then you need to type exactly that to remove those keywords.
/youtube add-keywords
Same concept as content scan commands except that this only applies to youtube links.
By adding keywords, the bot will download websites html content and match it against your blacklisted keywords.
/youtube list-keywords
Showcase a list of keywords you configured.
/youtube remove-keywords
Remove youtube keywords.
/logchannel set-channel channel
Configure to a channel where the bot can send logs of deleted messages.
/logchannel show-channel
Show what channels it is currently configured to, if any.
/ignorechannel add-channel
Bot will not scan anything in that channel. Useful for staff channels to discuss about the links.
/ignorechannel list-channels
Showcase a list of amount of channels you chosen to ignore.
/ignorechannel remove-channel
Remove listed channels.
/ignorerole add-role
Bot will not scan any of the users messages that contains links if they have a ignored role.
/ignorerole list-roles
Showcase a list of amount of ignored roles
/ignorerole remove-role
Remove ignored roles
/punishment set
Configure punishment type the bot should issue when punishing a user.
/punishment set-timeout-duration
This is where you configure how long the timeout should last. For duration, type any numbers after that, then run the command. It will then prompt you what unit you should use which in this case is seconds, minutes, hours, days or weeks.
/punishment view
Display what punishment the bot is currently configured to.
/heuristicprotection add-registrar registrar:
Blacklist a domain registrar of your choosing. Optional config "age"
if you want the bot to check and deny for domain creation date
/heuristicprotection view-registrars
Show list of blacklisted registrar
/heuristicprotection remove-registrar registrar:
Remove your blacklisted Registrar. Remember that its case sensitive.
/whitelist add-domain
Add whitelisted domain where bot will ignore scanning that specific domain.
/whitelist list-domains
Showcase a list of whitelisted domains.
/whitelist remove-domain
Remove a domain from the whitelist
Heuristic detection:
Commands that are custom flagging:
/youtube add-keywords keywords:
/contentscan add-keywords keywords: //Scans any kind of domains/links
If executing this command with "orange, apple, banana", this will count as 1 phrase!
The bot will use these 3 separate words and try match against the html content from a domain.
It doesn't matter which order these words are posted. As long as the html content contains all of these 3 words, the bot will flag that domain and sanction the user accordingly.
You can configure additional phrase such as "gold, red, yellow, pink, purple" which means the bot will then scan websites content for any of these phrases.
Note that the bot will not flag the website if the content does not contain all words from the same phrase. Example if the html content contains these words only:
Phrase 1 gold, red
Phrase 2 apple
Then the bot will not flag the url.
It must contain all words from the specific phrases to flag a domain.