Files
oc-sentinel/config/attacktracer-settings.example.json
2026-07-17 00:39:28 +02:00

21 lines
489 B
JSON

{
"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"
]
}