forked from scVENUS/PeekabooAV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
peekaboo.conf.sample
59 lines (49 loc) · 1.56 KB
/
peekaboo.conf.sample
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
#
# Peekaboo configuration file
# Copyright (C) 2016-2018 science + computing ag
#
[global]
user : peekaboo
group : peekaboo
socket_file : /opt/peekaboo/peekaboo.sock
pid_file : /opt/peekaboo/peekaboo.pid
interpreter : /usr/bin/python
chown2me_exec : /opt/peekaboo/bin/chown2me
worker_count : 3
sample_base_dir : /tmp
job_hash_regex : /var/lib/amavis/tmp/([^/]+)/parts.*
# 'yes' or 'no' to use Peekaboo's debug module, which allows
# additional code execution at runtime.
use_debug_module : no
# Whether or not to cleanup temporary files under /tmp
keep_mail_data : no
[ruleset]
config : /path/to/ruleset.conf
#
# Logging configuration
#
[logging]
# log_level
# possible values: CRITICAL | ERROR | WARNING | INFO | DEBUG
log_level : DEBUG
# note that any % must be escaped with another %.
log_format : %%(asctime)s - %%(name)s - (%%(threadName)s) - %%(levelname)s - %%(message)s
# if you use systemd you don't want the timestamp
# log_format : %%(name)s - (%%(threadName)s) - %%(levelname)s - %%(message)s
#
# Database configuration
#
[db]
# SQLite
url : sqlite:////path/to/database.db
# MySQL (recommended)
# url : mysql+mysqldb://user:password@host/database
# PostgreSQL
# url : postgresql://user:password@host:port/database
#
# Cuckoo specific settings
#
[cuckoo]
exec : /usr/local/bin/cuckoo
submit : /usr/local/bin/cuckoo submit
storage_path : /home/peekaboo/.cuckoo/storage