Rhindon Cyber logo
    Support & Documentation
    Contact Support

    AI Data Governance Control Plane

    Your people are pasting things into AI tools right now. The AI Data Governance control plane inspects what leaves your organization through those tools, decides what to do about it against policy you set, and keeps a defensible record of both.

    The problem it solves

    Shadow AI discovery tells you which AI tools are in use. It does not tell you what went into them. The control plane closes that gap: it examines the content of AI interactions for sensitive data — personal information, health data, payment details, credentials, source code, and customer records — and applies your organization's rules before or after that content reaches the provider.

    How content is classified

    Classification runs in two layers. A fast pattern layer catches well-structured identifiers such as card numbers, national IDs, and API keys. On top of that, an optional Named Entity Recognition service reads unstructured prose and identifies people, organizations, locations, and other entities that no pattern can reliably match. Each finding carries an entity type and a confidence score.

    What happens on a detection

    The detector never decides the outcome. It reports what it found and how confident it is; your policy decides what to do. That separation matters, because the same detection can be acceptable in one workflow and unacceptable in another.

    Allow
    The flow proceeds unchanged and is recorded for reporting and trend analysis.
    Mask
    Detected values are replaced before the content reaches the AI provider. The user's request still works; the sensitive value never leaves.
    Block
    The request is refused, the user is told why, and the attempt is recorded.

    Policy packs

    Rules are grouped into policy packs so you can express intent once and apply it broadly: which entity types matter, what confidence is high enough to act on, which destinations are trusted, and what action each combination produces. Every organization starts with a sensible baseline pack and can add its own on top. Changing a pack takes effect on the next flow — no redeployment, no engineering ticket.

    Connecting a system: two paths

    There are two ways to bring an AI system under the control plane, and they are not mutually exclusive.

    • Inline enforcement — route AI requests through the RAIC proxy endpoint. Classification and policy run before the content reaches the provider, so masking and blocking actually prevent exposure rather than just reporting it.
    • Flow reporting — have an application report its AI interactions after the fact. You get classification, policy evaluation, and the full record, but enforcement is advisory because the content has already been sent.

    Automatic collection from managed AI platforms

    For organizations running Microsoft 365 Copilot or ChatGPT Enterprise, the control plane sweeps activity from those platforms on a schedule and runs each interaction through the same classification and policy pipeline as directly connected systems. That gives you coverage of sanctioned enterprise AI without asking any team to change how they work.

    The payload vault

    When a policy needs the evidence — not just the verdict — a sample of the offending content can be retained in the encrypted payload vault so a reviewer can see what actually triggered the decision. Samples are encrypted at rest, visible only to authorized reviewers in your organization, and expire automatically within a retention window of at most 180 days. Expired samples are purged on a daily cycle; the decision record survives, the sensitive content does not.

    What gets recorded

    Every flow, classification result, policy decision, pack change, vault access, and purge is written to your organization's activity log and mirrored to the platform log. That record is what turns "we control what our staff send to AI tools" from an assertion into something you can demonstrate to an assessor.

    Availability

    The AI Data Governance control plane is available to Enterprise organizations and is enabled per organization by an administrator. Named Entity Recognition is an optional add-on within the module and can be toggled independently.