What problem does it solve?
Leaked credentials, API keys, and database dumps often appear on paste sites before spreading to dark web forums, and organizations typically discover these breaches too late. This Skill automates continuous monitoring of paste sites so security teams detect exposures early and respond before stolen data is weaponized.
Core Features & Use Cases
- Pastebin Scraping API Monitor: Polls recent public pastes, fetches raw content immediately, and analyzes it against organization-specific keywords and credential regex patterns (AWS keys, GitHub tokens, JWTs, private keys, connection strings).
- GitHub Secret Monitoring: Searches GitHub code and public Gists for exposed secrets tied to your organization's domain, with rate-limit-aware querying.
- Severity-Based Alerting: Classifies findings by severity, deduplicates seen pastes, and generates incident response alerts with recommended actions like credential rotation and takedown requests.
- Use Case: A security analyst configures keywords for their company domain, runs the monitor on a schedule, and receives a critical alert when an employee's credentials appear in a new Pastebin dump, triggering password resets before attackers exploit them.
Quick Start
Set up a paste site monitor for my company domain and alert me when credentials or API keys matching our organization appear on Pastebin or GitHub Gists.