Skip to content

Commit 1059b79

Browse files
committed
Merge branch 'joao-fernando-main'
2 parents 6c1a62d + bd3e936 commit 1059b79

1 file changed

Lines changed: 66 additions & 0 deletions

File tree

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
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+
"is-verified": {
32+
"description": "If the user is verified.",
33+
"misp-attribute": "boolean",
34+
"multiple": false,
35+
"ui-priority": 1
36+
},
37+
"link": {
38+
"description": "Original link to the page (supposed harmless).",
39+
"misp-attribute": "link",
40+
"ui-priority": 1
41+
},
42+
"url": {
43+
"description": "Original URL location of the page (potentially malicious).",
44+
"misp-attribute": "url",
45+
"ui-priority": 1
46+
},
47+
"user-avatar": {
48+
"description": "A user profile picture or avatar.",
49+
"misp-attribute": "attachment",
50+
"multiple": true,
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

Comments
 (0)