Éric Falconnier
Éric Falconnier
+1 Also: [examples](https://github.com/osquery/osquery/blob/1699adc38741c05bd9cf02fe6995a9aca9de9504/tools/tests/test_http_server.py#L87-L98) in the test http servers show the functionality being used to restrict the queries to some platforms. Maybe the packs scoping via discovery (as list of queries)/platform/version...
Hello, We use a signed token + the serial number. The serial number is not signed because it is set in the postinstall script of the enrollment packages. We haven't...
The enrolled machines are linked to the enrollments, and this is how we then find the corresponding configuration for the different agents. Some things we could do: - Allow removal...
Sorry for the delay. All the probes are in the `probes_probesource` table. The `santa_configuration` table is for the enrollments.
I think the [over-the-air](https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/iPhoneOTAConfiguration/OTASecurity/OTASecurity.html#//apple_ref/doc/uid/TP40009505-CH3-SW1) profile delivery has to be considered here. This would allow a third party app to take care of the user authentication. This app would have to...
Hi @groob, I am not aware of any other way to authenticate the user. If you request a basic auth though, you would get the actual username and password and...
There is a django management command to add a probe feed: `python server/manage.py add_probe_feed` There is actually no way to export and import the full zentral configuration via files, but...
There is an [API endpoint now](https://docs.zentral.io/en/latest/apps/osquery/#apiosquerypacksslug) to import Osquery packs.
It is probably an error on the server, in the zentral app, that is returned to the osquery client. The osquery client is expecting JSON, and cannot enroll. Look in...
It seems the endpoint for the enrollment is the wrong one: ``` Aug 08 15:10:12 zentral-server.DOMAIN.com gunicorn[1383]: 2019-08-08 19:10:12,013 PID1726 log WARNING Not Found: /enroll ``` You should be able...