Greensnow Blocklist

https://blocklist.greensnow.co/greensnow.txt Rohliste öffnen
4.467Einträge
+533 -501letzte Änderung
zuletzt aktualisiert
62,5 KBGröße
vor 24 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://blocklist.greensnow.co/greensnow.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://blocklist.greensnow.co/greensnow.txt" dst-path=blocklist.txt
:foreach line in=[/file get blocklist.txt contents] do={
  /ip firewall address-list add list=blocklist address=$line comment="Greensnow Blocklist"
}

Use the list in the firewall

/ip firewall filter add chain=forward src-address-list=blocklist action=drop comment="Greensnow Blocklist"
/ip firewall filter add chain=forward dst-address-list=blocklist action=drop comment="Greensnow 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

  • 39.103.169.109
  • 79.124.58.18
  • 105.235.100.12
  • 60.173.151.40
  • 60.173.161.143
  • 85.217.140.41
  • 223.15.242.2
  • 185.177.159.136
  • 212.83.184.17
  • 85.204.70.98
  • 146.70.194.220
  • 146.70.194.222
  • 223.197.186.7
  • 203.205.37.233
  • 83.235.16.111
  • 195.178.191.5
  • 103.237.144.204
  • 216.180.246.96
  • 216.180.246.182
  • 165.154.36.71
  • 45.172.152.74
  • 119.246.15.94
  • 34.142.110.144
  • 172.104.241.92
  • 200.196.50.91

Kürzlich entfernte Einträge

  • 39.105.15.222
  • 78.128.114.166
  • 14.170.154.13
  • 85.217.140.15
  • 85.217.140.51
  • 202.149.205.100
  • 47.102.213.58
  • 125.229.177.196
  • 91.107.118.186
  • 143.244.57.88
  • 146.70.194.228
  • 82.162.245.26
  • 221.213.129.46
  • 103.57.133.61
  • 216.180.246.191
  • 218.56.160.82
  • 216.180.246.78
  • 150.107.36.82
  • 216.180.246.178
  • 222.108.100.117
  • 183.91.11.36
  • 79.124.49.70
  • 171.244.37.103
  • 50.6.207.27
  • 103.187.147.214
Nach oben scrollen