Requires Enterprise plan. Currently in early access.
How it works
Ona automatically identifies confidential data entering the environment and registers it with the kernel. The kernel fingerprints the data and continuously monitors all outbound network traffic for matches — including traffic encrypted with TLS, SSH, and other protocols. Datawall is resistant to common evasion techniques including encoding transforms (base64, hex, URL encoding), process relaying, and application-layer encryption.What it catches
| Scenario | Detected |
|---|---|
| Agent sends data verbatim over HTTP or HTTPS | Yes |
| Agent encodes data before sending (base64, hex, URL) | Yes |
| Agent relays data through a child process (curl, wget) | Yes |
| Agent writes to file, different process reads and sends | Yes |
| Agent sends over SSH (git push, scp) | Yes |
| Agent encrypts data at the application layer before sending | Yes |
| Agent splits data across multiple requests | Partial |
| Agent paraphrases or rewrites the data | No |