Initial OfficeCom Sentinel client and deployment assets
This commit is contained in:
12
config/attacktracer-client.example.json
Normal file
12
config/attacktracer-client.example.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"schemaVersion": "2.0",
|
||||
"environment": "production",
|
||||
"lookbackDays": 7,
|
||||
"topFindings": 10,
|
||||
"n8nWebhookUrl": "https://n8n.example.com/webhook/ocsentinel-ingest",
|
||||
"deviceIdentifierMode": "machineName",
|
||||
"uploadTimeoutSeconds": 30,
|
||||
"enableVulnerabilityCorrelation": true,
|
||||
"vulnerabilityCsvPath": "",
|
||||
"secretReference": "device-default"
|
||||
}
|
||||
15
config/attacktracer-server-settings.example.json
Normal file
15
config/attacktracer-server-settings.example.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"ninjaBaseUrl": "https://app.ninjarmm.com",
|
||||
"organizationId": 0,
|
||||
"clientId": "",
|
||||
"clientSecretEncrypted": "",
|
||||
"oauthScope": "monitoring management",
|
||||
"reportsRoot": "\\\\wsus2\\ATNShare$",
|
||||
"htmlOutputPath": "\\\\wsus2\\ATNShare$\\attacktracer-org-report.html",
|
||||
"statusFieldName": "attacktracerorgstatus",
|
||||
"summaryFieldName": "attacktracerorgsummary",
|
||||
"lastUpdateFieldName": "attacktracerorglastupdate",
|
||||
"htmlFieldName": "attacktracerorgreport",
|
||||
"updateHtmlField": false,
|
||||
"maxAlertRows": 25
|
||||
}
|
||||
20
config/attacktracer-settings.example.json
Normal file
20
config/attacktracer-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"
|
||||
]
|
||||
}
|
||||
8
config/update-channel.example.json
Normal file
8
config/update-channel.example.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"channel": "stable",
|
||||
"version": "2.0.0",
|
||||
"publishedAtUtc": "2026-07-16T18:00:00Z",
|
||||
"artifactUrl": "https://gitlab.example.com/group/project/-/releases/v2.0.0/downloads/OCSentinelClient-win-x64.zip",
|
||||
"sha256": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
|
||||
"minUpdaterVersion": "1.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user