mirror of https://github.com/MISP/misp-objects
fix: disable correlation for compression algorithms
parent
a93a285132
commit
4ed961f5e6
|
@ -114,7 +114,8 @@
|
||||||
"description": "SSH compression algorithm supported in the session",
|
"description": "SSH compression algorithm supported in the session",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text",
|
||||||
|
"disable_correlation": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 2,
|
"version": 2,
|
||||||
|
|
Loading…
Reference in New Issue