mirror of https://github.com/MISP/misp-objects
fix: TYPO
parent
b96e7ed8be
commit
ddff56f52c
|
@ -13,32 +13,32 @@
|
||||||
"description": "A description of the user account.",
|
"description": "A description of the user account.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attributes": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"username": {
|
"username": {
|
||||||
"description": "Username related to the password.",
|
"description": "Username related to the password.",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attributes": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"user-id": {
|
"user-id": {
|
||||||
"description": "Identifier of the account.",
|
"description": "Identifier of the account.",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attributes": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"password": {
|
"password": {
|
||||||
"description": "Password related to the username.",
|
"description": "Password related to the username.",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attributes": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"display-name": {
|
"display-name": {
|
||||||
"description": "Display name of the account.",
|
"description": "Display name of the account.",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attributes": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"account-type": {
|
"account-type": {
|
||||||
"description": "Type of the account.",
|
"description": "Type of the account.",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attributes": "text",
|
"misp-attribute": "text",
|
||||||
"sane_default": [
|
"sane_default": [
|
||||||
"facebook",
|
"facebook",
|
||||||
"ldap",
|
"ldap",
|
||||||
|
@ -57,80 +57,80 @@
|
||||||
"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,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attributes": "boolean"
|
"misp-attribute": "boolean"
|
||||||
},
|
},
|
||||||
"privileged": {
|
"privileged": {
|
||||||
"description": "Specifies if the account has privileges such as root rights.",
|
"description": "Specifies if the account has privileges such as root rights.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attributes": "boolean"
|
"misp-attribute": "boolean"
|
||||||
},
|
},
|
||||||
"can_escalate_privs": {
|
"can_escalate_privs": {
|
||||||
"description": "Specifies if the account has the ability to escalate privileges.",
|
"description": "Specifies if the account has the ability to escalate privileges.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attributes": "boolean"
|
"misp-attribute": "boolean"
|
||||||
},
|
},
|
||||||
"disabled": {
|
"disabled": {
|
||||||
"description": "Specifies if the account is desabled.",
|
"description": "Specifies if the account is desabled.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attributes": "boolean"
|
"misp-attribute": "boolean"
|
||||||
},
|
},
|
||||||
"created": {
|
"created": {
|
||||||
"description": "Creation time of the account.",
|
"description": "Creation time of the account.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attributes": "datetime"
|
"misp-attribute": "datetime"
|
||||||
},
|
},
|
||||||
"expires": {
|
"expires": {
|
||||||
"description": "Expiration time of the account",
|
"description": "Expiration time of the account",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attributes": "datetime"
|
"misp-attribute": "datetime"
|
||||||
},
|
},
|
||||||
"first_login": {
|
"first_login": {
|
||||||
"description": "First time someone logged in to the account.",
|
"description": "First time someone logged in to the account.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attributes": "datetime"
|
"misp-attribute": "datetime"
|
||||||
},
|
},
|
||||||
"last_login": {
|
"last_login": {
|
||||||
"description": "Last time someone logged in to the account.",
|
"description": "Last time someone logged in to the account.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attributes": "datetime"
|
"misp-attribute": "datetime"
|
||||||
},
|
},
|
||||||
"password_last_changed": {
|
"password_last_changed": {
|
||||||
"description": "Last time the password has been changed.",
|
"description": "Last time the password has been changed.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attributes": "datetime"
|
"misp-attribute": "datetime"
|
||||||
},
|
},
|
||||||
"group-id": {
|
"group-id": {
|
||||||
"description": "Identifier of the primary group of the account, in case of a UNIX account.",
|
"description": "Identifier of the primary group of the account, in case of a UNIX account.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attributes": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"group": {
|
"group": {
|
||||||
"description": "UNIX group(s) the account is member of.",
|
"description": "UNIX group(s) the account is member of.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attributes": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": true
|
"multiple": true
|
||||||
},
|
},
|
||||||
"home_dir": {
|
"home_dir": {
|
||||||
"description": "Home directory of the UNIX account.",
|
"description": "Home directory of the UNIX account.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attributes": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"shell": {
|
"shell": {
|
||||||
"description": "UNIX command shell of the account.",
|
"description": "UNIX command shell of the account.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attributes": "text"
|
"misp-attribute": "text"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue