
Endpoint DLP Controls
FreePrevent sensitive data loss from endpoints effectively.
Free · Opens the source repo
What Endpoint DLP Controls does
The Endpoint DLP Controls skill is designed to help organizations implement Data Loss Prevention (DLP) strategies specifically for endpoint devices. By using this skill, users can effectively detect and prevent unauthorized transmission of sensitive data through various channels such as email, USB drives, cloud storage, and printing. This is particularly crucial for organizations handling sensitive information like Personally Identifiable Information (PII), Protected Health Information (PHI), and Payment Card Information (PCI). The skill guides users through the process of deploying DLP agents and creating content inspection policies tailored to their specific needs.
The workflow begins with defining Sensitive Information Types (SITs) that are critical for the organization, followed by the creation of DLP policies that dictate how sensitive data should be handled. Users can specify conditions under which data should be blocked, audited, or notified, ensuring that compliance requirements such as GDPR, HIPAA, and PCI DSS are met. The skill also emphasizes the importance of deploying policies in audit mode initially to minimize disruptions and refine the DLP configurations based on real-world usage.
In addition to policy creation, the skill provides guidelines for monitoring DLP activities across endpoints. Users can track incidents, analyze patterns, and respond appropriately to potential data exfiltration attempts. This comprehensive approach not only protects sensitive data but also educates users on the importance of data security, helping to foster a culture of compliance within the organization.
Ideal for IT security professionals and compliance officers, this skill is a practical tool for organizations looking to enhance their data protection strategies through endpoint DLP controls. By following the structured workflow, users can ensure that their sensitive data remains secure while maintaining operational efficiency.
When to use it
Use this skill when deploying endpoint DLP solutions to protect sensitive data from unauthorized access and movement.
When not to use it
This skill is not suitable for network DLP solutions or cloud-only DLP implementations.
What you can build with it
Deploying DLP for Remote Work
Organizations can use this skill to implement DLP controls for employees working remotely, ensuring sensitive data remains protected.
Creating Content Inspection Policies
Use this skill to define and configure content inspection policies that prevent sensitive data from being shared via email or cloud storage.
Monitoring Data Exfiltration Attempts
The skill helps security teams monitor and respond to potential data exfiltration attempts, enhancing overall data security.
How to install Endpoint DLP Controls
View source1. Install with the skills CLI
npx skills add mukul975/anthropic-cybersecurity-skills/implementing-endpoint-dlp-controls --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by mukul975Implementing Endpoint DLP Controls
When to Use
Use this skill when:
- Deploying endpoint DLP to prevent sensitive data (PII, PHI, PCI) from leaving the organization
- Configuring content inspection rules for email attachments, USB transfers, and cloud uploads
- Implementing Microsoft Purview DLP or Symantec DLP endpoint policies
- Meeting compliance requirements for data protection (GDPR, HIPAA, PCI DSS)
Do not use for network DLP (inline proxy-based) or cloud-only DLP (CASB).
Prerequisites
- Microsoft 365 E5 or standalone Microsoft Purview DLP license
- Microsoft Purview compliance portal access (compliance.microsoft.com)
- Sensitive Information Types (SITs) defined for organization data
- Endpoint onboarded to Microsoft Purview (via Intune or SCCM)
Workflow
Step 1: Define Sensitive Information Types
Microsoft Purview → Data Classification → Sensitive info types
Built-in SITs for common data:
- Credit card number (PCI)
- Social Security Number (PII)
- Health records (HIPAA)
- Passport number
- Bank account number
Custom SIT example (Employee ID):
Pattern: EMP-[0-9]{6}
Confidence: High
Keywords: "employee id", "emp id", "staff number"
Step 2: Create DLP Policy
Microsoft Purview → Data loss prevention → Policies → Create policy
Policy Configuration:
1. Template: Financial / Medical / PII (or custom)
2. Locations: Devices (endpoint DLP)
3. Conditions:
- Content contains: Credit card numbers (min 5 instances)
- OR Content contains: SSN (min 1 instance)
4. Actions:
- Block: Prevent copy to USB, cloud, email
- Audit: Log but allow (for initial deployment)
- Notify: Show user notification with policy tip
5. User notifications:
- "This file contains sensitive data and cannot be copied to this location"
- Allow override with business justification (optional)
Step 3: Configure Endpoint DLP Activities
Monitored endpoint activities:
- Upload to cloud service (OneDrive, Dropbox, Google Drive)
- Copy to removable media (USB drives)
- Copy to network share
- Print document
- Copy to clipboard
- Access by unallowed browser (non-managed browser)
- Access by unallowed app
- Copy to Remote Desktop session
For each activity, configure:
- Audit only (log the action)
- Block with override (user can justify and proceed)
- Block (prevent action entirely)
Step 4: Deploy in Audit Mode
Deploy DLP policy in "Test mode with notifications" first:
1. Policy runs in audit mode for 2-4 weeks
2. Review DLP alerts in Activity Explorer
3. Identify false positives
4. Tune SIT patterns and conditions
5. Add exclusions for legitimate workflows
6. Switch to "Turn on the policy" (enforcement)
Step 5: Monitor and Respond
Purview → Data loss prevention → Activity explorer
Key metrics:
- DLP policy matches per day/week
- Top matched sensitive info types
- Top users triggering DLP
- Top activities blocked (USB, cloud, email)
- Override rate (percentage of blocks overridden)
DLP incident response:
1. Review DLP alert with matched content
2. Verify sensitivity of detected data
3. Assess intent (accidental vs. intentional)
4. If intentional exfiltration → escalate to security incident
5. If accidental → educate user, refine policy
Key Concepts
| Term | Definition |
|---|---|
| DLP | Data Loss Prevention; technology that detects and prevents unauthorized transmission of sensitive data |
| SIT | Sensitive Information Type; pattern matching rules for identifying sensitive data (regex, keywords, ML classifiers) |
| Policy Tip | User-facing notification explaining why an action was blocked and how to request an override |
| Content Inspection | Deep inspection of file contents to identify sensitive data patterns |
| Exact Data Match (EDM) | DLP matching against a specific database of known sensitive values (exact SSNs, employee records) |
Tools & Systems
- Microsoft Purview DLP: Cloud-managed endpoint DLP included in M365 E5
- Symantec DLP (Broadcom): Enterprise DLP with endpoint, network, and cloud modules
- Digital Guardian: Endpoint DLP with data classification and protection
- Forcepoint DLP: Unified DLP platform with endpoint agent
- Code42 Incydr: Insider risk detection with file exfiltration monitoring
Common Pitfalls
- Over-blocking in enforcement mode: Deploy DLP in audit mode first. Blocking common workflows without warning causes productivity loss.
- Too many SIT false positives: Phone numbers, dates, and random number sequences can match PCI/SSN patterns. Tune confidence levels and require corroborating keywords.
- Ignoring user education: DLP is most effective when users understand why data is protected. Policy tips should explain the restriction and provide approved alternatives.
- Not monitoring overrides: If users frequently override DLP blocks, the policy is either too restrictive or users are ignoring data protection requirements. Review override reasons.
Frequently asked questions about Endpoint DLP Controls
Similar skills
Data Breach Blast Radius Analyzer
Assess potential breach impacts before they occur.
Verify Agent Action
Ensure safe execution of AI agent actions with thorough reviews.
Agent Supply Chain Integrity
Ensure the integrity of AI agent plugins and tools.
Agent OWASP ASI Compliance Check
Ensure your AI agents meet OWASP ASI security standards.
Securing S3 Buckets
Enhance your S3 bucket security with AWS best practices.
AWS Account Enumeration with ScoutSuite
Assess AWS security posture with comprehensive audits.
