add impersonation object

pull/201/head
Deborah Servili 2019-09-09 16:36:16 +02:00
parent 65d37d8167
commit 0d40f64815
No known key found for this signature in database
GPG Key ID: 7E3A832850D4D7D1
1 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,73 @@
{
"attributes": {
"type-of-account": {
"description": "Type of the impersonated account",
"ui-priority": 1,
"misp-attribute": "text",
"disable_correlation": true,
"sane_default": [
"Twitter",
"Facebook",
"LinkedIn",
"Reddit",
"Google+",
"Instagram",
"Forum",
"Other"
]
},
"account-url": {
"description": "url of the impersonating account",
"ui-priority": 1,
"misp-attribute": "url"
},
"account-name": {
"description": "Name of the impersonating account",
"ui-priority": 1,
"misp-attribute": "text"
},
"impersonated-account-url": {
"description": "url of the impersonated account",
"ui-priority": 1,
"misp-attribute": "link"
},
"impersonated-account-name": {
"description": "Name of the impersonated account",
"ui-priority": 1,
"misp-attribute": "text"
},
"real-name": {
"description": "Real name of the impersonated person or entity",
"ui-priority": 1,
"misp-attribute": "text"
},
"type": {
"description": "",
"ui-priority": 1,
"misp-attribute": "text",
"disable_correlation": true,
"sane_default": [
"Person",
"Association",
"Enterprise",
"Other"
]
},
"objective": {
"description": "Objective of the impersonation",
"ui-priority": 1,
"misp-attribute": "text",
"disable_correlation": true,
"multiple": true,
"sane_default": [
"Infomation stealing",
"Other"
]
}
},
"version": 1,
"description": "Represent an impersonating account",
"meta-category": "misc",
"uuid": "01833a92-d2ff-11e9-8016-d3b988153702",
"name": "impersonation"
}