mirror of https://github.com/MISP/misp-objects
chg: disable correlations in fail2ban
parent
7c2e07a50b
commit
3d0540a671
|
@ -13,35 +13,41 @@
|
|||
"processing-timestamp": {
|
||||
"description": "Timestamp of the report",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "datetime"
|
||||
"misp-attribute": "datetime",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"attack-type": {
|
||||
"description": "Type of the attack",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "text"
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"failures": {
|
||||
"description": "Amount of failures that lead to the ban.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "counter"
|
||||
"misp-attribute": "counter",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"sensor": {
|
||||
"description": "Identifier of the sensor",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "text"
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"victim": {
|
||||
"description": "Identifier of the victim",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "text"
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"logline": {
|
||||
"description": "Example log line that caused the ban.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "text"
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true
|
||||
}
|
||||
},
|
||||
"version": 3,
|
||||
"version": 4,
|
||||
"description": "Fail2ban event",
|
||||
"meta-category": "network",
|
||||
"uuid": "8be2271-7326-41a5-a0dd-9b4bec88e1ba",
|
||||
|
|
Loading…
Reference in New Issue