ISX Solutions Blocklist

https://bl.isx.fr/raw Rohliste öffnen
68Einträge
+6 -33letzte Änderung
zuletzt aktualisiert
970,0 BGröße
vor 1 Tagzuletzt 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://bl.isx.fr/raw" 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://bl.isx.fr/raw" dst-path=blocklist.txt
:foreach line in=[/file get blocklist.txt contents] do={
  /ip firewall address-list add list=blocklist address=$line comment="ISX Solutions Blocklist"
}

Use the list in the firewall

/ip firewall filter add chain=forward src-address-list=blocklist action=drop comment="ISX Solutions Blocklist"
/ip firewall filter add chain=forward dst-address-list=blocklist action=drop comment="ISX Solutions Blocklist"

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

  • 37.110.211.152
  • 120.236.124.115
  • 136.144.238.41
  • 151.115.80.234
  • 196.251.121.140
  • 212.28.188.227

Kürzlich entfernte Einträge

  • 14.17.84.157
  • 45.13.214.136
  • 46.105.56.233
  • 64.89.161.75
  • 70.32.96.105
  • 77.55.209.52
  • 77.55.215.32
  • 92.124.114.107
  • 101.255.140.33
  • 102.212.232.10
  • 102.216.237.30
  • 102.220.160.129
  • 103.81.191.118
  • 103.86.197.252
  • 103.157.26.80
  • 105.27.127.194
  • 114.130.70.36
  • 114.130.145.30
  • 118.91.160.234
  • 121.56.214.16
  • 122.176.164.111
  • 141.98.9.85
  • 144.48.139.110
  • 170.81.239.78
  • 170.245.29.113
Nach oben scrollen