What problem does it solve?
Organizations often learn about leaked credentials, data breaches, or ransomware victim listings only after attackers exploit them. This Skill provides a structured workflow for monitoring dark web sources so security teams can detect threats targeting their organization early and respond before damage occurs.
Core Features & Use Cases
- Tor-Based Collection: Build a Python requests session routed through the Tor SOCKS5 proxy and verify anonymity via check.torproject.org before collecting intelligence.
- Credential Leak Monitoring: Query the Have I Been Pwned API and scan onion paste sites for organization domains, keywords, and leaked credentials with contextual snippets.
- Ransomware Leak Site Tracking: Check Ransomwatch data for mentions of your organization on ransomware group leak sites and generate a structured intelligence report with severity-based recommendations.
- Use Case: A security analyst suspects corporate credentials are circulating after a third-party breach. They run the monitoring workflow against company domains, confirm whether the leak is new or recycled combolist data, and produce a report recommending password resets and MFA enforcement.
Quick Start
Set up a Tor-routed monitoring session and scan paste sites and ransomware leak sources for mentions of my organization's domains, then generate a dark web intelligence report.