Files
oc-sentinel/config/ocsentinel-settings.example.json
OfficeCom Codex b5e06b885a
Some checks failed
OfficeCom Sentinel Client / build-client (push) Has been cancelled
Remove legacy AttackTracer repo content
2026-07-17 00:55:16 +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"
]
}