You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: objects/yara/definition.json
+42-3Lines changed: 42 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,50 @@
17
17
],
18
18
"ui-priority": 0
19
19
},
20
+
"false-positive": {
21
+
"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.",
22
+
"disable_correlation": true,
23
+
"misp-attribute": "boolean",
24
+
"sane_default": [
25
+
"false"
26
+
],
27
+
"ui-priority": 0
28
+
},
29
+
"md5": {
30
+
"description": "MD5 hash of a file observed when testing the YARA rule (true positives or false positives).",
31
+
"misp-attribute": "md5",
32
+
"ui-priority": 0
33
+
},
20
34
"reference": {
21
35
"description": "Reference or origin of the YARA rule.",
22
36
"misp-attribute": "link",
23
37
"ui-priority": 0
24
38
},
39
+
"sha1": {
40
+
"description": "SHA1 hash of a file observed when testing the YARA rule (true positives or false positives).",
41
+
"misp-attribute": "sha1",
42
+
"ui-priority": 0
43
+
},
44
+
"sha256": {
45
+
"description": "SHA256 hash of a file observed when testing the YARA rule (true positives or false positives).",
46
+
"misp-attribute": "sha256",
47
+
"ui-priority": 0
48
+
},
49
+
"sha512": {
50
+
"description": "SHA512 hash of a file observed when testing the YARA rule (true positives or false positives).",
51
+
"misp-attribute": "sha512",
52
+
"ui-priority": 0
53
+
},
54
+
"ssdeep": {
55
+
"description": "SSDEEP hash of a file observed when testing the YARA rule (true positives or false positives).",
56
+
"misp-attribute": "ssdeep",
57
+
"ui-priority": 0
58
+
},
59
+
"tlsh": {
60
+
"description": "TLSH hash of a file observed when testing the YARA rule (true positives or false positives).",
61
+
"misp-attribute": "tlsh",
62
+
"ui-priority": 0
63
+
},
25
64
"version": {
26
65
"description": "Version of the YARA rule depending where the yara rule is known to work as expected.",
27
66
"disable_correlation": true,
@@ -42,13 +81,13 @@
42
81
"ui-priority": 1
43
82
}
44
83
},
45
-
"description": "An object describing a YARA rule (or a YARA rule name) along with its version.",
84
+
"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.",
0 commit comments