-
Notifications
You must be signed in to change notification settings - Fork 0
/
sets.json
37 lines (37 loc) · 1.14 KB
/
sets.json
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
[
{
"name": "Cuckoo Sandbox",
"directory": "cuckoo-yara-rules",
"git": "https://github.com/cuckoosandbox/cuckoo.git",
"path": "cuckoo/cuckoo/data/yara",
"uri": "https://github.com/cuckoosandbox/cuckoo"
},
{
"name": "Florian Roth",
"directory": "florian-roth",
"git": "https://github.com/Neo23x0/signature-base.git",
"path": "yara",
"uri": "https://github.com/Neo23x0/signature-base"
},
{
"name": "Yara Rules Project",
"directory": "yara-rules-project",
"git": "https://github.com/Yara-Rules/rules.git",
"path": "",
"uri": "https://github.com/Yara-Rules/rules"
},
{
"name": "bamfdetect",
"directory": "bamfdetect",
"git": "https://github.com/bwall/bamfdetect.git",
"path": "BAMF_Detect/modules/yara",
"uri": "https://github.com/bwall/bamfdetect"
},
{
"name": "TheHermit",
"directory": "kevthehermit",
"git": "https://github.com/kevthehermit/YaraRules.git",
"path": "",
"uri": "https://github.com/kevthehermit/YaraRules"
}
]