misp-objects/objects/fail2ban/definition.json

62 lines
1.6 KiB
JSON
Raw Normal View History

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