From patchwork Thu Feb 20 21:13:23 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8472 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4YzQwb2sw2z3x1v for ; Thu, 20 Feb 2025 21:13:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4YzQwX5Z7qz2S0; Thu, 20 Feb 2025 21:13:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4YzQwX0xyYz33g7; Thu, 20 Feb 2025 21:13:32 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4YzQwT6Llwz2yHY for ; Thu, 20 Feb 2025 21:13:29 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4YzQwS69bJzH4; Thu, 20 Feb 2025 21:13:28 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1740086008; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=JqjVurH7psu48GhtyeWRC5Xm+XAivKvoh5GhuatF2h4=; b=zRBfIGTzeZmZXc/nC0ZoYqY/Y3DNFudz6wEBlJgl7kT6uMDNhnjzKz38wmMULs1WDRADTw 6EuthddxUHZfI8CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1740086008; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=JqjVurH7psu48GhtyeWRC5Xm+XAivKvoh5GhuatF2h4=; b=jeEzQM6vV1x9xupqIKj81x2BhBxcjj3/8HZ/ZuzpyAf2+kVC6s6AkRis80a0kvhKjk5Iqg mZC9qW4fvfqPSQzsktyFtl7ikDsaoCqTLsf/Z+zvZtZMwUTubPFkvHjZd3yPxo3Vx93mco Z0iFXPav/8n39JVjCfSGIgzfyE3ZE+G/1fLcVyhRfjNUZC961pCZv96oZ/8B2IFfiwP8fE DR7kUFZyzMH7C8iVYS6L54t07Mr5VM45mLCOxN1HNaV6mICy/tS4Fv1Ue9fu++zV1FViTB qHGU48Ocf+fUgc82pDM5XMuHU2bw6QwCIskChRNjSIy8UGID/eqOtGzIP1PU5A== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/3] sources: Remove ABUSECH_BOTNETC2 from ipblocklist sources Date: Thu, 20 Feb 2025 22:13:23 +0100 Message-ID: <20250220211325.3273650-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: NWIN4TPHCHOORPPZKAAHHBDFZ5CJPSN3 X-Message-ID-Hash: NWIN4TPHCHOORPPZKAAHHBDFZ5CJPSN3 X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Abuse.ch deprecated the ABUSECH_BOTNETC2 list on 3rd Jan 2025 without any warning or notification except for the deprecation message in the block list. - This patch removes that list from the ipblocklist sources. - This is part of a patch set that also removes this list from the files in users systems and from any restore from an earlier backup when the updates sources list is issued. Signed-off-by: Adolf Belka --- config/ipblocklist/sources | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/config/ipblocklist/sources b/config/ipblocklist/sources index 158c8bc20..a25353528 100644 --- a/config/ipblocklist/sources +++ b/config/ipblocklist/sources @@ -128,11 +128,5 @@ our %sources = ( 'EMERGING_FWRULE' => { 'name' => 'Emerging Threats Blocklis 'info' => 'https://blacklist.3coresec.net', 'parser' => 'ip-or-net-list', 'rate' => '1d', - 'category' => 'attacker' }, - 'ABUSECH_BOTNETC2' => { 'name' => 'ABUSE.ch Botnet C2 IP Blocklist', - 'url' => 'https://sslbl.abuse.ch/blacklist/sslipblacklist.txt', - 'info' => 'https://sslbl.abuse.ch/blacklist#botnet-c2-ips-csv', - 'parser' => 'ip-or-net-list', - 'rate' => '5m', - 'category' => 'reputation' } + 'category' => 'attacker' } );