forked from vdqbstp/TinyCheck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
83 lines (79 loc) · 2.05 KB
/
config.yaml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# ANALYSIS -
# All the things related to the analysis engine.
# Some configuration keys aren't accessible from the backend
# but can be edited here...
#
analysis:
free_issuers:
- CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
- CN=ZeroSSL RSA Domain Secure Site CA,O=ZeroSSL,C=AT
- CN=R3,O=Let's Encrypt,C=US
heuristics: true
active: true
http_default_port: 80
iocs: true
max_alerts: 3
max_ports: 1024
remote: false
ssl_default_ports:
- 443
- 465
- 636
- 989
- 990
- 993
- 995
- 5223
whitelist: true
# BACKEND -
# Backend login / password and the possibility to
# access to it from remote location.
#
backend:
login: userlogin
password: userpassword
remote_access: true
# FRONTEND -
# Some elements related to the frontend configuration & ergonomy
# you can change them via the backend.
#
frontend:
shutdown_option: false
reboot_option: false
quit_option: quitoption
download_links: false
hide_mouse: hidemouse
kiosk_mode: kioskmode
remote_access: true
sparklines: true
virtual_keyboard: true
user_lang: userlang
update: updateoption
choose_net: false
http_port: 80
# NETWORK -
# Some elements related to the network configuration, such as
# the interfaces (updated during the install), the list of SSIDs
# the URL to check internet and the tokenization of SSIDs.
#
network:
in: iface_in
internet_check: https://1.1.1.1
out: iface_out
ssids:
- wireless
- skynet
- network
- wifi
tokenized_ssids: true
# WATCHERS -
# They are used to grab automatically new IOCs or whitelisted
# elements from files containing IOCs export. You can add your
# own URL and it will be parsed at each TinyCheck reboot.
#
watchers:
iocs:
- https://raw.githubusercontent.com/KasperskyLab/TinyCheck/main/assets/iocs.json
- https://raw.githubusercontent.com/Te-k/stalkerware-indicators/master/generated/indicators-for-tinycheck.json
whitelists:
- https://raw.githubusercontent.com/KasperskyLab/TinyCheck/main/assets/whitelist.json