Stop manually reading raw OpenSCAP evaluation payloads. Ingest telemetry from target Linux hosts and instantly generate executive landscape audit PDFs alongside tailored Ansible playbooks and Bash scripts.
Zero heavy agent footprints. Transmit scan telemetry directly via standard HTTP requests or cron tasks.
Run standard OpenSCAP or STIG profile checks across your target RHEL, Debian, or Fedora nodes.
Submit scan results via POST to /v1/telemetry using your Organization API Key.
Background workers calculate drift diffs, render WeasyPrint PDFs, and compile Ansible playbooks automatically.
# Step 1: Run OpenSCAP Evaluation
$ oscap xccdf eval --profile xccdf_org.ssgproject.content_profile_stig \
--results /tmp/scan-results.xml /usr/share/xml/scap/ssg/content/ssg-rhel8-ds.xml
# Step 2: Post Telemetry to MSAAS API
$ curl -X POST https://msaas.services/v1/telemetry \
-H "X-API-Key: stig_live_9a8b7c6d5e4f" \
-H "Content-Type: application/json" \
-d '{"hostname": "rhel8-prod-01", "results": [...]}'
[202 Accepted] Job queued in Redis for async worker processing.
[+] PDF Audit Report & Ansible Playbooks pre-compiled in background.
Purpose-built for systems administration, DevOps automation, and defense hardening workflows.
Automatically maps failing STIG rule IDs (e.g. `sysctl`, `sshd`, `auditd`) to idempotent Ansible playbooks and Bash scripts.
Generates executive PDF reports complete with historical diff markers showing remediated rules versus new drift.
Groups evaluations by target hostname into expandable cards, allowing engineers to manage multiple nodes effortlessly.
Start with a free developer key or request enterprise on-premise licensing.
For standalone evaluation and dev environments.
For IT consultancies & system integrators.
Self-hosted Podman/Kubernetes deployments.