-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.cruft.json
23 lines (23 loc) · 961 Bytes
/
.cruft.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"template": "https://github.com/CybercentreCanada/assemblyline-service-template.git",
"commit": "99becf8ed2990a4063a5bb1f8ce878824a5a1a7b",
"checkout": null,
"context": {
"cookiecutter": {
"service_name": "sigma",
"__svc_name": "sigma",
"__repository": "assemblyline-service-sigma",
"__pkg_name": "sigma",
"class_name": "Sigma",
"short_description": "This assemblyline service automates detection of Windows Sysmon Event logs that indicate malicious behavior.",
"short_description_fr": "Ce service en ligne automatise la détection des journaux d'événements Windows Sysmon qui indiquent un comportement malveillant.",
"stage": "CORE",
"category": "Static Analysis",
"org_name_full": "CybercentreCanada",
"org_name_short": "cccs",
"license": "mit",
"_template": "https://github.com/CybercentreCanada/assemblyline-service-template.git"
}
},
"directory": null
}