mirror of https://github.com/MISP/misp-objects
72 lines
1.8 KiB
JSON
72 lines
1.8 KiB
JSON
{
|
|
"attributes": {
|
|
"first-seen": {
|
|
"description": "First time the ssh authorized keys file has been seen",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "datetime",
|
|
"ui-priority": 0
|
|
},
|
|
"full-line": {
|
|
"description": "One full-line of the authorized key file",
|
|
"misp-attribute": "text",
|
|
"multiple": true,
|
|
"ui-priority": 0
|
|
},
|
|
"hostname": {
|
|
"categories": [
|
|
"Network activity",
|
|
"External analysis"
|
|
],
|
|
"description": "hostname",
|
|
"misp-attribute": "hostname",
|
|
"multiple": true,
|
|
"ui-priority": 1
|
|
},
|
|
"ip": {
|
|
"categories": [
|
|
"Network activity",
|
|
"External analysis"
|
|
],
|
|
"description": "IP Address",
|
|
"misp-attribute": "ip-dst",
|
|
"multiple": true,
|
|
"ui-priority": 1
|
|
},
|
|
"key": {
|
|
"description": "Public key in base64 as found in the authorized key file",
|
|
"misp-attribute": "text",
|
|
"multiple": true,
|
|
"ui-priority": 0
|
|
},
|
|
"key-id": {
|
|
"description": "Key-id and option part of the public key line",
|
|
"misp-attribute": "text",
|
|
"multiple": true,
|
|
"ui-priority": 0
|
|
},
|
|
"last-seen": {
|
|
"description": "Last time the ssh authorized keys file has been seen",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "datetime",
|
|
"ui-priority": 0
|
|
},
|
|
"text": {
|
|
"description": "A description of the ssh authorized keys",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "text",
|
|
"recommended": false,
|
|
"ui-priority": 1
|
|
}
|
|
},
|
|
"description": "An object to store ssh authorized keys file.",
|
|
"meta-category": "network",
|
|
"name": "ssh-authorized-keys",
|
|
"requiredOneOf": [
|
|
"ip",
|
|
"hostname",
|
|
"full-line",
|
|
"key"
|
|
],
|
|
"uuid": "d1db3e4d-c932-4d8b-a915-4cff088cb678",
|
|
"version": 1
|
|
} |