Skip to content

Commit f00c238

Browse files
authored
Merge pull request #511 from MISP/codex/create-template-rulezet-bundle
Add rulezet-bundle MISP object template
2 parents aa2df7f + 46fde1d commit f00c238

1 file changed

Lines changed: 121 additions & 0 deletions

File tree

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
{
2+
"attributes": {
3+
"access": {
4+
"description": "Access level of the bundle.",
5+
"disable_correlation": true,
6+
"misp-attribute": "text",
7+
"ui-priority": 0
8+
},
9+
"author": {
10+
"description": "Author name associated with the bundle.",
11+
"disable_correlation": true,
12+
"misp-attribute": "text",
13+
"ui-priority": 1
14+
},
15+
"created-at": {
16+
"description": "Bundle creation timestamp.",
17+
"disable_correlation": true,
18+
"misp-attribute": "datetime",
19+
"ui-priority": 0
20+
},
21+
"created-by": {
22+
"description": "Creator identifier of the bundle.",
23+
"disable_correlation": true,
24+
"misp-attribute": "text",
25+
"ui-priority": 0
26+
},
27+
"description": {
28+
"description": "Description of the bundle.",
29+
"disable_correlation": true,
30+
"misp-attribute": "text",
31+
"ui-priority": 1
32+
},
33+
"download-count": {
34+
"description": "Number of times the bundle has been downloaded.",
35+
"disable_correlation": true,
36+
"misp-attribute": "counter",
37+
"ui-priority": 0
38+
},
39+
"is-verified": {
40+
"description": "Whether the bundle has been verified.",
41+
"disable_correlation": true,
42+
"misp-attribute": "boolean",
43+
"ui-priority": 0
44+
},
45+
"name": {
46+
"description": "Name of the bundle.",
47+
"misp-attribute": "text",
48+
"ui-priority": 1
49+
},
50+
"number-of-rules": {
51+
"description": "Total number of rules in the bundle.",
52+
"disable_correlation": true,
53+
"misp-attribute": "counter",
54+
"ui-priority": 1
55+
},
56+
"rule-format": {
57+
"description": "Format used by rules within the bundle (for example Sigma, YARA, Suricata).",
58+
"disable_correlation": true,
59+
"misp-attribute": "text",
60+
"multiple": true,
61+
"ui-priority": 1
62+
},
63+
"updated-at": {
64+
"description": "Timestamp of the last bundle update.",
65+
"disable_correlation": true,
66+
"misp-attribute": "datetime",
67+
"ui-priority": 0
68+
},
69+
"user-id": {
70+
"description": "User identifier owning the bundle.",
71+
"disable_correlation": true,
72+
"misp-attribute": "text",
73+
"ui-priority": 0
74+
},
75+
"user-name": {
76+
"description": "Display name of the user owning the bundle.",
77+
"disable_correlation": true,
78+
"misp-attribute": "text",
79+
"ui-priority": 0
80+
},
81+
"uuid": {
82+
"description": "UUID assigned to the bundle.",
83+
"misp-attribute": "text",
84+
"ui-priority": 1
85+
},
86+
"view-count": {
87+
"description": "Number of views for the bundle.",
88+
"disable_correlation": true,
89+
"misp-attribute": "counter",
90+
"ui-priority": 0
91+
},
92+
"vote-down": {
93+
"description": "Number of downvotes for the bundle.",
94+
"disable_correlation": true,
95+
"misp-attribute": "counter",
96+
"ui-priority": 0
97+
},
98+
"vote-up": {
99+
"description": "Number of upvotes for the bundle.",
100+
"disable_correlation": true,
101+
"misp-attribute": "counter",
102+
"ui-priority": 0
103+
},
104+
"vulnerability-identifier": {
105+
"description": "Vulnerability identifiers associated with the bundle.",
106+
"disable_correlation": true,
107+
"misp-attribute": "vulnerability",
108+
"multiple": true,
109+
"ui-priority": 1
110+
}
111+
},
112+
"description": "Rulezet bundle metadata object representing bundle ownership, activity metrics, verification status and related vulnerabilities.",
113+
"meta-category": "misc",
114+
"name": "rulezet-bundle",
115+
"required": [
116+
"name",
117+
"uuid"
118+
],
119+
"uuid": "0c637129-cf3f-4f74-a517-af20185cbd2a",
120+
"version": 1
121+
}

0 commit comments

Comments
 (0)