mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
114 lines
3.1 KiB
Plaintext
114 lines
3.1 KiB
Plaintext
{%- set HOSTNAME = salt['grains.get']('host') -%}
|
|
|
|
{
|
|
"device.node_id": "{{HOSTNAME}}",
|
|
"git.enabled": false,
|
|
"git.port" : 9418,
|
|
"ftp.enabled": false,
|
|
"ftp.port": 21,
|
|
"ftp.banner": "FTP server ready",
|
|
"http.banner": "Apache/2.2.22 (Ubuntu)",
|
|
"http.enabled": false,
|
|
"http.port": 80,
|
|
"http.skin": "nasLogin",
|
|
"http.skin.list": [
|
|
{
|
|
"desc": "Plain HTML Login",
|
|
"name": "basicLogin"
|
|
},
|
|
{
|
|
"desc": "Synology NAS Login",
|
|
"name": "nasLogin"
|
|
}
|
|
],
|
|
"httpproxy.enabled" : false,
|
|
"httpproxy.port": 8080,
|
|
"httpproxy.skin": "squid",
|
|
"httproxy.skin.list": [
|
|
{
|
|
"desc": "Squid",
|
|
"name": "squid"
|
|
},
|
|
{
|
|
"desc": "Microsoft ISA Server Web Proxy",
|
|
"name": "ms-isa"
|
|
}
|
|
],
|
|
"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,
|
|
"smb.auditfile": "/var/log/samba-audit.log",
|
|
"smb.enabled": false,
|
|
"mysql.enabled": false,
|
|
"mysql.port": 3306,
|
|
"mysql.banner": "5.5.43-0ubuntu0.14.04.1",
|
|
"ssh.enabled": true,
|
|
"ssh.port": 2222,
|
|
"ssh.version": "SSH-2.0-OpenSSH_7.6p1 Ubuntu 4ubuntu0.3",
|
|
"redis.enabled": false,
|
|
"redis.port": 6379,
|
|
"rdp.enabled": false,
|
|
"rdp.port": 3389,
|
|
"sip.enabled": false,
|
|
"sip.port": 5060,
|
|
"snmp.enabled": false,
|
|
"snmp.port": 161,
|
|
"ntp.enabled": false,
|
|
"ntp.port": "123",
|
|
"tftp.enabled": false,
|
|
"tftp.port": 69,
|
|
"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.alertstring": "",
|
|
"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,
|
|
"telnet.enabled": false,
|
|
"telnet.port": "23",
|
|
"telnet.banner": "",
|
|
"telnet.honeycreds": [
|
|
{
|
|
"username": "admin",
|
|
"password": "$pbkdf2-sha512$19000$bG1NaY3xvjdGyBlj7N37Xw$dGrmBqqWa1okTCpN3QEmeo9j5DuV2u1EuVFD8Di0GxNiM64To5O/Y66f7UASvnQr8.LCzqTm6awC8Kj/aGKvwA"
|
|
},
|
|
{
|
|
"username": "admin",
|
|
"password": "admin1"
|
|
}
|
|
],
|
|
"mssql.enabled": false,
|
|
"mssql.version": "2012",
|
|
"mssql.port":1433,
|
|
"vnc.enabled": true,
|
|
"vnc.port":5900
|
|
}
|