Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Security

Architectures for Forensic Watermarking


Background
An ever increasing variety of entertainment content is being distributed under control of DRM technology. DRM imposes limitations on the storage and rendering (playback) of the content, consistent with the agreement between the content provider and the consumer. Such agreements typically constrain the consumer's ability to make copies or redistribute the content, but DRM technology alone cannot enforce this aspect of the agreement. Once the DRM decrypts (unscrambles) the content to plain-text, it leaves the logical protection domain of the DRM.
Figure 1: Content Exposure

Common exposures are shown in Figure 1. Technologies devised to protect content subsequent to decryption, such as link encryption and local storage encryption, have been routinely circumvented. The chief difficulty is that the content must eventually pass through an "analog hole", to be rendered in a form that the consumer can enjoy. Additionally, many playback devices expose digital plain-text content internally, where it is available to anyone able to probe or eavesdrop inside the device. An internal physical security perimeter can be implemented to deter probing, but adds significant cost. These protection mechanisms are categorized as preventative security controls in that they inhibit consumer behaviors associated with content misuse or piracy. Such controls, if rigidly implemented, can frustrate even legitimate consumer activities, while ultimately failing to deter a determined adversary. Consequently, interest has arisen in an alternative "investigative" control called forensic watermarking, as a complement to DRM technology. Investigative controls tend to be more palatable, since they do not interfere with consumer activity, but rather expose violations of the consumer's agreement with the content provider.

Forensic watermarking embeds information into the content to facilitate the tracing of unauthorized copies back to the last legitimate handling of the content - where the forensic watermark was applied. Forensic watermarks may carry such information as a content purchase transaction identifier, the account under which the content was delivered, the identity of the equipment enforcing the DRM, and the date and time of rendering. Broadly, its purpose is to aid investigators in locating leaks in the content distribution chain, and to provide evidence to support the appropriate corrective action.

Forensic watermarking has also been referred to as fingerprinting - reasonable in that the rendering device leaves its mark on the content that it touches. The term fingerprinting has become ambiguous, however: it is also used to identify the abstraction of an identifying signature from content for the purpose of identifying the content. While watermarks can also be used to identify content, fingerprinting in this context is a fundamentally different technology.

This paper introduces watermarking concepts and describes how forensic watermarking is positioned in that framework. It then develops a system model and identifies architectural alternatives for forensic watermark implementation.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.