EmergingThreats Compromised IPs

https://rules.emergingthreats.net/blockrules/compromised-ips.txt Rohliste öffnen
564Einträge
+37 -17letzte Änderung
zuletzt aktualisiert
7,8 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://rules.emergingthreats.net/blockrules/compromised-ips.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://rules.emergingthreats.net/blockrules/compromised-ips.txt" dst-path=blocklist.txt
:foreach line in=[/file get blocklist.txt contents] do={
  /ip firewall address-list add list=blocklist address=$line comment="EmergingThreats Compromised IPs"
}

Use the list in the firewall

/ip firewall filter add chain=forward src-address-list=blocklist action=drop comment="EmergingThreats Compromised IPs"
/ip firewall filter add chain=forward dst-address-list=blocklist action=drop comment="EmergingThreats Compromised IPs"

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

  • 103.183.5.58
  • 103.229.125.91
  • 116.110.6.69
  • 118.145.234.151
  • 1.231.29.229
  • 133.242.132.48
  • 146.56.103.89
  • 163.7.9.194
  • 170.246.145.211
  • 181.209.31.2
  • 185.132.43.9
  • 185.45.204.129
  • 188.6.165.216
  • 194.124.211.242
  • 195.122.18.146
  • 196.196.41.130
  • 196.43.196.30
  • 197.140.142.167
  • 200.194.238.229
  • 201.219.218.130
  • 210.116.106.156
  • 211.169.31.243
  • 34.38.67.206
  • 34.78.125.91
  • 34.79.225.51

Kürzlich entfernte Einträge

  • 103.19.196.230
  • 106.12.168.187
  • 108.165.164.23
  • 115.21.125.227
  • 116.110.156.139
  • 116.110.209.234
  • 116.110.5.4
  • 120.71.5.15
  • 152.53.225.147
  • 171.231.183.213
  • 171.231.190.24
  • 211.194.143.110
  • 31.56.206.108
  • 34.156.170.224
  • 45.154.244.193
  • 51.195.223.189
  • 79.72.3.119
Nach oben scrollen