mirror of https://github.com/MISP/misp-objects
add: [passive-ssh] Added `banner` & `hassh` attributes
parent
cd3f54747a
commit
de7792373c
|
@ -1,5 +1,15 @@
|
||||||
{
|
{
|
||||||
"attributes": {
|
"attributes": {
|
||||||
|
"banner": {
|
||||||
|
"categories": [
|
||||||
|
"Network activity",
|
||||||
|
"External analysis"
|
||||||
|
],
|
||||||
|
"description": "SSH banner",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"base64": {
|
"base64": {
|
||||||
"description": "Base64 representation of the ssh-key",
|
"description": "Base64 representation of the ssh-key",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -20,6 +30,11 @@
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"hassh": {
|
||||||
|
"description": "Hassh fingerprint",
|
||||||
|
"misp-attribute": "hassh-md5",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"host": {
|
"host": {
|
||||||
"categories": [
|
"categories": [
|
||||||
"Network activity",
|
"Network activity",
|
||||||
|
@ -43,8 +58,9 @@
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"host",
|
"host",
|
||||||
"base64",
|
"base64",
|
||||||
"fingerprint"
|
"fingerprint",
|
||||||
|
"hassh"
|
||||||
],
|
],
|
||||||
"uuid": "ec350cdf-2311-4df5-972a-a4342a2c0065",
|
"uuid": "ec350cdf-2311-4df5-972a-a4342a2c0065",
|
||||||
"version": 1
|
"version": 2
|
||||||
}
|
}
|
Loading…
Reference in New Issue