-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopencanary.conf
More file actions
60 lines (60 loc) · 2.08 KB
/
opencanary.conf
File metadata and controls
60 lines (60 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"device.node_id": "sf-corp-srv01",
"device.name": "SFCorpServer",
"device.description": "Corporate Web Server - Main Office",
"logger": {
"class": "PyLogger",
"kwargs": {
"formatters": {
"plain": {
"format": "%(asctime)s %(name)s[%(process)d]: %(message)s"
}
},
"handlers": {
"file": {
"class": "logging.FileHandler",
"filename": "/var/log/opencanary/opencanary.log",
"formatter": "plain"
}
}
}
},
"portscan.enabled": true,
"ssh.enabled": true,
"ssh.port": 22,
"ssh.version": "SSH-2.0-OpenSSH_8.4p1 Ubuntu-6ubuntu2.1",
"ssh.banner": "Welcome to Secured Foundations LLC Corporate Server\n\nThis system is for authorized users only.\nAll activities are monitored and logged.\n\nLast login: Mon Dec 16 09:15:23 2024 from 192.168.1.100\n",
"telnet.enabled": true,
"telnet.port": 23,
"telnet.banner": "Secured Foundations LLC Network Equipment\nCisco IOS Software, Version 15.2(4)E7\nCopyright (c) 1986-2018 by Cisco Systems, Inc.\n\nUser Access Verification\n\nUsername: ",
"http.enabled": true,
"http.port": 80,
"http.banner": "Apache/2.4.41 (Ubuntu)",
"http.skin": "nasLogin",
"ftp.enabled": true,
"ftp.port": 21,
"ftp.banner": "220 Secured Foundations FTP Server v2.1.4 ready",
"smb.enabled": true,
"smb.port": 445,
"smb.domain": "SECUREDFOUNDATIONS",
"smb.serverName": "FILESERVER01",
"smb.netbiosname": "FILESERVER01",
"mysql.enabled": true,
"mysql.port": 3306,
"mysql.banner": "5.7.37-0ubuntu0.18.04.1",
"vnc.enabled": true,
"vnc.port": 5900,
"redis.enabled": true,
"redis.port": 6379,
"mssql.enabled": true,
"mssql.port": 1433,
"mssql.version": "Microsoft SQL Server 2019 (RTM-CU8)",
"snmp.enabled": true,
"snmp.port": 161,
"sip.enabled": true,
"sip.port": 5060,
"tftp.enabled": true,
"tftp.port": 69,
"nfs.enabled": true,
"nfs.port": 2049
}