mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-14 04:01:23 +01:00
91 lines
2.6 KiB
YAML
91 lines
2.6 KiB
YAML
idh:
|
|
opencanary:
|
|
config:
|
|
logger:
|
|
class: PyLogger
|
|
kwargs:
|
|
formatters:
|
|
plain:
|
|
format: '%(message)s'
|
|
handlers:
|
|
console:
|
|
class: logging.StreamHandler
|
|
stream: ext://sys.stdout
|
|
file:
|
|
class: logging.FileHandler
|
|
filename: /var/tmp/opencanary.log
|
|
portscan.enabled: false
|
|
portscan.logfile: /var/log/kern.log
|
|
portscan.synrate: 5
|
|
portscan.nmaposrate: 5
|
|
portscan.lorate: 3
|
|
tcpbanner.maxnum: 10
|
|
tcpbanner.enabled: false
|
|
tcpbanner_1.enabled: false
|
|
tcpbanner_1.port: 8001
|
|
tcpbanner_1.datareceivedbanner: ''
|
|
tcpbanner_1.initbanner: ''
|
|
tcpbanner_1.alertstring.enabled: false
|
|
tcpbanner_1.keep_alive.enabled: false
|
|
tcpbanner_1.keep_alive_secret: ''
|
|
tcpbanner_1.keep_alive_probes: 11
|
|
tcpbanner_1.keep_alive_interval: 300
|
|
tcpbanner_1.keep_alive_idle: 300
|
|
ftp.enabled: true
|
|
ftp.port: 21
|
|
ftp.banner: FTP server ready
|
|
git.enabled: true
|
|
git.port: 9418
|
|
http.banner: Apache/2.2.34 (Ubuntu)
|
|
http.enabled: true
|
|
http.port: 80
|
|
http.skin: nasLogin
|
|
http.skin.list:
|
|
- desc: Plain HTML Login
|
|
name: basicLogin
|
|
- desc: Synology NAS Login
|
|
name: nasLogin
|
|
httpproxy.enabled: true
|
|
httpproxy.port: 8080
|
|
httpproxy.skin: squid
|
|
httproxy.skin.list:
|
|
- desc: Squid
|
|
name: squid
|
|
- desc: Microsoft ISA Server Web Proxy
|
|
name: ms-isa
|
|
mssql.enabled: true
|
|
mssql.version: '2012'
|
|
mssql.port: 1433
|
|
mysql.enabled: true
|
|
mysql.port: 3306
|
|
mysql.banner: 5.5.43-0ubuntu0.14.04.1
|
|
ntp.enabled: true
|
|
ntp.port: '123'
|
|
redis.enabled: true
|
|
redis.port: 6379
|
|
sip.enabled: true
|
|
sip.port: 5060
|
|
smb.auditfile: /var/log/samba-audit.log
|
|
smb.enabled: true
|
|
snmp.enabled: true
|
|
snmp.port: 161
|
|
ssh.enabled: true
|
|
ssh.port: 22
|
|
ssh.version: SSH-2.0-OpenSSH_5.1p1 Debian-4
|
|
telnet.enabled: true
|
|
telnet.port: '23'
|
|
telnet.banner: ''
|
|
telnet.honeycreds:
|
|
- username: admin
|
|
password: $pbkdf2-sha512$19000$bG1NaY3xvjdGyBlj7N37Xw$dGrmBqqWa1okTCpN3QEmeo9j5DuV2u1EuVFD8Di0GxNiM64To5O/Y66f7UASvnQr8.LCzqTm6awC8Kj/aGKvwA
|
|
- username: admin
|
|
password: admin1
|
|
tftp.enabled: true
|
|
tftp.port: 69
|
|
vnc.enabled: true
|
|
vnc.port: 5900
|
|
openssh:
|
|
enable: true
|
|
config:
|
|
port: 2222
|