forked from NVISOsecurity/assemblyline-service-cape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
service_manifest.yml
53 lines (46 loc) · 1.04 KB
/
service_manifest.yml
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
name: Cape
version: 4.2.0.stable1
description: Submit the file to be dynamically analyzed via a Cape instance
accepts: .*
rejects: empty|metadata/.*
stage: CORE
category: External
file_required: true
timeout: 600
disable_cache: false
enabled: false
is_external: true
licence_count: 0
heuristics:
- heur_id: 1
name: Cape consider this file as very suspicious
score: 500
filetype: .*
description: Cape consider this file as very suspicious
- heur_id: 2
name: Cape consider this file as a malware
score: 1000
filetype: .*
description: Cape consider this file as a malware
submission_params:
- default: ""
name: host
type: str
value: ""
- default: ""
name: username
type: str
value: ""
- default: ""
name: password
type: str
value: ""
- default: 1
name: version
type: int
value: 1
docker_config:
image: ghcr.io/nvisosecurity/assemblyline-service-cape:main
cpu_cores: 1
ram_mb: 256
allow_internet_access: true