mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
prep for ELK 7.13.4, start full integration of new honeypots
This commit is contained in:
32
docker/elk/logstash/dist/logstash.conf
vendored
32
docker/elk/logstash/dist/logstash.conf
vendored
@ -71,6 +71,13 @@ input {
|
||||
type => "Dicompot"
|
||||
}
|
||||
|
||||
# Ddospot
|
||||
file {
|
||||
path => ["/data/ddospot/log/*.log"]
|
||||
codec => json
|
||||
type => "Ddospot"
|
||||
}
|
||||
|
||||
# ElasticPot
|
||||
file {
|
||||
path => ["/data/elasticpot/log/elasticpot.json"]
|
||||
@ -78,6 +85,13 @@ input {
|
||||
type => "ElasticPot"
|
||||
}
|
||||
|
||||
# Endlessh
|
||||
file {
|
||||
path => ["/data/endlessh/log/endlessh.log"]
|
||||
codec => plain
|
||||
type => "Endlessh"
|
||||
}
|
||||
|
||||
# Glutton
|
||||
file {
|
||||
path => ["/data/glutton/log/glutton.log"]
|
||||
@ -85,6 +99,13 @@ input {
|
||||
type => "Glutton"
|
||||
}
|
||||
|
||||
# Hellpot
|
||||
file {
|
||||
path => ["/data/hellpot/log/hellpot.log"]
|
||||
codec => json
|
||||
type => "Hellpot"
|
||||
}
|
||||
|
||||
# Heralding
|
||||
file {
|
||||
path => ["/data/heralding/log/auth.csv"]
|
||||
@ -139,6 +160,13 @@ input {
|
||||
type => "Rdpy"
|
||||
}
|
||||
|
||||
# Redishoneypot
|
||||
file {
|
||||
path => ["/data/redishoneypot/log/redishoneypot.log"]
|
||||
codec => json
|
||||
type => "Redishoneypot"
|
||||
}
|
||||
|
||||
# Host NGINX
|
||||
file {
|
||||
path => ["/data/nginx/log/access.log"]
|
||||
@ -550,7 +578,7 @@ if "_grokparsefailure" in [tags] { drop {} }
|
||||
}
|
||||
|
||||
# Add T-Pot hostname and external IP
|
||||
if [type] == "Adbhoney" or [type] == "Ciscoasa" or [type] == "CitrixHoneypot" or [type] == "ConPot" or [type] == "Cowrie" or [type] == "Dicompot" or [type] == "Dionaea" or [type] == "ElasticPot" or [type] == "Fatt" or [type] == "Glutton" or [type] == "Honeysap" or [type] == "Honeytrap" or [type] == "Heralding" or [type] == "Honeypy" or [type] == "Ipphoney" or [type] == "Mailoney" or [type] == "Medpot" or [type] == "P0f" or [type] == "Rdpy" or [type] == "Suricata" or [type] == "Tanner" {
|
||||
# if [type] == "Adbhoney" or [type] == "Ciscoasa" or [type] == "CitrixHoneypot" or [type] == "ConPot" or [type] == "Cowrie" or [type] == "Dicompot" or [type] == "Dionaea" or [type] == "ElasticPot" or [type] == "Fatt" or [type] == "Glutton" or [type] == "Honeysap" or [type] == "Honeytrap" or [type] == "Heralding" or [type] == "Honeypy" or [type] == "Ipphoney" or [type] == "Mailoney" or [type] == "Medpot" or [type] == "P0f" or [type] == "Rdpy" or [type] == "Suricata" or [type] == "Tanner" {
|
||||
mutate {
|
||||
add_field => {
|
||||
"t-pot_ip_ext" => "${MY_EXTIP}"
|
||||
@ -558,7 +586,7 @@ if "_grokparsefailure" in [tags] { drop {} }
|
||||
"t-pot_hostname" => "${MY_HOSTNAME}"
|
||||
}
|
||||
}
|
||||
}
|
||||
# }
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user