forked from firewalla/firewalla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetbot.config
75 lines (74 loc) · 2.08 KB
/
netbot.config
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"service":"Firewalla",
"serviceType":"fb",
"memberType":"direct",
"version":1.0,
"appId":"com.rottiesoft.pi",
"appSecret":"4137f1d7-f28e-469e-b045-70e1d393ca4b",
"endpoint_name":"netbot",
"name":"netbot",
"listen":"gid",
"home":"/home/pi/encipher.iot",
"controllers":[
{
"id":"0",
"type":"netbot",
"name":"netbot",
"config":"../controllers/netbot.json",
"sensor":
{
"discovery": {
"networkInterfaces": ["eth0"]
},
"monitoringInterface": "eth0",
"flow": {
"summaryhours": 1
},
"bro": {
"notice" : {
"monitor" : {
},
"ignore" : {
"SSL::Invalid_Server_Cert":"ignore",
"PacketFilter::Dropped_Packets":"ignore"
},
"path" : "/usr/local/bro/logs/current/notice.log",
"expires": 806400
},
"intel" : {
"path": "/usr/local/bro/logs/current/intel.log",
"expires": 566400,
"ignore" : {
"none":"ignore"
}
},
"dns": {
"path": "/usr/local/bro/logs/current/dns.log",
"expires": 86400
},
"software": {
"path": "/usr/local/bro/logs/current/software.log",
"expires": 566400
},
"http": {
"path": "/usr/local/bro/logs/current/http.log",
"expires": 86400
},
"ssl": {
"path": "/usr/local/bro/logs/current/ssl.log",
"expires": 86400
},
"conn": {
"path": "/usr/local/bro/logs/current/conn.log",
"flowstashExpires": 1800,
"expires": 86400
},
"ssh": {
"path": "/usr/local/bro/logs/current/ssh.log",
"expires": 166400
}
}
}
}
]
}