Binary Integrity
Monitors endpoint binaries for tampering. Registers baselines, detects modifications, generates attestation reports.
curl -X POST https://endpoint-api.qntyx.io/baselines/register \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
https://endpoint-api.qntyx.io
| Method | Path | Description |
|---|---|---|
POST | /baselines/register | Register a baseline |
POST | /scans/report | Submit a scan report |
GET | /events/ | List security events |
GET | /stats/ | Dashboard statistics |
All endpoints require a bearer token. See Authentication for details.
Manage this product visually at app-endpoint.qntyx.io
Learn more at endpoint.qntyx.io