Skip to content

Commit eb682e2

Browse files
committed
new: [taranis] new object template for news-item and story
1 parent 12fd5bd commit eb682e2

2 files changed

Lines changed: 118 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+
"author": {
4+
"description": "Author(s) of the news item",
5+
"misp-attribute": "text",
6+
"multiple": true,
7+
"ui-priority": 0
8+
},
9+
"content": {
10+
"description": "Content of the Taranis news item",
11+
"misp-attribute": "text",
12+
"multiple": true,
13+
"ui-priority": 0
14+
},
15+
"hash": {
16+
"description": "Hash of the news item",
17+
"misp-attribute": "sha256",
18+
"ui-priority": 0
19+
},
20+
"id": {
21+
"description": "Unique identifier of the Taranis item",
22+
"misp-attribute": "text",
23+
"ui-priority": 0
24+
},
25+
"language": {
26+
"description": "Language of the news item",
27+
"misp-attribute": "text",
28+
"ui-priority": 0
29+
},
30+
"link": {
31+
"description": "URL address to the Taranis news item source.",
32+
"misp-attribute": "link",
33+
"ui-priority": 0
34+
},
35+
"osint_source_id": {
36+
"description": "OSINT source unique identifier",
37+
"misp-attribute": "text",
38+
"ui-priority": 0
39+
},
40+
"review": {
41+
"description": "Review or analysis notes of the news item",
42+
"misp-attribute": "text",
43+
"ui-priority": 0
44+
},
45+
"source": {
46+
"description": "Source feed or page that provided the news item",
47+
"misp-attribute": "link",
48+
"ui-priority": 0
49+
},
50+
"story_id": {
51+
"description": "Unique identifier for the story",
52+
"misp-attribute": "text",
53+
"ui-priority": 0
54+
},
55+
"title": {
56+
"description": "Title of the Taranis news item",
57+
"misp-attribute": "text",
58+
"ui-priority": 0
59+
}
60+
},
61+
"description": "An object describing a news item from Taranis AI",
62+
"meta-category": "misc",
63+
"name": "Taranis AI News Item",
64+
"uuid": "e4b7e5e3-2c4c-4edf-b9a3-2c2a32844e62",
65+
"version": 2
66+
}
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"attributes": {
3+
"attributes": {
4+
"description": "Attributes of the story",
5+
"misp-attribute": "text",
6+
"multiple": true,
7+
"ui-priority": 0
8+
},
9+
"comments": {
10+
"description": "User comments for the story",
11+
"misp-attribute": "text",
12+
"ui-priority": 0
13+
},
14+
"description": {
15+
"description": "Longer descriptive text of the story",
16+
"misp-attribute": "text",
17+
"ui-priority": 0
18+
},
19+
"id": {
20+
"description": "Unique identifier of the story",
21+
"misp-attribute": "text",
22+
"ui-priority": 0
23+
},
24+
"links": {
25+
"description": "One or more links associated with the story",
26+
"misp-attribute": "text",
27+
"multiple": true,
28+
"ui-priority": 0
29+
},
30+
"summary": {
31+
"description": "Short summary of the story",
32+
"misp-attribute": "text",
33+
"ui-priority": 0
34+
},
35+
"tags": {
36+
"description": "Tags or labels for the story",
37+
"misp-attribute": "text",
38+
"multiple": true,
39+
"ui-priority": 0
40+
},
41+
"title": {
42+
"description": "Title of the story",
43+
"misp-attribute": "text",
44+
"ui-priority": 0
45+
}
46+
},
47+
"description": "An object describing a story item from Taranis or similar source",
48+
"meta-category": "misc",
49+
"name": "taranis-story",
50+
"uuid": "a2716df6-920b-4c4e-85f7-79a009476f3d",
51+
"version": 1
52+
}

0 commit comments

Comments
 (0)