|
| 1 | +{ |
| 2 | + "attributes": { |
| 3 | + "account-id": { |
| 4 | + "description": "Account id.", |
| 5 | + "misp-attribute": "text", |
| 6 | + "ui-priority": 1 |
| 7 | + }, |
| 8 | + "account-name": { |
| 9 | + "description": "Account name.", |
| 10 | + "misp-attribute": "text", |
| 11 | + "ui-priority": 1 |
| 12 | + }, |
| 13 | + "archive": { |
| 14 | + "description": "Archive of the account (Internet Archive, Archive.is, etc).", |
| 15 | + "disable_correlation": true, |
| 16 | + "misp-attribute": "link", |
| 17 | + "multiple": true, |
| 18 | + "ui-priority": 1 |
| 19 | + }, |
| 20 | + "attachment": { |
| 21 | + "description": "A screen capture or exported list of contacts etc.", |
| 22 | + "misp-attribute": "attachment", |
| 23 | + "multiple": true, |
| 24 | + "ui-priority": 1 |
| 25 | + }, |
| 26 | + "description": { |
| 27 | + "description": "A description of the user.", |
| 28 | + "misp-attribute": "text", |
| 29 | + "ui-priority": 1 |
| 30 | + }, |
| 31 | + "link": { |
| 32 | + "description": "Original link to the page (supposed harmless).", |
| 33 | + "misp-attribute": "link", |
| 34 | + "ui-priority": 1 |
| 35 | + }, |
| 36 | + "url": { |
| 37 | + "description": "Original URL location of the page (potentially malicious).", |
| 38 | + "misp-attribute": "url", |
| 39 | + "ui-priority": 1 |
| 40 | + }, |
| 41 | + "user-avatar": { |
| 42 | + "description": "A user profile picture or avatar.", |
| 43 | + "misp-attribute": "attachment", |
| 44 | + "multiple": true, |
| 45 | + "ui-priority": 1 |
| 46 | + }, |
| 47 | + "is-verified": { |
| 48 | + "description": "If the user is verified.", |
| 49 | + "misp-attribute": "boolean", |
| 50 | + "multiple": false, |
| 51 | + "ui-priority": 1 |
| 52 | + } |
| 53 | + }, |
| 54 | + "description": "Instagram account.", |
| 55 | + "meta-category": "misc", |
| 56 | + "name": "instagram-account", |
| 57 | + "requiredOneOf": [ |
| 58 | + "account-name", |
| 59 | + "account-id", |
| 60 | + "description", |
| 61 | + "archive", |
| 62 | + "link" |
| 63 | + ], |
| 64 | + "uuid": "656ced16-23f3-4322-925d-c9c961684999", |
| 65 | + "version": 1 |
| 66 | +} |
0 commit comments