---
title: "Getting Started with DoveRunner Piracy Guard ✨"
description: "Provides basic description and quick start guide for quick understanding and experience of DoveRunner Multi-DRM service."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

import { LinkCard, CardGrid } from '@astrojs/starlight/components';

Piracy Guard is an AI-powered anomaly detection feature built into DoveRunner that analyzes DRM license request patterns to identify suspicious user and device behavior at scale. It detects high-risk activity such as DRM license farming, bot automation, token replays, content ripping, and abnormal account sharing to help reduce revenue leakage and protect content value.

Piracy Guard is automatically enabled within DoveRunner and requires no additional integration. Customers can optionally use DoveRunner's RESTful APIs to retrieve piracy risk signals, anomaly reports, and flagged license events for integration with internal analytics or security workflows.

:::note

Piracy Guard is currently in private beta. Please contact DoveRunner support via an email to [support@doverunner.com](mailto:support@doverunner.com) or through our [Contact Us form](https://doverunner.com/contact-support/) to request access and learn more about the feature.

:::

<CardGrid>
  <LinkCard
    title="Piracy Guard ✨ Service API Guide"
    href="./piracy-guard-service-api/"
    description="Integrate with Piracy Guard using RESTful APIs."
  />
</CardGrid>

---