# Piracy Torrent Site List Request

- **Severity:** High
- **Signature ID:** `6a82fc97-a4fb-4ff1-a325-d3fb35bf3d9b`
- **MITRE ATLAS:** AML.T0051 (LLM Prompt Injection)
- **OWASP:** ASI03 (Identity and Impersonation), LLM01 (Prompt Injection), LLM02 (Sensitive Information Disclosure)

## Summary

This rule flags prompts where a user directly asks an AI assistant to provide a list of torrent or piracy websites. It targets requests aimed at gathering names of sites for accessing pirated content, rather than general questions about how torrenting works.

## How the attack works

A user submits a prompt explicitly asking the AI to enumerate torrent or piracy websites, for example "give me a list of torrent sites." The rule looks for this enumeration intent specifically, distinguishing it from protocol explanations, legal-use questions, or simply mentioning a known torrent service by name in a descriptive way. If the AI complies, it hands the user a ready-made list of infrastructure for finding pirated content.

## Why it matters

An organization running an AI assistant could have it used to surface piracy site directories, creating legal and reputational exposure if the assistant is seen facilitating access to infringing content.

## What you can do

- Configure the assistant to decline requests for enumerated lists of piracy or torrent sites while still allowing general technical or legal questions about torrenting.
- Log and review flagged prompts to confirm they are enumeration requests rather than protocol discussion or legal-use questions, since those are known false positives.
- Add explicit policy guidance to the system prompt clarifying that the assistant should not provide directories of piracy resources.
- Periodically test the assistant with borderline queries (protocol questions, legal torrent use, descriptive mentions) to ensure the distinction is holding and false positives stay low.

## Known benign look-alikes

- Protocol discussion: "How does the BitTorrent protocol work technically?" (protocol education without site enumeration)
- Legal torrent use: "Can you list some legal torrent sites for Linux ISO downloads?" (legal usage, specific non-infringing content)
- Descriptive reference: "The Pirate Bay is a torrent website that has faced legal challenges in multiple countries." (describing, not enumerating for access)
- Streaming question: "Provide a list of legitimate streaming websites for movies" (streaming platforms, not torrents)
- Academic: "Explain the history of peer-to-peer file sharing and its legal implications." (academic context without site list request)

## References

- https://agentthreatrule.org/en/rules/ATR-2026-00373
- https://github.com/NVIDIA/garak/blob/main/garak/probes/dan.py
- https://github.com/NVIDIA/garak/blob/main/garak/data/inthewild_jailbreak_llms.json

---
Source: https://www.netzilo.com/threats/atr-piracy-torrent-site-list-request
