chg: Fix&update fail2ban def

pull/86/head
Raphaël Vinot 2018-03-26 11:41:00 +02:00
parent 61fd6728d9
commit 1f8fd57d69
1 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"banned-ip": {
"description": "IP Address banned by fail2ban",
"ui-priority": 1,
"misp-attribute": "ipsrc"
"misp-attribute": "ip-src"
},
"timestamp": {
"description": "Timestamp of the report",
@ -34,6 +34,11 @@
"description": "Identifier of the victim",
"ui-priority": 1,
"misp-attribute": "text"
},
"logline": {
"description": "Example log line that caused the ban.",
"ui-priority": 1,
"misp-attribute": "text"
}
},
"version": 1,