From patchwork Fri Mar 1 01:28:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 2111 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id D784788B0B9 for ; Thu, 28 Feb 2019 14:29:37 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 449FLT2WKjz5KgVR; Thu, 28 Feb 2019 14:29:37 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1551364177; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references:list-id:list-unsubscribe:list-subscribe:list-post; bh=NJXCirsuLN7mZXurV9OhcyZ67CY1XVkg8Sp9TlwpSd0=; b=jnJGnlZUK7XUaP3WRlIpQZrwbftTz9EZkeBzSwm+fsGJiQfAUO6p1Qpeqk5gOUWVRavRzQ 6VgrQdNH7wBndn31cajSncSunPyyfYomKwnJohcsbYGQRvWi6x78p8xcakvUa1Np9dojJC y7bkJZo4L8GLurZX94tjfwVZHPkWtaGw95Cxp/tuWKdemQpE3FwofILI+/45XiOAbIKuLl aWrpJxCW/L80+phyyX929IaJ6xeR0GXSdqToFgQksZx/enzD1jC59hQjlhjh3XVGER5nfC h4tancYkcmXrbQr1BPRHbFaRRmpLghSfrI0Sq5/aqMF9GDvpx90cHFVrckgwGg== Received: from ipfire.tremer.co.uk (unknown [88.215.19.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 449FKT2HRkz5KvHQ; Thu, 28 Feb 2019 14:28:45 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1551364125; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=NJXCirsuLN7mZXurV9OhcyZ67CY1XVkg8Sp9TlwpSd0=; b=ibecjvEds/R2qFbnMdsfOUSDRJYPyDUifa5jawjktaJ9EFYQnuI9mB2VxmZW+anuShw/ls hvVACRPD7nXzSucCOmO2/Gt84DFSg2cp43yO9KT9ExzTJiki8djM6EIR0kwANeA0U+4GJz ypv37DSAjsOZg9/i4MRRLZWU1d1CQMnH1duUvi2fpt0tWdJ79dgUz92/RRVhD0iAl5Hg08 pV8ZVbFIz0Ao1TO9vaf9Lfx4xGpQNobTsKVAbjSKjWguWZD+XG5IIgdoxtzdpswdKf2Nvb nUKzgCy6hzuhuFojlxXey2XDaen0PPeZopospRqXmWgKtwlvuhjT7h69VoMJXA== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 11/20] suricata: We do not use any IP reputation lists Date: Thu, 28 Feb 2019 14:28:16 +0000 Message-Id: <20190228142825.5153-12-michael.tremer@ipfire.org> X-Mailer: git-send-email 2.12.2 In-Reply-To: <20190228142825.5153-1-michael.tremer@ipfire.org> References: <20190228142825.5153-1-michael.tremer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=ms smtp.mailfrom=michael.tremer@ipfire.org X-Spamd-Result: default: False [-8.77 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; REPLY(-4.00)[]; DKIM_SIGNED(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM(-2.67)[-0.889,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:31655, ipnet:88.215.0.0/18, country:GB]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-8.77 X-Rspamd-Server: mail01.i.ipfire.org Cc: Michael Tremer X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- config/suricata/suricata.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index 4ef0076eb..85d3c70ba 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -343,12 +343,6 @@ legacy: # - reject # - alert -# IP Reputation -#reputation-categories-file: /etc/suricata/iprep/categories.txt -#default-reputation-path: /etc/suricata/iprep -#reputation-files: -# - reputation.list - # When run with the option --engine-analysis, the engine will read each of # the parameters below, and print reports for each of the enabled sections # and exit. The reports are printed to a file in the default log dir