mirror of https://github.com/MISP/misp-objects
chg: [object field] add link for user-account page
parent
329d92162c
commit
e4d217172e
|
@ -3,7 +3,7 @@
|
||||||
"uuid": "49606b06-22f0-4ac8-8eee-2f12ad46f3d3",
|
"uuid": "49606b06-22f0-4ac8-8eee-2f12ad46f3d3",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"description": "",
|
"description": "",
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"password",
|
"password",
|
||||||
"username",
|
"username",
|
||||||
|
@ -54,6 +54,11 @@
|
||||||
"windows-domain"
|
"windows-domain"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"link": {
|
||||||
|
"description": "Original link into the account page (Supposed harmless)",
|
||||||
|
"ui-priority": 1,
|
||||||
|
"misp-attribute": "link"
|
||||||
|
},
|
||||||
"is_service_account": {
|
"is_service_account": {
|
||||||
"description": "Specifies if the account is associated with a network service.",
|
"description": "Specifies if the account is associated with a network service.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
|
Loading…
Reference in New Issue