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",
|
||||
"meta-category": "misc",
|
||||
"description": "",
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"requiredOneOf": [
|
||||
"password",
|
||||
"username",
|
||||
|
@ -54,6 +54,11 @@
|
|||
"windows-domain"
|
||||
]
|
||||
},
|
||||
"link": {
|
||||
"description": "Original link into the account page (Supposed harmless)",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "link"
|
||||
},
|
||||
"is_service_account": {
|
||||
"description": "Specifies if the account is associated with a network service.",
|
||||
"disable_correlation": true,
|
||||
|
|
Loading…
Reference in New Issue