The ultimate open-source platform for cybersecurity data feeds
Get structured, real-time data feeds for threat intelligence, security monitoring, and digital asset tracking. Perfect for security teams, researchers, and developers building cybersecurity tools.
# 1. Clone and enter directory
git clone https://github.com/Shellomo/Beacon
cd Beacon
# 2. See all available feeds
python job_manager.py list
# 3. Run a feed (e.g., Chrome extensions)
python job_manager.py run --job chrome_extensions_scraper
# 4. Your data is ready!
ls jobs/chrome_extensions/results/
That's it! 🎉 Your cybersecurity feed data is now available as structured CSV files.
Feed | Description | Output Format | Records |
---|---|---|---|
Chrome Extensions | Chrome Web Store extension metadata, permissions, ratings | CSV | 160K+ |
Gitleaks Rules | Security rules for secret detection | CSV | 200+ |
VSCode Extensions | VS Code Marketplace extension data | CSV | 100K+ |
📋 View Output Fields
id
: Unique Chrome extension IDname
: Extension name/identifierdisplay_name
: Human-readable extension nameshort_description
: Brief description of the extensioncategory
: Extension category classificationicon_link
: URL to extension icon imagedownloads
: Number of downloads/installsrating
: Average user rating (decimal)rating_count
: Total number of ratingswebsite
: Extension developer websitegood_record
: Boolean indicating good standing statusfeatured
: Boolean indicating if extension is featuredcreate_date
: Extension creation/publication dateversion
: Current extension versionhost_wide_permissions
: Boolean indicating if extension has host-wide permissions
publisherId
: Unique publisher identifierpublisherName
: Publisher account namepublisherDisplayName
: Human-readable publisher nameextensionId
: Unique extension identifierextensionName
: Extension package nameextensionDisplayName
: Human-readable extension namelastUpdated
: Date of last extension updatepublishedDate
: Initial publication dateinstall
: Number of installationsaveragerating
: Average user rating (decimal)ratingcount
: Total number of ratingstrendingdaily
: Daily trending scoretrendingmonthly
: Monthly trending scoredownloadCount
: Total download countcategories
: Array of extension categoriestags
: Array of extension tagspricing
: Pricing information (Free/Paid)hasIcon
: Boolean indicating if extension has an icon
rule_id
: Unique identifier for the security rulename
: Name of the security rule/patterndescription
: Detailed description of what the rule detectsregex
: Regular expression pattern used for detection
Coming Soon: 100+ additional feeds including npm packages, WordPress plugins, DLP patterns, IP reputation, and more!
- Threat Intelligence: Monitor malicious extensions, suspicious packages, and security threats
- Compliance: Track software inventory, permissions, and security posture
- Security Research: Analyze trends, patterns, and behaviors in digital ecosystems
- Security Tooling: Build custom security tools with structured data feeds
- Market Analysis: Research software popularity, adoption trends, and competitor analysis
- Zero Configuration - Works out of the box
- Structured Data - Clean CSV/JSON output
- Extensible - Easy to add new feeds
- Performance Monitoring - Built-in execution tracking
- Error Handling - Retry logic and robust error recovery
- Open Source - MIT License, contribute freely
- Web UI Dashboard - Beautiful interface for browsing and downloading feeds
- API Service - RESTful API for programmatic access
- Real-time Updates - Live feed updates and webhooks
- Docker Support - One-click deployment with Docker
Packages & Plugins
- npm packages, PyPI packages, Maven, NuGet
- WordPress plugins, JetBrains plugins
- Homebrew, Chocolatey, APT packages
Mobile & Desktop Apps
- App Store apps, Google Play apps
- Process names, user agents, JA3 fingerprints
Security & DLP
- Secret detection patterns, PII regexes
- File type signatures, malware IOCs
- VPN/proxy IP ranges, threat feeds
Cloud & Infrastructure
- AWS/Azure/GCP IP ranges
- CDN endpoints, DNS resolvers
- Certificate transparency logs
We're building the largest open cybersecurity feed collection!
- Create directory:
mkdir jobs/my_feed
- Add config: Copy template from jobs/README.md
- Write scraper: Simple Python script that outputs CSV/JSON
- Submit PR: We'll help review and merge!
Wanted feeds: Check our issues for feed requests and bounties! 💰
- Add new feeds - The more data sources, the better!
- Fix bugs - Help improve existing feeds
- Documentation - Improve guides and examples
- Ideas - Suggest new feed types and use cases
- Jobs System - How to add new feeds
- Discussions: GitHub Discussions
- Bug Reports: GitHub Issues
MIT License - See LICENSE for details.
⭐ Star this repo if you find it useful! Help us build the largest open cybersecurity feed platform.
Keywords: cybersecurity feeds, threat intelligence, security data, chrome extensions, security research, malware detection, digital forensics, compliance monitoring, security tools, open source security