MyIP Blacklist

https://myip.ms/files/blacklist/general/latest_blacklist.txt Rohliste öffnen
1.136Einträge
+53 -15letzte Änderung
zuletzt aktualisiert
75,1 KBGröß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://myip.ms/files/blacklist/general/latest_blacklist.txt" 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://myip.ms/files/blacklist/general/latest_blacklist.txt" dst-path=blocklist.txt
:foreach line in=[/file get blocklist.txt contents] do={
  /ip firewall address-list add list=blocklist address=$line comment="MyIP Blacklist"
}

Use the list in the firewall

/ip firewall filter add chain=forward src-address-list=blocklist action=drop comment="MyIP Blacklist"
/ip firewall filter add chain=forward dst-address-list=blocklist action=drop comment="MyIP Blacklist"

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

  • 216.73.216.98
  • 136.113.247.171
  • 34.24.153.122
  • 170.106.52.71
  • 20.245.132.44
  • 43.243.206.229
  • 145.223.131.130
  • 216.73.217.22
  • 82.38.180.188
  • 43.166.223.93
  • 34.13.130.54
  • 34.187.26.60
  • 43.166.220.233
  • 43.130.132.195
  • 35.204.191.74
  • 216.73.216.226
  • 145.223.140.114
  • 82.38.180.44
  • 84.75.155.55
  • 74.7.228.244
  • 74.7.229.147
  • 74.7.242.167
  • 74.7.228.247
  • 34.32.226.66
  • 84.75.148.225

Kürzlich entfernte Einträge

  • 35.192.118.43
  • 52.225.38.131
  • 116.206.59.29
  • 216.73.216.67
  • 20.163.111.226
  • 47.128.96.150
  • 34.62.57.219
  • 172.185.24.160
  • 95.27.40.72
  • 47.128.96.172
  • 216.73.216.176
  • 47.57.242.119
  • 47.57.232.232
  • 8.212.10.159
  • 2c0f:fe38:2296:dd6a:cdbe:4fc9:af0d:3d88
Nach oben scrollen