DangerRulezSK Brute Force Blocker

https://danger.rulez.sk/projects/bruteforceblocker/blist.php Rohliste öffnen
574Einträge
+23 -15letzte Änderung
zuletzt aktualisiert
27,3 KBGröße
vor 6 Stundenzuletzt geprüft

Beschreibung

Filterliste aus den Bereichen Malware. Format: IPs (IPv4). Einzelheiten und Aufnahmekriterien stehen auf der Projektseite.

Integration

Address list per script

Fetch the list and import it into an address list called blocklist:

/tool fetch url="https://danger.rulez.sk/projects/bruteforceblocker/blist.php" dst-path=blocklist.rsc
/import blocklist.rsc

If the list is a plain text file with one address or CIDR per line, convert it first:

/tool fetch url="https://danger.rulez.sk/projects/bruteforceblocker/blist.php" dst-path=blocklist.txt
:foreach line in=[/file get blocklist.txt contents] do={
  /ip firewall address-list add list=blocklist address=$line comment="DangerRulezSK Brute Force Blocker"
}

Use the list in the firewall

/ip firewall filter add chain=forward src-address-list=blocklist action=drop comment="DangerRulezSK Brute Force Blocker"
/ip firewall filter add chain=forward dst-address-list=blocklist action=drop comment="DangerRulezSK Brute Force Blocker"

Schedule the fetch with /system scheduler to keep the list current. Very large lists consume RAM, so check the available memory of your device first.

MikroTik RouterOS Dokumentation

Letzte Änderungen

Kürzlich hinzugefügte Einträge

  • 27.79.5.78
  • 104.199.62.118
  • 34.53.212.152
  • 102.220.160.110
  • 104.199.29.222
  • 185.189.45.230
  • 34.62.201.115
  • 102.220.160.170
  • 130.12.182.110
  • 34.62.4.40
  • 130.12.182.122
  • 42.101.43.119
  • 80.232.225.253
  • 91.92.40.76
  • 34.53.218.212
  • 82.152.211.215
  • 130.12.181.23
  • 130.12.181.21
  • 130.12.182.93
  • 35.241.227.11
  • 101.47.134.74
  • 102.220.160.237
  • 34.79.143.21

Kürzlich entfernte Einträge

  • 27.79.2.42
  • 171.231.194.150
  • 94.183.177.21
  • 94.183.187.22
  • 207.175.27.144
  • 34.76.179.114
  • 34.62.27.196
  • 34.79.217.97
  • 69.5.7.63
  • 192.227.221.227
  • 34.22.183.121
  • 207.57.124.34
  • 155.94.142.85
  • 34.52.168.223
  • 2.189.130.67
Nach oben scrollen