Sign up
Submit the account form with full name, email, and a strong password (8+ chars, upper/lower/number/special).
/signup.htmlThis page is the operator's guide for Runtime Security. It tells you the exact order to bring a new environment online, the five deployment paths available, the detection domains and their console entry points, and the daily operating loop. Per-target deployment pages for each supported runtime are linked in the resources section.
How to start
Complete these steps in order to go from account creation to runtime analysis and control. The first two steps are one-time. Steps three through five are repeated per environment you want to cover.
Submit the account form with full name, email, and a strong password (8+ chars, upper/lower/number/special).
/signup.htmlOpen your email and click the verification link. The token is single-use and short-lived. First login is blocked until verification succeeds.
Choose the deployment path that matches where your workloads run. Copy the per-tenant command from the console after login — it already embeds your customer UUID and pin.
Confirm the new host, pod, or task shows up in Runtime Overview → Inventory. Check that process, file, and network counts are non-zero in the current window.
Triage findings by severity, walk the event timeline for context, and tune file/process/network policies where alert volume is high or a compliance requirement applies.
Sign-up and verification must happen first. Deployment comes next, then event analysis and policy hardening in the runtime console.
Solution model
After onboarding is complete, use this as the operating model for daily runtime security work. Each pillar maps to a section in the console you will see after login at overview.php.
Ingest kernel-level runtime signals (via eBPF) from Kubernetes-managed containers, standalone containers, and Linux hosts into one inventory and event model.
Correlate threat, vulnerability, and behavioral findings — then rank by severity, business context, and compliance scope.
Apply policy controls to reduce alert noise and enforce monitoring coverage where risk is concentrated. Policies sync to sensors live — no restart, no redeploy.
Deployment tracks
Choose one method first (standalone, Docker, Kubernetes, EKS, ECS), then verify event flow and control posture. Reference command templates live on the home page; per-tenant commands are shown in the console after login.
Enable namespace, pod, label, and container context for runtime findings and policy actions. Sensor installs as a DaemonSet.
kubectl create -f …).Cover standalone container runtimes (Docker, containerd, podman) and host-level container workloads.
Track host process execution, file drift, and network runtime events for VMs, bare metal, and edge hosts.
Operational workflow
Use this sequence to reduce context switching and improve runtime response quality.
Get coverage and telemetry health before deep investigation.
Use combined findings and process alerts to prioritize investigations.
Apply monitoring controls where detections are noisy or high-risk.
Detection domains
Use this table as the default mapping between detection signals and control actions. Each console URL below is the direct entry point — bookmark the ones you use most.
| Domain | Primary signals | Triage entry point | Control action |
|---|---|---|---|
| Threat + Vulnerability | MITRE tags, PCI tags, CVE-linked indicators, exploit behaviors | /overview.php?view=findings |
Prioritize assets and map policy hardening |
| Process | Unexpected execution chains, privilege escalation, noisy binaries | /overview.php?view=top_alerts |
/overview.php?view=policies_process |
| File | Sensitive path writes, config drift, binary tampering | /overview.php?view=events&action=fim |
/overview.php?view=policies_file |
| Network | IOC lookups, egress anomalies, unexpected destinations | /overview.php?view=events |
/overview.php?view=policies_network |
Troubleshooting
Short answers to the questions we see most often during first-month rollouts.
Validate that the environment has active sensors and current inventory events. Then verify date range and customer scope filters. If sensor health is green but event volume is zero, confirm the kernel version (5.8+) and that eBPF is not blocked by host policy.
Open combined findings first, identify top process alert sources, then tune process and file policies for those binaries and paths. A small number of noisy binaries typically account for the majority of alert volume on day one.
Review Runtime Overview asset matrix and ensure host rows include process and file signal counts in the current time window. If the host row appears but signal counts stay at zero for more than a minute, check sensor logs on that host and kernel version (eBPF requires 5.8+).
Yes. Policy controls support host and non-managed container use cases in addition to Kubernetes-managed workloads. The policy distribution path is the same across all deployment targets.
The console's deployment view renders per-tenant install commands with your customer UUID and pin. Template versions (with placeholders) are on the home page.
Yes. After ingest, an AI event scoring job enriches raw events with context (process lineage, image history, endpoint reputation) before they land in findings. The data flow is shown in the architecture diagram on the home page.
Resources + pages
Every page in the product site, grouped so you can pick the right level of detail.
Landing page with feature pillars, deployment paths, architecture, and techniques.
Printable one-page diagrams for review boards and change tickets.
Background references and the live runtime console.
Use this order: sign-up, verify email, deploy sensor, validate events, then tune controls in the console.