mirror of https://github.com/MISP/misp-objects
chg: [credential] adding disable correlation when required
parent
98c0bc91e2
commit
0910f0b15f
|
@ -25,6 +25,7 @@
|
|||
"description": "Type of password(s)",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true,
|
||||
"values_list": [
|
||||
"password",
|
||||
"api-key",
|
||||
|
@ -36,6 +37,7 @@
|
|||
"description": "Origin of the credential(s)",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true,
|
||||
"sane_default": [
|
||||
"bruteforce-scanning",
|
||||
"malware-analysis",
|
||||
|
@ -49,6 +51,7 @@
|
|||
"description": "Format of the password(s)",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true,
|
||||
"values_list": [
|
||||
"clear-text",
|
||||
"hashed",
|
||||
|
@ -60,6 +63,7 @@
|
|||
"description": "Mention of any notification(s) towards the potential owner(s) of the credential(s)",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true,
|
||||
"multiple": true,
|
||||
"values_list": [
|
||||
"victim-notified",
|
||||
|
@ -68,7 +72,7 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"version": 3,
|
||||
"version": 4,
|
||||
"description": "Credential describes one or more credential(s) including password(s), api key(s) or decryption key(s).",
|
||||
"meta-category": "misc",
|
||||
"uuid": "a27e98c9-9b0e-414c-8076-d201e039ca09",
|
||||
|
|
Loading…
Reference in New Issue