Malware Domain List (IPs)

von Malware Domain List Community Malware IP / CIDR
https://www.malwaredomainlist.com/hostslist/ip.txt Rohliste öffnen
-Einträge
+0 -0letzte Änderung
zuletzt aktualisiert
-Größe
vor 3 Stundenzuletzt geprüft
Die letzte Prüfung ist fehlgeschlagen: fetch failed

Beschreibung

Filterliste aus den Bereichen Malware. Format: IPs (IPv4). Betreut von Malware Domain List Community. 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://www.malwaredomainlist.com/hostslist/ip.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://www.malwaredomainlist.com/hostslist/ip.txt" dst-path=blocklist.txt
:foreach line in=[/file get blocklist.txt contents] do={
  /ip firewall address-list add list=blocklist address=$line comment="Malware Domain List (IPs)"
}

Use the list in the firewall

/ip firewall filter add chain=forward src-address-list=blocklist action=drop comment="Malware Domain List (IPs)"
/ip firewall filter add chain=forward dst-address-list=blocklist action=drop comment="Malware Domain List (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

Kürzlich entfernte Einträge

Nach oben scrollen