mirror of
https://github.com/vxcontrol/soldr-modules.git
synced 2026-07-01 12:47:17 -04:00
feat: added osquery_linux to the target build
This commit is contained in:
@@ -30,6 +30,7 @@ COPY correlator_linux /opt/vxmodules/mon/correlator_linux
|
||||
COPY yara_scanner /opt/vxmodules/mon/yara_scanner
|
||||
COPY lua_interpreter /opt/vxmodules/mon/lua_interpreter
|
||||
COPY osquery /opt/vxmodules/mon/osquery
|
||||
COPY osquery_linux /opt/vxmodules/mon/osquery_linux
|
||||
COPY shell /opt/vxmodules/mon/shell
|
||||
COPY utils /opt/vxmodules/mon/utils
|
||||
COPY config.json /opt/vxmodules/mon/
|
||||
|
||||
+39
@@ -619,5 +619,44 @@
|
||||
],
|
||||
"last_module_update": "2022-12-27 00:00:00",
|
||||
"last_update": "2022-12-27 00:00:00"
|
||||
},
|
||||
{
|
||||
"group_id": "",
|
||||
"policy_id": "",
|
||||
"state": "release",
|
||||
"template": "empty",
|
||||
"os": {
|
||||
"linux": [
|
||||
"386",
|
||||
"amd64"
|
||||
]
|
||||
},
|
||||
"name": "osquery_linux",
|
||||
"version": {
|
||||
"major": 1,
|
||||
"minor": 0,
|
||||
"patch": 0
|
||||
},
|
||||
"actions": [],
|
||||
"events": [
|
||||
"osquery_linux_already_installed",
|
||||
"osquery_linux_already_started",
|
||||
"osquery_linux_config_updated_error",
|
||||
"osquery_linux_config_updated_success",
|
||||
"osquery_linux_installed_error",
|
||||
"osquery_linux_installed_success",
|
||||
"osquery_linux_started_error",
|
||||
"osquery_linux_started_success",
|
||||
"osquery_linux_unexpected_stopped",
|
||||
"osquery_linux_unexpected_uninstalled",
|
||||
"osquery_linux_uninstalled_error",
|
||||
"osquery_linux_uninstalled_success"
|
||||
],
|
||||
"fields": [
|
||||
"reason",
|
||||
"version"
|
||||
],
|
||||
"last_module_update": "2022-12-27 00:00:00",
|
||||
"last_update": "2022-12-27 00:00:00"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user