mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
tweaking
This commit is contained in:
parent
5b710d5b28
commit
e8d8773863
3 changed files with 9 additions and 8 deletions
12
docker/elk/logstash/dist/logstash.conf
vendored
12
docker/elk/logstash/dist/logstash.conf
vendored
|
@ -425,12 +425,12 @@ output {
|
||||||
# document_type => "doc"
|
# document_type => "doc"
|
||||||
}
|
}
|
||||||
|
|
||||||
if [type] == "Suricata" {
|
#if [type] == "Suricata" {
|
||||||
file {
|
# file {
|
||||||
file_mode => 0760
|
# file_mode => 0760
|
||||||
path => "/data/suricata/log/suricata_ews.log"
|
# path => "/data/suricata/log/suricata_ews.log"
|
||||||
}
|
# }
|
||||||
}
|
#}
|
||||||
# Debug output
|
# Debug output
|
||||||
#if [type] == "XYZ" {
|
#if [type] == "XYZ" {
|
||||||
# stdout {
|
# stdout {
|
||||||
|
|
2
docker/ews/dist/ews.cfg
vendored
2
docker/ews/dist/ews.cfg
vendored
|
@ -99,7 +99,7 @@ logfile = /data/elasticpot/log/elasticpot.log
|
||||||
[SURICATA]
|
[SURICATA]
|
||||||
suricata = true
|
suricata = true
|
||||||
nodeid = suricata-community-01
|
nodeid = suricata-community-01
|
||||||
logfile = /data/suricata/log/suricata_ews.log
|
logfile = /data/suricata/log/eve.json
|
||||||
|
|
||||||
[MAILONEY]
|
[MAILONEY]
|
||||||
mailoney = true
|
mailoney = true
|
||||||
|
|
3
docker/suricata/dist/capture-filter.bpf
vendored
3
docker/suricata/dist/capture-filter.bpf
vendored
|
@ -1,3 +1,4 @@
|
||||||
not (host sicherheitstacho.eu or community.sicherheitstacho.eu) and
|
not (host sicherheitstacho.eu or community.sicherheitstacho.eu) and
|
||||||
not (host archive.ubuntu.com or security.ubuntu.com) and
|
not (host archive.ubuntu.com or security.ubuntu.com) and
|
||||||
not (host index.docker.io or docker.io)
|
not (host index.docker.io or docker.io) and
|
||||||
|
not (host hpfeeds.sissden.eu)
|
||||||
|
|
Loading…
Reference in a new issue