Remove legacy AttackTracer repo content
Some checks failed
OfficeCom Sentinel Client / build-client (push) Has been cancelled
Some checks failed
OfficeCom Sentinel Client / build-client (push) Has been cancelled
This commit is contained in:
20
config/ocsentinel-settings.example.json
Normal file
20
config/ocsentinel-settings.example.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"warningEventThreshold": 1,
|
||||
"criticalEventThreshold": 20,
|
||||
"warningUniqueIpThreshold": 1,
|
||||
"criticalUniqueIpThreshold": 10,
|
||||
"correlationWarningCveThreshold": 1,
|
||||
"correlationCriticalCveThreshold": 1,
|
||||
"ftpRoots": [
|
||||
"C:\\inetpub\\logs\\LogFiles",
|
||||
"D:\\inetpub\\logs\\LogFiles"
|
||||
],
|
||||
"fileZillaRoots": [
|
||||
"C:\\Program Files (x86)\\FileZilla Server\\Logs",
|
||||
"D:\\Program Files (x86)\\FileZilla Server\\Logs"
|
||||
],
|
||||
"excludedIps": [
|
||||
"127.0.0.1",
|
||||
"::1"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user