mirror of https://github.com/MISP/misp-objects
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"requiredOneOf": [
|
|
"location",
|
|
"screenshot"
|
|
],
|
|
"attributes": {
|
|
"location": {
|
|
"description": "Location where to find the item",
|
|
"ui-priority": 0,
|
|
"disable_correlation": true,
|
|
"multiple": true,
|
|
"misp-attribute": "text"
|
|
},
|
|
"time": {
|
|
"description": "Date and time when first-seen",
|
|
"ui-priority": 0,
|
|
"disable_correlation": true,
|
|
"misp-attribute": "datetime"
|
|
},
|
|
"implementer": {
|
|
"description": "Who is the vendor / holder of the item",
|
|
"ui-priority": 0,
|
|
"disable_correlation": true,
|
|
"misp-attribute": "text"
|
|
},
|
|
"user": {
|
|
"description": "who are the user of the item",
|
|
"ui-priority": 0,
|
|
"disable_correlation": true,
|
|
"misp-attribute": "text"
|
|
},
|
|
"comment": {
|
|
"description": "textual comment about the item",
|
|
"ui-priority": 0,
|
|
"disable_correlation": true,
|
|
"misp-attribute": "text"
|
|
},
|
|
"gain": {
|
|
"description": "What is the implementer is gaining by deceiving the user",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text",
|
|
"values_list": [
|
|
"registration",
|
|
"personal data",
|
|
"money",
|
|
"contacts",
|
|
"audience"
|
|
],
|
|
"disable_correlation": true
|
|
},
|
|
"screenshot": {
|
|
"description": "A screencapture or a screengrab of the item at work",
|
|
"ui-priority": 1,
|
|
"disable_correlation": true,
|
|
"misp-attribute": "attachment"
|
|
}
|
|
},
|
|
"version": 2,
|
|
"description": "An Item whose User Interface implements a dark pattern.",
|
|
"meta-category": "misc",
|
|
"uuid": "05755e29-8f5f-464d-bcff-2b4686472769",
|
|
"name": "dark-pattern-item"
|
|
}
|