Hunt for data exfiltration by analyzing Zeek and Suricata network telemetry for unusual data flows, DNS tunneling via large/frequent TXT queries, uploads to personal cloud storage, and encrypted-chann
Imported from mukul975/anthropic-cybersecurity-skills (skills/hunting-for-data-exfiltration-indicators/SKILL.md). Install upstream with npx skills add mukul975/anthropic-cybersecurity-skills --skill hunting-for-data-exfiltration-indicators. Copyright stays with the author (Apache-2.0).
Hunting for Data Exfiltration Indicators
When to Use
When hunting for data theft in compromised environments
After detecting unusual outbound data volumes or patterns
When investigating potential insider threat data theft
During incident response to determine what data was stolen
When threat intel indicates data exfiltration campaigns targeting your sector
Prerequisites
Network proxy/firewall logs with byte-level data transfer metrics
DLP solution or CASB with cloud upload visibility
DNS query logs for DNS exfiltration detection
Email gateway logs for attachment monitoring
SIEM with data volume anomaly detection capabilities
Baseline Normal Data Flows: Establish baseline outbound data transfer volumes per user, host, and destination over a 30-day window.
Detect Volume Anomalies: Identify hosts or users transferring significantly more data than baseline to external destinations.
Analyze Transfer Destinations: Check destination domains/IPs against threat intel, identify newly registered domains, personal cloud storage, and foreign infrastructure.
Inspect Protocol Abuse: Look for DNS tunneling (large/frequent TXT queries), ICMP tunneling, or data hidden in allowed protocols.
Correlate with File Access: Link exfiltration indicators to file access events on sensitive file shares, databases, or repositories.
Report and Contain: Document findings with evidence, estimate data exposure, and recommend containment actions.
Key Concepts
Concept
Description
T1041
Exfiltration Over C2 Channel
T1048
Exfiltration Over Alternative Protocol
T1048.001
Exfiltration Over Symmetric Encrypted Non-C2
T1048.002
Exfiltration Over Asymmetric Encrypted Non-C2
T1048.003
Exfiltration Over Unencrypted/Obfuscated Non-C2
T1567
Exfiltration Over Web Service
T1567.002
Exfiltration to Cloud Storage
T1052
Exfiltration Over Physical Medium
T1029
Scheduled Transfer
T1030
Data Transfer Size Limits (staging)
T1537
Transfer Data to Cloud Account
T1020
Automated Exfiltration
Tools & Systems
Tool
Purpose
Splunk
SIEM for data volume analysis and SPL queries
Zeek
Network metadata for data flow analysis
Microsoft Defender for Cloud Apps
CASB for cloud exfiltration
Netskope
Cloud DLP and exfiltration detection
Suricata
Network IDS for protocol anomaly detection
RITA
DNS exfiltration and beacon detection
ExtraHop
Network traffic analysis for data flow
Common Scenarios
Cloud Storage Exfiltration: User uploads sensitive documents to personal Google Drive or Dropbox via browser.
DNS Tunneling: Malware exfiltrates data encoded in DNS subdomain queries to attacker-controlled nameserver.
HTTPS Upload: Compromised system POSTs large data blobs to C2 server over encrypted HTTPS.
Email Attachment Exfiltration: Insider forwards sensitive documents to personal email accounts.
Staging and Compression: Adversary stages data in compressed archives before slow exfiltration to avoid detection.
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/mukul975-anthropic-cybersecurity-skills-hunting-for-data-ae37ee/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "mukul975-anthropic-cybersecurity-skills-hunting-for-data-ae37ee",
"kind": "skill",
"name": "hunting-for-data-exfiltration-indicators",
"description": "Hunt for data exfiltration by analyzing Zeek and Suricata network telemetry for unusual data flows, DNS tunneling via large/frequent TXT queries, uploads to personal cloud storage, and encrypted-channel abuse, correlated against threat intel on destination domains. Use when hunting for data theft in a compromised environment, investigating unusual outbound data volumes, or determining what data was stolen during incident response.",
"publisher": "mukul975",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"threat-hunting",
"mitre-attack",
"data-exfiltration",
"dlp",
"network-analysis",
"proactive-detection",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Hunt for data exfiltration by analyzing Zeek and Suricata network telemetry for unusual data flows, DNS tunneling via large/frequent TXT queries, uploads to personal cloud storage, and encrypted-channel abuse, correlated against threat intel on destination domains. Use when hunting for data theft in a compromised environment, investigating unusual outbound data volumes, or determining what data was stolen during incident response."
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/mukul975/anthropic-cybersecurity-skills",
"path": "skills/hunting-for-data-exfiltration-indicators/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/mukul975/anthropic-cybersecurity-skills/blob/HEAD/skills/hunting-for-data-exfiltration-indicators/SKILL.md",
"key": "mukul975/anthropic-cybersecurity-skills/skills/hunting-for-data-exfiltration-indicators/SKILL.md"
},
"license": "Apache-2.0"
},
"instructions": "# Hunting for Data Exfiltration Indicators\n\n## When to Use\n\n- When hunting for data theft in compromised environments\n- After detecting unusual outbound data volumes or patterns\n- When investigating potential insider threat data theft\n- During incident response to determine what data was stolen\n- When threat intel indicates data exfiltration campaigns targeting your sector\n\n## Prerequisites\n\n- Network proxy/firewall logs with byte-level data transfer metrics\n- DLP solution or CASB with cloud upload visibility\n- DNS query logs for DNS exfiltration detection\n- Email gateway logs for attachment m",
"cost": {
"context_tokens": 926
}
}
Fetch it by URL: GET /api/v1/registry/mukul975-anthropic-cybersecurity-skills-hunting-for-data-ae37ee/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.