From cybersecurity-skills
Monitors dark web sources for organizational asset mentions, leaked credentials, and threat actor communications. Use for early warning intelligence on data breaches and dark web OSINT.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cybersecurity-skills:monitoring-darkweb-sourcesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when:
Use this skill when:
Do not use this skill without proper operational security measures — dark web browsing without isolation exposes analyst infrastructure to adversary counter-intelligence.
Configure dark web monitoring keywords in your CTI platform (e.g., Recorded Future Exposure module):
company.com, @company.com, company[dot]comMost commercial services (Flashpoint, Intel 471, Cybersixgill) crawl forums like XSS, Exploit[.]in, BreachForums, and Russian-language cybercriminal communities without analyst exposure.
For investigations requiring direct dark web access:
Environment setup:
Paste site monitoring (clearnet-accessible, no Tor required):
# Hunt paste sites via API
curl "https://psbdmp.ws/api/search/company.com" | jq '.data[].id'
curl "https://pastebin.com/search?q=company.com" # Rate-limited public search
Ransomware groups maintain .onion leak sites. Monitor these through commercial services rather than direct access. When a claim appears about your organization:
Known active ransomware leak site operators (as of early 2025): LockBit (disrupted Feb 2024), ALPHV/BlackCat (disrupted Dec 2023), Cl0p, RansomHub, Play.
For leaked credential monitoring:
When credential exposures are confirmed:
For each dark web finding:
| Term | Definition |
|---|---|
| Dark Web | Tor-accessible hidden services (.onion domains) not indexed by standard search engines; hosts both legitimate and criminal content |
| Paste Site | Clearnet text-sharing sites (Pastebin, Ghostbin) frequently used to publish stolen data or malware configurations |
| Ransomware Leak Site | .onion site operated by ransomware group to publish stolen victim data as extortion leverage |
| Operational Security (OPSEC) | Protecting analyst identity and organizational affiliation during dark web investigation |
| Credential Stuffing | Automated use of leaked username/password pairs against authentication systems |
| Stealer Logs | Data packages exfiltrated by infostealer malware containing saved browser credentials, cookies, and session tokens |
npx claudepluginhub mukul975/anthropic-cybersecurity-skills --plugin cybersecurity-skillsMonitors dark web sources for organizational asset mentions, leaked credentials, and threat actor communications. Use for early warning intelligence on data breaches and dark web OSINT.
Monitors dark web forums, marketplaces, paste sites, and ransomware leaks for organizational assets, leaked credentials, threats, and actor communications. Useful for OSINT coverage, breach investigations, and incident enrichment.
Monitors dark web forums, marketplaces, and leak sites for mentions of organizational assets, leaked credentials, and threat actor communications. Use for dark web OSINT, credential exposure investigations, and incident enrichment.