2017-10-13 18:58:14 +00:00
|
|
|
[honeypot]
|
|
|
|
hostname = ubuntu
|
2019-02-26 13:07:07 +00:00
|
|
|
log_path = log
|
|
|
|
download_path = dl
|
2017-10-13 18:58:14 +00:00
|
|
|
report_public_ip = true
|
2019-02-26 13:07:07 +00:00
|
|
|
share_path= share/cowrie
|
|
|
|
state_path = /tmp/cowrie/data
|
|
|
|
etc_path = etc
|
|
|
|
contents_path = honeyfs
|
|
|
|
txtcmds_path = txtcmds
|
|
|
|
ttylog = true
|
|
|
|
ttylog_path = log/tty
|
|
|
|
interactive_timeout = 180
|
|
|
|
authentication_timeout = 120
|
|
|
|
backend = shell
|
2017-10-13 18:58:14 +00:00
|
|
|
auth_class = AuthRandom
|
|
|
|
auth_class_parameters = 2, 5, 10
|
|
|
|
reported_ssh_port = 22
|
2018-05-04 16:29:55 +00:00
|
|
|
data_path = /tmp/cowrie/data
|
2017-10-13 18:58:14 +00:00
|
|
|
|
2019-02-26 13:07:07 +00:00
|
|
|
[shell]
|
|
|
|
filesystem = share/cowrie/fs.pickle
|
|
|
|
processes = share/cowrie/cmdoutput.json
|
|
|
|
arch = linux-x64-lsb
|
|
|
|
kernel_version = 3.2.0-4-amd64
|
|
|
|
kernel_build_string = #1 SMP Debian 3.2.68-1+deb7u1
|
|
|
|
hardware_platform = x86_64
|
|
|
|
operating_system = GNU/Linux
|
|
|
|
|
2017-10-13 18:58:14 +00:00
|
|
|
[ssh]
|
2019-02-26 13:07:07 +00:00
|
|
|
enabled = true
|
|
|
|
rsa_public_key = etc/ssh_host_rsa_key.pub
|
|
|
|
rsa_private_key = etc/ssh_host_rsa_key
|
|
|
|
dsa_public_key = etc/ssh_host_dsa_key.pub
|
|
|
|
dsa_private_key = etc/ssh_host_dsa_key
|
2017-10-13 18:58:14 +00:00
|
|
|
version = SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2
|
2018-05-04 16:29:55 +00:00
|
|
|
listen_endpoints = tcp:22:interface=0.0.0.0
|
2019-02-26 13:07:07 +00:00
|
|
|
sftp_enabled = true
|
|
|
|
forwarding = true
|
|
|
|
forward_redirect = false
|
|
|
|
forward_tunnel = false
|
2017-10-13 18:58:14 +00:00
|
|
|
|
|
|
|
[telnet]
|
|
|
|
enabled = true
|
2018-05-04 16:29:55 +00:00
|
|
|
listen_endpoints = tcp:23:interface=0.0.0.0
|
2017-10-13 18:58:14 +00:00
|
|
|
reported_port = 23
|
|
|
|
|
|
|
|
[output_jsonlog]
|
2018-05-04 16:29:55 +00:00
|
|
|
enabled = true
|
2017-10-13 18:58:14 +00:00
|
|
|
logfile = log/cowrie.json
|
2019-02-26 13:07:07 +00:00
|
|
|
epoch_timestamp = false
|
2017-10-13 18:58:14 +00:00
|
|
|
|
|
|
|
[output_textlog]
|
2018-05-04 16:29:55 +00:00
|
|
|
enabled = false
|
2017-10-13 18:58:14 +00:00
|
|
|
logfile = log/cowrie-textlog.log
|
|
|
|
format = text
|
2019-02-26 13:07:07 +00:00
|
|
|
|