From: Dirk Brenken Date: Sun, 14 Jul 2024 20:26:36 +0000 (+0200) Subject: banip: update 1.0.0-5 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9968fe6bf770f3a2eac47fbee17511d4144479cf;p=openwrt-packages.git banip: update 1.0.0-5 * filter crappy IP entries from urlhaus feed Signed-off-by: Dirk Brenken --- diff --git a/net/banip/Makefile b/net/banip/Makefile index 92cf70495..9b22116e0 100644 --- a/net/banip/Makefile +++ b/net/banip/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=banip PKG_VERSION:=1.0.0 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Dirk Brenken diff --git a/net/banip/files/banip.feeds b/net/banip/files/banip.feeds index 66d0807c9..801639de1 100644 --- a/net/banip/files/banip.feeds +++ b/net/banip/files/banip.feeds @@ -277,7 +277,7 @@ }, "urlhaus":{ "url_4": "https://urlhaus.abuse.ch/downloads/ids/", - "rule_4": "BEGIN{FS=\";\"}/content:\"127\\./{next}/(content:\"([1-9][0-9]{0,2}\\.){1}([0-9]{1,3}\\.){2}(1?[0-9][0-9]?|2[0-4][0-9]|25[0-5]))/{printf \"%s,\\n\",substr($10,11,length($10)-11)}", + "rule_4": "BEGIN{FS=\";\"}/content:\"127\\./{next}/(content:\"([1-9][0-9]{0,2}\\.){1}([0-9]{1,3}\\.){2}(1?[0-9][0-9]?|2[0-4][0-9]|25[0-5])\")/{printf \"%s,\\n\",substr($10,11,length($10)-11)}", "descr": "urlhaus IDS IPs" }, "urlvir":{