2018-03-26 10:54:44 +02:00
|
|
|
{
|
|
|
|
"attributes": {
|
|
|
|
"attack-type": {
|
|
|
|
"description": "Type of the attack",
|
2020-04-26 02:10:02 +02:00
|
|
|
"disable_correlation": true,
|
2018-03-26 17:27:55 +02:00
|
|
|
"misp-attribute": "text",
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"banned-ip": {
|
|
|
|
"description": "IP Address banned by fail2ban",
|
|
|
|
"misp-attribute": "ip-src",
|
|
|
|
"ui-priority": 1
|
2018-03-26 10:54:44 +02:00
|
|
|
},
|
|
|
|
"failures": {
|
|
|
|
"description": "Amount of failures that lead to the ban.",
|
2020-04-26 02:10:02 +02:00
|
|
|
"disable_correlation": true,
|
2018-03-26 17:27:55 +02:00
|
|
|
"misp-attribute": "counter",
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"logfile": {
|
|
|
|
"description": "Full logfile related to the attack.",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "attachment",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"logline": {
|
|
|
|
"description": "Example log line that caused the ban.",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"processing-timestamp": {
|
|
|
|
"description": "Timestamp of the report",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"ui-priority": 1
|
2018-03-26 10:54:44 +02:00
|
|
|
},
|
|
|
|
"sensor": {
|
|
|
|
"description": "Identifier of the sensor",
|
2020-04-26 02:10:02 +02:00
|
|
|
"disable_correlation": true,
|
2018-03-26 17:27:55 +02:00
|
|
|
"misp-attribute": "text",
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 1
|
2018-03-26 10:54:44 +02:00
|
|
|
},
|
|
|
|
"victim": {
|
|
|
|
"description": "Identifier of the victim",
|
2020-04-26 02:10:02 +02:00
|
|
|
"disable_correlation": true,
|
2018-03-26 17:27:55 +02:00
|
|
|
"misp-attribute": "text",
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 1
|
2018-03-26 10:54:44 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Fail2ban event",
|
|
|
|
"meta-category": "network",
|
2020-04-26 02:10:02 +02:00
|
|
|
"name": "fail2ban",
|
|
|
|
"required": [
|
|
|
|
"banned-ip",
|
|
|
|
"processing-timestamp",
|
|
|
|
"attack-type"
|
|
|
|
],
|
2018-03-26 10:54:44 +02:00
|
|
|
"uuid": "8be2271-7326-41a5-a0dd-9b4bec88e1ba",
|
2020-04-26 02:10:02 +02:00
|
|
|
"version": 5
|
|
|
|
}
|