forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefinition.json
More file actions
47 lines (47 loc) · 1.13 KB
/
definition.json
File metadata and controls
47 lines (47 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"requiredOneOf": [
"yara",
"yara-rule-name"
],
"attributes": {
"comment": {
"description": "A description of the YARA rule.",
"ui-priority": 0,
"misp-attribute": "comment"
},
"yara": {
"description": "YARA rule.",
"ui-priority": 0,
"misp-attribute": "yara"
},
"yara-rule-name": {
"description": "YARA rule name.",
"ui-priority": 0,
"misp-attribute": "text"
},
"version": {
"sane_default": [
"3.7.1"
],
"description": "Version of the YARA rule depending where the yara rule is known to work as expected.",
"ui-priority": 0,
"misp-attribute": "text"
},
"context": {
"description": "Context where the YARA rule can be applied",
"sane_default": [
"all",
"disk",
"memory",
"network"
],
"misp-attribute": "text",
"ui-priority": 0
}
},
"version": 4,
"description": "An object describing a YARA rule (or a YARA rule name) along with its version.",
"meta-category": "misc",
"uuid": "b5acf82e-ecca-4868-82fe-9dbdf4d808c3",
"name": "yara"
}