From 206da3b10087516c37a895a48d3c2ac1ad25dc09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 27 Mar 2018 10:25:54 +0200 Subject: [PATCH] new: Attach logfile to fail2ban --- objects/fail2ban/definition.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/objects/fail2ban/definition.json b/objects/fail2ban/definition.json index a7dfe3b..90b0151 100644 --- a/objects/fail2ban/definition.json +++ b/objects/fail2ban/definition.json @@ -45,9 +45,15 @@ "ui-priority": 1, "misp-attribute": "text", "disable_correlation": true + }, + "logfile": { + "description": "Full logfile related to the attack.", + "ui-priority": 1, + "misp-attribute": "attachment", + "disable_correlation": true } }, - "version": 4, + "version": 5, "description": "Fail2ban event", "meta-category": "network", "uuid": "8be2271-7326-41a5-a0dd-9b4bec88e1ba",