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