-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice_manifest.yml
58 lines (49 loc) · 1.23 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
54
55
56
57
58
name: URLDownloader
version: $SERVICE_TAG
description: This service downloads potentially malicious URLs.
accepts: .*
rejects: empty|metadata/.*
stage: POST
category: Internet Connected
file_required: false
timeout: 300
disable_cache: false
enabled: true
is_external: true
licence_count: 0
uses_tag_scores: true
uses_metadata: true
uses_temp_submission_data: true
submission_params:
- default: 300
name: minimum_maliciousness
value: 300
type: int
- default: "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36"
name: user_agent
value: "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36"
type: str
- default: false
name: analyze_submitted_url
value: false
type: bool
config:
proxy: {}
headers: {}
timeout_per_request: 10
heuristics:
- heur_id: 1
name: Downloader
score: 1000
filetype: .*
description: URL that drops a malicious payload
- heur_id: 2
name: Redirection
score: 0
filetype: .*
description: URL contains redirects
docker_config:
image: ${REGISTRY}cccs/assemblyline-service-urldownloader:$SERVICE_TAG
cpu_cores: 1
ram_mb: 512
allow_internet_access: true