Brand Mention & OSINT Monitor
Pricing
Pay per usage
Brand Mention & OSINT Monitor
Monitor brand mentions across Reddit, Hacker News, Pastebin, GitHub, and web forums. Detect data leaks, security incidents, and track brand sentiment with urgency flags.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Richard P
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Monitor your brand across Reddit, Hacker News, Pastebin, GitHub, and the web. Detect data leaks, security incidents, and track brand sentiment in real time.
What it does
Scans multiple public sources for mentions of your brand, product, or keywords. Each mention is enriched with:
- Sentiment analysis — positive, negative, or neutral (keyword-based)
- Urgency flagging — automatically marks mentions containing leak/breach/vulnerability keywords
- Source attribution — knows where it came from and who posted it
Found something urgent? It can push a webhook alert so your security or PR team can respond immediately.
Sources
| Source | What it searches |
|---|---|
| Posts and comments across all subreddits | |
| Hacker News | Stories and discussions |
| Pastebin | Recent public pastes for keyword matches |
| GitHub | Code files + issues mentioning your brand |
| Web | General web search via DuckDuckGo |
Input
| Field | Type | Description |
|---|---|---|
keywords | array | Required. Brand names or terms to monitor |
sources | array | Platforms to scan (default: all) |
maxResults | integer | Max results per source per keyword (default: 20) |
urgencyKeywords | array | Custom urgency trigger words (e.g., "data breach") |
webhookUrl | string | URL for urgent mention alerts |
Example Input
{"keywords": ["YourBrand", "YourProduct"],"sources": ["reddit", "hackernews", "pastebin", "github", "web"],"maxResults": 20,"urgencyKeywords": ["leak", "breach", "exploit"],"webhookUrl": "https://hooks.example.com/osint-alerts"}
Output
Each mention includes: source, keyword, title, snippet, url, sentiment, is_urgent, plus source-specific fields like author, score, repo.
Webhook Payload
When urgent mentions are found, a POST is sent to your webhook URL:
{"event": "urgent_mentions_detected","keywords": ["YourBrand"],"total_mentions": 42,"urgent_count": 3,"mentions": [{"source": "pastebin","keyword": "YourBrand","title": "Untitled","url": "https://pastebin.com/abc123","sentiment": "negative"}]}
Use Cases
- Security teams — get alerted when credentials or internal data appear on paste sites
- PR / Comms — track brand sentiment shifts across social and news
- Competitive intelligence — monitor competitor mentions and community sentiment
- Product teams — find bug reports, feature requests, and user feedback
- Legal / Compliance — detect trademark misuse or brand impersonation