-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy pathdefinition.json
More file actions
93 lines (93 loc) · 2.93 KB
/
Copy pathdefinition.json
File metadata and controls
93 lines (93 loc) · 2.93 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"attributes": {
"comment": {
"description": "A description of the YARA rule.",
"misp-attribute": "comment",
"ui-priority": 0
},
"context": {
"description": "Context where the YARA rule can be applied",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"all",
"disk",
"memory",
"network"
],
"ui-priority": 0
},
"false-positive": {
"description": "Set to true if the related test sample is a false-positive hit for this YARA rule. If omitted, samples are treated as true-positive by default.",
"disable_correlation": true,
"misp-attribute": "boolean",
"sane_default": [
"false"
],
"ui-priority": 0
},
"md5": {
"description": "MD5 hash of a file observed when testing the YARA rule (true positives or false positives).",
"misp-attribute": "md5",
"ui-priority": 0
},
"reference": {
"description": "Reference or origin of the YARA rule.",
"misp-attribute": "link",
"ui-priority": 0
},
"sha1": {
"description": "SHA1 hash of a file observed when testing the YARA rule (true positives or false positives).",
"misp-attribute": "sha1",
"ui-priority": 0
},
"sha256": {
"description": "SHA256 hash of a file observed when testing the YARA rule (true positives or false positives).",
"misp-attribute": "sha256",
"ui-priority": 0
},
"sha512": {
"description": "SHA512 hash of a file observed when testing the YARA rule (true positives or false positives).",
"misp-attribute": "sha512",
"ui-priority": 0
},
"ssdeep": {
"description": "SSDEEP hash of a file observed when testing the YARA rule (true positives or false positives).",
"misp-attribute": "ssdeep",
"ui-priority": 0
},
"tlsh": {
"description": "TLSH hash of a file observed when testing the YARA rule (true positives or false positives).",
"misp-attribute": "tlsh",
"ui-priority": 0
},
"version": {
"description": "Version of the YARA rule depending where the yara rule is known to work as expected.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"3.7.1"
],
"ui-priority": 0
},
"yara": {
"description": "YARA rule.",
"misp-attribute": "yara",
"ui-priority": 0
},
"yara-rule-name": {
"description": "YARA rule name.",
"misp-attribute": "text",
"ui-priority": 1
}
},
"description": "An object describing a YARA rule (or a YARA rule name), its supported YARA version, and optional test-sample hashes. Test samples are true-positive by default; set false-positive=true when needed.",
"meta-category": "misc",
"name": "yara",
"requiredOneOf": [
"yara",
"yara-rule-name"
],
"uuid": "b5acf82e-ecca-4868-82fe-9dbdf4d808c3",
"version": 9
}