misp-objects/objects/credential/definition.json

80 lines
2.0 KiB
JSON

{
"attributes": {
"format": {
"description": "Format of the password(s)",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1,
"values_list": [
"clear-text",
"hashed",
"encrypted",
"unknown"
]
},
"notification": {
"description": "Mention of any notification(s) towards the potential owner(s) of the credential(s)",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1,
"values_list": [
"victim-notified",
"service-notified",
"none"
]
},
"origin": {
"description": "Origin of the credential(s)",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"bruteforce-scanning",
"malware-analysis",
"memory-analysis",
"network-analysis",
"leak",
"unknown"
],
"ui-priority": 1
},
"password": {
"description": "Password",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"text": {
"description": "A description of the credential(s)",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"type": {
"description": "Type of password(s)",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1,
"values_list": [
"password",
"api-key",
"encryption-key",
"unknown"
]
},
"username": {
"description": "Username related to the password(s)",
"misp-attribute": "text",
"ui-priority": 1
}
},
"description": "Credential describes one or more credential(s) including password(s), api key(s) or decryption key(s).",
"meta-category": "misc",
"name": "credential",
"requiredOneOf": [
"password",
"username"
],
"uuid": "a27e98c9-9b0e-414c-8076-d201e039ca09",
"version": 4
}