All Projects → pwlgrzs → Mikrotik-Blacklist

pwlgrzs / Mikrotik-Blacklist

Licence: other
Mikrotik friendly blacklist to filter all these damn hackers.

Programming Languages

RouterOS Script
5 projects

Projects that are alternatives of or similar to Mikrotik-Blacklist

mikrotik-fwban
Use your Mikrotik firewall to do fail2ban like blocking of unwanted IPs. Written in Go
Stars: ✭ 22 (-68.57%)
Mutual labels:  mikrotik, firewall
ddos-mitigation
Tips to mitigate and secure your large-scale server against DDoS attacks.
Stars: ✭ 58 (-17.14%)
Mutual labels:  firewall
tunman
Comprehensive solution for SSH tunnels - respawning, healthchecking/monitoring
Stars: ✭ 43 (-38.57%)
Mutual labels:  firewall
emailSpam
An email spam bot written in Python, to send emails to specified addresses. Use with caution.
Stars: ✭ 70 (+0%)
Mutual labels:  spam
dots
digital ocean api typescript/javascript wrapper
Stars: ✭ 65 (-7.14%)
Mutual labels:  firewall
Silverdog
An audio firewall for Chrome!
Stars: ✭ 65 (-7.14%)
Mutual labels:  firewall
npk-tools
Mikrotik's NPK files managing tools
Stars: ✭ 63 (-10%)
Mutual labels:  mikrotik
butterfly
Butterfly connects Virtual Machines and control their traffic flow
Stars: ✭ 48 (-31.43%)
Mutual labels:  firewall
Smart-Facebook-Spambot
This software helps in automatically sending the posts to different colleges groups based on several searching and filtering algorithms and then monitor those posts to draw some useful conclusions. It is very helpful in publicizing the college fests and events which saves a lot of work of the organizers.
Stars: ✭ 24 (-65.71%)
Mutual labels:  spam
Hermes-Secure-Email-Gateway
Hermes Secure Email Gateway is a Free Open Source Ubuntu 18.04 or 20.04 Server based Email Gateway that provides Spam, Virus and Malware protection, full in-transit and at-rest email encryption as well as email archiving. It features the latest email authentication techniques such as SPF, DKIM and DMARC.
Stars: ✭ 35 (-50%)
Mutual labels:  spam
docker-routeros
Mikrotik RouterOS inside Docker container
Stars: ✭ 225 (+221.43%)
Mutual labels:  mikrotik
phpmixbill
PHP Mikrotik Billing - Voucher management for Mikrotik Hotspot
Stars: ✭ 134 (+91.43%)
Mutual labels:  mikrotik
aws-network-firewall-deployment-automations-for-aws-transit-gateway
AWS Network Firewall Deployment Automations for AWS Transit Gateway configures the AWS resources needed to filter network traffic. This solution saves you time by automating the process of provisioning a centralized AWS Network Firewall to inspect traffic between your Amazon VPCs.
Stars: ✭ 20 (-71.43%)
Mutual labels:  firewall
DirectFire Converter
DirectFire Firewall Converter - Network Security, Next-Generation Firewall Configuration Conversion, Firewall Syntax Translation and Firewall Migration Tool - supports Cisco ASA, Fortinet FortiGate (FortiOS), Juniper SRX (JunOS), SSG / Netscreen (ScreenOS) and WatchGuard (support for further devices in development). Similar to FortiConverter, Sm…
Stars: ✭ 34 (-51.43%)
Mutual labels:  firewall
opnsense-starterkit
Try opnsense, build opnsense images or start development
Stars: ✭ 18 (-74.29%)
Mutual labels:  firewall
laravel-akismet
Akismet for Laravel 8.x/9.x
Stars: ✭ 85 (+21.43%)
Mutual labels:  spam
Easy-HotSpot
Easy HotSpot is a super easy WiFi hotspot user management utility for Mikrotik RouterOS based Router devices. Voucher printing in 6 ready made templates are available. Can be installed in any PHP/MySql enabled servers locally or in Internet web servers. Uses the PHP PEAR2 API Client by boenrobot.
Stars: ✭ 45 (-35.71%)
Mutual labels:  mikrotik
RouterOS Useful Scripts
MikroTik RouterOS Useful Scripts for various use
Stars: ✭ 66 (-5.71%)
Mutual labels:  mikrotik
disposable-email-domain-list
A list of disposable email domains, cleaned and validated by scanning MX records.
Stars: ✭ 68 (-2.86%)
Mutual labels:  spam
mikrotik-json-parser
JSON parser library for RouterOS
Stars: ✭ 41 (-41.43%)
Mutual labels:  mikrotik

Mikrotik-Blacklist

This is a blocklist I use with on my Mikrotik router to block all connections from known spam/criminal/etc. networks.

Every couple days I pull lists from:

  • Spamhaus (DROP & EDROP)
  • dShield
  • blacklist.de (all.txt)
  • Feodo

and reformat it to allow automatic import to MT routers. This is automated process so if you see errors in the final list open an issue please.

How to run this on MT

Run following to your MT device with not less that 7d schedule (sources are not updated more frequently anyway):

Download script:
/tool fetch url="https://raw.githubusercontent.com/pwlgrzs/Mikrotik-Blacklist/master/blacklist.rsc" mode=https
Install script:
/ip firewall address-list remove [find where list="pwlgrzs-blacklist"]; /import file-name=blacklist.rsc

You'll also need firewall rule:
/ip firewall filter add chain=input action=drop connection-state=new src-address-list=pwlgrzs-blacklist in-interface=IFNAME
Note: Replace IFNAME in-interface name with one you have configured

Check out more detailed instructions here.

You can also import install.rsc file, it will do all of above for you.
Upload to MT and run /import file-name=install.rsc in terminal. You still need to manually add firewall rule.

TODO

  • Add more sources.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].