tpotce/cloud/open-telekom-cloud/ansible/roles/custom_ews/templates/ews.cfg

138 lines
2.9 KiB
INI
Raw Normal View History

2019-04-10 10:52:57 +00:00
[MAIN]
homedir = /opt/ewsposter/
spooldir = /opt/ewsposter/spool/
logdir = /opt/ewsposter/log/
del_malware_after_send = false
send_malware = true
sendlimit = 500
contact = your_email_address
proxy =
ip =
[EWS]
ews = true
username = your_username
token = your_token
rhost_first = https://community.sicherheitstacho.eu/ews-0.1/alert/postSimpleMessage
rhost_second = https://community.sicherheitstacho.eu/ews-0.1/alert/postSimpleMessage
ignorecert = false
[HPFEED]
hpfeed = %(EWS_HPFEEDS_ENABLE)s
host = %(EWS_HPFEEDS_HOST)s
port = %(EWS_HPFEEDS_PORT)s
channels = %(EWS_HPFEEDS_CHANNELS)s
ident = %(EWS_HPFEEDS_IDENT)s
secret= %(EWS_HPFEEDS_SECRET)s
2019-04-10 10:52:57 +00:00
# path/to/certificate for tls broker - or "false" for non-tls broker
tlscert = %(EWS_HPFEEDS_TLSCERT)s
2019-04-10 10:52:57 +00:00
# hpfeeds submission format: "ews" (xml) or "json"
hpfformat = %(EWS_HPFEEDS_FORMAT)s
2019-04-10 10:52:57 +00:00
[EWSJSON]
json = false
jsondir = /data/ews/json/
[GLASTOPFV3]
glastopfv3 = true
2019-06-29 16:21:47 +00:00
nodeid = glastopfv3-{{ ansible_hostname }}
2019-04-10 10:52:57 +00:00
sqlitedb = /data/glastopf/db/glastopf.db
malwaredir = /data/glastopf/data/files/
[GLASTOPFV2]
glastopfv2 = false
nodeid =
mysqlhost =
mysqldb =
mysqluser =
mysqlpw =
malwaredir =
[KIPPO]
kippo = false
nodeid =
mysqlhost =
mysqldb =
mysqluser =
mysqlpw =
malwaredir =
[COWRIE]
cowrie = true
2019-06-29 16:21:47 +00:00
nodeid = cowrie-{{ ansible_hostname }}
2019-04-10 10:52:57 +00:00
logfile = /data/cowrie/log/cowrie.json
[DIONAEA]
dionaea = true
2019-06-29 16:21:47 +00:00
nodeid = dionaea-{{ ansible_hostname }}
2019-04-10 10:52:57 +00:00
malwaredir = /data/dionaea/binaries/
sqlitedb = /data/dionaea/log/dionaea.sqlite
[HONEYTRAP]
honeytrap = true
2019-06-29 16:21:47 +00:00
nodeid = honeytrap-{{ ansible_hostname }}
2019-04-10 10:52:57 +00:00
newversion = true
payloaddir = /data/honeytrap/attacks/
attackerfile = /data/honeytrap/log/attacker.log
[RDPDETECT]
rdpdetect = false
nodeid =
iptableslog =
targetip =
[EMOBILITY]
eMobility = false
2019-06-29 16:21:47 +00:00
nodeid = emobility-{{ ansible_hostname }}
2019-04-10 10:52:57 +00:00
logfile = /data/emobility/log/centralsystemEWS.log
[CONPOT]
conpot = true
2019-06-29 16:21:47 +00:00
nodeid = conpot-{{ ansible_hostname }}
2019-04-10 10:52:57 +00:00
logfile = /data/conpot/log/conpot*.json
[ELASTICPOT]
elasticpot = true
2019-06-29 16:21:47 +00:00
nodeid = elasticpot-{{ ansible_hostname }}
2019-04-10 10:52:57 +00:00
logfile = /data/elasticpot/log/elasticpot.log
[SURICATA]
suricata = true
2019-06-29 16:21:47 +00:00
nodeid = suricata-{{ ansible_hostname }}
2019-04-10 10:52:57 +00:00
logfile = /data/suricata/log/eve.json
[MAILONEY]
mailoney = true
2019-06-29 16:21:47 +00:00
nodeid = mailoney-{{ ansible_hostname }}
2019-04-10 10:52:57 +00:00
logfile = /data/mailoney/log/commands.log
[RDPY]
rdpy = true
2019-06-29 16:21:47 +00:00
nodeid = rdpy-{{ ansible_hostname }}
2019-04-10 10:52:57 +00:00
logfile = /data/rdpy/log/rdpy.log
[VNCLOWPOT]
vnclowpot = true
2019-06-29 16:21:47 +00:00
nodeid = vnclowpot-{{ ansible_hostname }}
2019-04-10 10:52:57 +00:00
logfile = /data/vnclowpot/log/vnclowpot.log
[HERALDING]
heralding = true
2019-06-29 16:21:47 +00:00
nodeid = heralding-{{ ansible_hostname }}
2019-04-10 10:52:57 +00:00
logfile = /data/heralding/log/auth.csv
[CISCOASA]
ciscoasa = true
2019-06-29 16:21:47 +00:00
nodeid = ciscoasa-{{ ansible_hostname }}
2019-04-10 10:52:57 +00:00
logfile = /data/ciscoasa/log/ciscoasa.log
[TANNER]
tanner = true
2019-06-29 16:21:47 +00:00
nodeid = tanner-{{ ansible_hostname }}
2019-04-10 10:52:57 +00:00
logfile = /data/tanner/log/tanner_report.json
[GLUTTON]
glutton = true
2019-06-29 16:21:47 +00:00
nodeid = glutton-{{ ansible_hostname }}
2019-04-10 10:52:57 +00:00
logfile = /data/glutton/log/glutton.log