Skip to content

toborrm9/malicious_extension_sentry

Repository files navigation

Buy Me A Coffee
Last Updated Last Updated Chrome Web Store

Malicious Chrome/Edge Extensions Database

An automatically updated database of Chrome extensions removed from the Chrome Web Store for containing malware, policy violation, or bundling unwanted software

🌐 Live Dashboard

Live Dashboard

Real-time search, filtering by threat category, and source reports, built on top of this database.

📖 Overview

This repository maintains a current list of Chrome extensions that have been removed for malware, security violations, or malicious behavior. Since no regularly-updated public database exists for this purpose, this project automates the collection and aggregation of extension removals from multiple sources.

I created this project after searching for an updated list of malicious Chrome extensions and finding that most resources were outdated or incomplete. I'm committed to keeping this database alive and current through automated monitoring and community contributions.


🔍 MalExt Scanner

⚡ Check YOUR extensions right now!

Quick Start

Prefer a GUI? The MalExt Sentry Chrome extension scans automatically every 6 hours in the background.

⚠️ Note: The extension scans per browser profile. If you use multiple profiles, install it in each one.

One-line install & scan:

Linux & macOS:

curl -O https://raw.githubusercontent.com/toborrm9/malicious_extension_sentry/main/malext.py && python3 malext.py

Windows PowerShell < v7:

Invoke-WebRequest -Uri https://raw.githubusercontent.com/toborrm9/malicious_extension_sentry/main/malext.py -OutFile malext.py; python3 malext.py

Windows PowerShell >= v7:

Invoke-WebRequest -Uri https://raw.githubusercontent.com/toborrm9/malicious_extension_sentry/main/malext.py -OutFile malext.py && python3 malext.py

✨ Features

  • Cross-platform - Windows, macOS, Linux
  • 🔍 Instant scan - Chrome, Edge, Chromium, Brave, Vivaldi, Opera + auto-discovered Chromium-based browsers
  • 🌐 Auto-updates - Downloads latest database
  • 🛡️ Zero install - Just Python 3
  • 🔒 Privacy-first - 100% local scanning

📸 Example Output

Click to see example scan results

When safe:

╔════════════════════════════════════════════════════════════════════╗
║        ███╗   ███╗ █████╗ ██╗     ███████╗██╗  ██╗████████╗      ║
║        ████╗ ████║██╔══██╗██║     ██╔════╝╚██╗██╔╝╚══██╔══╝      ║
║        ██╔████╔██║███████║██║     █████╗   ╚███╔╝    ██║         ║
║        ██║╚██╔╝██║██╔══██║██║     ██╔══╝   ██╔██╗    ██║         ║
║        ██║ ╚═╝ ██║██║  ██║███████╗███████╗██╔╝ ██╗   ██║         ║
║        ╚═╝     ╚═╝╚═╝  ╚═╝╚══════╝╚══════╝╚═╝  ╚═╝   ╚═╝         ║
║              🛡️  Malicious Extension Scanner v1.0 🛡️              ║
║                    Created by: @toborrm9                          ║
╚════════════════════════════════════════════════════════════════════╝

💻 Detected OS: macOS
✅ Loaded 437 known malicious extension IDs
✅ Found 12 extensions (Chrome: 8, Edge: 4)

======================================================================
📊 SCAN RESULTS
======================================================================

✅ GOOD NEWS: No malicious extensions detected!
   All 12 extensions are clear.

When threats found:

⚠️  WARNING: 1 MALICIOUS EXTENSION(S) DETECTED!

🔴 REMOVE THESE IMMEDIATELY:
----------------------------------------------------------------------
❌ Malicious Extension
   ID: abcdefghijklmnopqrstuvwxyz123456
   Browser: Chrome (Default)

🛡️  HOW TO REMOVE:
   1. Open Chrome
   2. Go to chrome://extensions
   3. Find the extension and click 'Remove'

📰 Recent Security News

📊 Data Sources

The database is automatically updated by aggregating information from:

  • Chrome extension monitoring services
  • Security research blogs and publications
  • Threat intelligence feeds

🗃️ Database Structure

Each extension entry includes:

  • Extension ID - Unique Chrome Web Store identifier
  • Name - Extension name
  • Date Added - When the extension was added to this database

🎯 Usage

This database is intended for:

  • Security research
  • Extension vetting and analysis
  • Building protective tools
  • Threat intelligence

📁 Data Format

Data is available in multiple formats:

  • .md - Markdown table
  • .csv - Comma-separated values

🤝 Contributing

If you're aware of a malicious extension that should be included, please open an issue with:

  • Extension ID
  • Evidence or source of malicious behavior
  • Date of discovery/removal

⚠️ Disclaimer

This database is provided for research and educational purposes. The information is aggregated from public sources and automated monitoring. While efforts are made to ensure accuracy, false positives may occur. Always verify findings before taking action.


Made with ❤️ for browser security

Found this useful? Star the repo and share with others!

Releases

No releases published

Packages

 
 
 

Contributors