mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-04 14:18:52 +00:00
update glutton
This commit is contained in:
parent
67d5c5a26c
commit
a5f027e896
2 changed files with 8 additions and 1 deletions
6
docker/glutton/dist/rules.yaml
vendored
6
docker/glutton/dist/rules.yaml
vendored
|
@ -14,12 +14,18 @@ rules:
|
||||||
- match: tcp dst port 445
|
- match: tcp dst port 445
|
||||||
type: conn_handler
|
type: conn_handler
|
||||||
target: smb
|
target: smb
|
||||||
|
- match: tcp dst port 1883
|
||||||
|
type: conn_handler
|
||||||
|
target: mqtt
|
||||||
- match: tcp dst port 3389
|
- match: tcp dst port 3389
|
||||||
type: conn_handler
|
type: conn_handler
|
||||||
target: rdp
|
target: rdp
|
||||||
- match: tcp dst port 5060
|
- match: tcp dst port 5060
|
||||||
type: conn_handler
|
type: conn_handler
|
||||||
target: sip
|
target: sip
|
||||||
|
- match: tcp dst port 5222 or port 5223
|
||||||
|
type: conn_handler
|
||||||
|
target: jabber
|
||||||
- match: tcp
|
- match: tcp
|
||||||
type: conn_handler
|
type: conn_handler
|
||||||
target: default
|
target: default
|
||||||
|
|
|
@ -234,6 +234,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /var/lib/glutton:uid=2000,gid=2000
|
- /var/lib/glutton:uid=2000,gid=2000
|
||||||
|
- /run:uid=2000,gid=2000
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
@ -241,7 +242,7 @@ services:
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- /data/glutton/log:/var/log/glutton
|
- /data/glutton/log:/var/log/glutton
|
||||||
- /root/tpotce/docker/glutton/dist/rules.yaml:/opt/glutton/rules/rules.yaml
|
# - /root/tpotce/docker/glutton/dist/rules.yaml:/opt/glutton/rules/rules.yaml
|
||||||
|
|
||||||
# Mailoney service
|
# Mailoney service
|
||||||
mailoney:
|
mailoney:
|
||||||
|
|
Loading…
Reference in a new issue