mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
include docker repos
... skip emobility since it is a dev repo
This commit is contained in:
1
docker/dionaea/dist/etc/ihandlers/cmdshell.yaml
vendored
Normal file
1
docker/dionaea/dist/etc/ihandlers/cmdshell.yaml
vendored
Normal file
@ -0,0 +1 @@
|
||||
- name: cmdshell
|
1
docker/dionaea/dist/etc/ihandlers/emuprofile.yaml
vendored
Normal file
1
docker/dionaea/dist/etc/ihandlers/emuprofile.yaml
vendored
Normal file
@ -0,0 +1 @@
|
||||
- name: emuprofile
|
10
docker/dionaea/dist/etc/ihandlers/ftp.yaml
vendored
Normal file
10
docker/dionaea/dist/etc/ihandlers/ftp.yaml
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
# ftp client section
|
||||
- name: ftp
|
||||
config:
|
||||
# host for active ftp via NAT
|
||||
# * 0.0.0.0 - the initiating connection ip is used for active ftp
|
||||
# * not 0.0.0.0 - gets resolved as hostname and used
|
||||
active_host: "0.0.0.0"
|
||||
|
||||
# ports for active ftp; string indicating a range
|
||||
active_ports: 63001-64000
|
7
docker/dionaea/dist/etc/ihandlers/log_json.yaml
vendored
Normal file
7
docker/dionaea/dist/etc/ihandlers/log_json.yaml
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
- name: log_json
|
||||
config:
|
||||
# Uncomment next line to flatten object lists to work with ELK
|
||||
flat_data: true
|
||||
handlers:
|
||||
#- http://127.0.0.1:8080/
|
||||
- file:///opt/dionaea/var/log/dionaea.json
|
3
docker/dionaea/dist/etc/ihandlers/log_sqlite.yaml
vendored
Normal file
3
docker/dionaea/dist/etc/ihandlers/log_sqlite.yaml
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
- name: log_sqlite
|
||||
config:
|
||||
file: /opt/dionaea/var/log/dionaea.sqlite
|
1
docker/dionaea/dist/etc/ihandlers/store.yaml
vendored
Normal file
1
docker/dionaea/dist/etc/ihandlers/store.yaml
vendored
Normal file
@ -0,0 +1 @@
|
||||
- name: store
|
1
docker/dionaea/dist/etc/ihandlers/tftp_download.yaml
vendored
Normal file
1
docker/dionaea/dist/etc/ihandlers/tftp_download.yaml
vendored
Normal file
@ -0,0 +1 @@
|
||||
- name: tftp_download
|
Reference in New Issue
Block a user