Here is exactly what BitDrip sees, what it never stores, and how we protect your infrastructure. No marketing language — this is the technical reality of how the product works.
BitDrip is a policy-enforcement layer, not a data collector. It evaluates traffic in memory and records only the metadata required to produce an audit trail. The content itself is never persisted.
PCI_CARD_NUMBER, GDPR_EMAIL). Human-readable, no content.
Every step runs on your infrastructure. BitDrip's servers are never in the path.
The request is blocked before it reaches the AI provider. An audit event is created containing only: timestamp, rule name, violation category, content hash (SHA-256), user identity, and policy decision. The prompt text is discarded.
The request is forwarded to the AI provider over a fresh TLS connection. The provider receives the original request exactly as the user intended, with no modification.
BitDrip uses HTTPS interception to read encrypted AI traffic. This section explains the mechanism honestly, including what it means for your TLS trust model.
api.openai.com), signs it with the local CA key, and presents it to the browser. The browser sees a valid certificate because it trusts the CA. This is how BitDrip can read the encrypted request content.
bitdrip ca remove first, or remove the certificate from the trust store by hand. The CA key material is deleted from disk during uninstall.
Because the CA is generated locally and unique per deployment, no third party — including Anchor Cyber Security — can use it to intercept your connections. The CA is only trusted by machines where BitDrip is installed.
Installing a root CA in the OS trust store is a significant trust decision. Any process running with sufficient privileges on the same machine can potentially present certificates signed by that CA.
This is an inherent property of OS-level certificate trust, not a BitDrip-specific risk. Standard enterprise DLP products carry the same consideration.
The audit log is designed to be tamper-evident. If any entry is modified or deleted after the fact, the chain breaks and the tampering is detectable.
Each event includes the SHA-256 hash of the previous event. Deleting or modifying any event in the middle of the log invalidates every subsequent hash, making the tampering immediately visible when the chain is verified.
Each event is individually signed with an ed25519 key pair. The verification key is exported at installation time so auditors can verify log integrity independently, without access to the signing key or to BitDrip's systems.
Default retention is 90 days on the Community tier. Starter and Professional tiers support configurable retention up to 3 years. Enterprise deployments can write audit events directly to an immutable SIEM (Splunk, Elastic, Azure Sentinel) for long-term preservation.
Four scenarios security architects regularly ask about — and the specific controls that address each one.
bitdrip ca rotate generates a new keypair, removes the old CA from the trust store, and installs the new one. The old CA ceases to be trusted immediately.If you discover a security issue in BitDrip — the software, the portal, the documentation site, or any component we operate — please contact us at security@anchorcybersecurity.com.
We commit to responding within 48 hours with an acknowledgement and an initial assessment. For confirmed vulnerabilities, we will provide a remediation timeline within 7 days.
We credit researchers who follow coordinated disclosure — please allow us 90 days to patch before public disclosure. We will name you in the release notes unless you prefer to remain anonymous. We do not currently offer a monetary bug bounty, though we do offer recognition and reference letters for material findings.
For encrypted reports, our PGP key is available at docs.bitdrip.app/security/pgp.
We're happy to walk your security team through the architecture, answer questions about the CA model, or support a proof-of-concept deployment in your environment.