analyze-binary
Upload and analyze a suspicious binary file using the remote Dr. Binary MCP tools
Detect browser hijacking including homepage changes, search engine modifications, and malicious extensions
> /plugin marketplace add DeepBitsTechnology/claude-plugins > /plugin install drbinary-chat-plugin@deepbits
How it fires
How this command gets triggered: by you, by Claude, or both.
/check-browser-hijackContext preview
What this command does when you run it.
Detect browser hijacking including homepage changes, search engine modifications, and malicious extensions
name: check-browser-hijack description: Detect browser hijacking including homepage changes, search engine modifications, and malicious extensions
Scan all installed browsers for signs of hijacking, unauthorized modifications, and malicious extensions.
Check for unauthorized modifications in:
Scan extension directories:
Check desktop and taskbar shortcuts for hijacking:
# Check Chrome shortcut target Get-ItemProperty "C:\Users\*\Desktop\*.lnk" | Select-Object Target
Look for modified targets with:
# IE/Edge HomePage HKCU:\Software\Microsoft\Internet Explorer\Main -> "Start Page" # Default search providers HKCU:\Software\Microsoft\Internet Explorer\SearchScopes # Browser policies HKCU:\Software\Policies\Microsoft\Edge HKCU:\Software\Policies\Google\Chrome
Check for unauthorized proxy configurations:
HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings
Look for:
Check for redirections:
1. **Inventory all installed browsers** 2. **Check each browser's configuration files** 3. **Scan extension directories** 4. **Verify shortcut targets** 5. **Review registry settings** 6. **Check proxy and DNS settings** 7. **Examine hosts file**
## Browser Hijacking Scan Report ### Executive Summary [Status: Clean / Hijacked / Suspicious Activity Detected] ### Browsers Analyzed - [x] Google Chrome - [Status] - [x] Mozilla Firefox - [Status] - [x] Microsoft Edge - [Status] - [x] Internet Explorer - [Status] ### Findings #### Critical Issues 1. **[Browser Name] - [Issue Type]** - Location: [file path or registry key] - Evidence: [specific finding] - Severity: Critical/High - Recommendation: [action] #### Suspicious Extensions 1. **Extension Name** (Browser) - ID: [extension ID] - Location: [path] - Permissions: [list concerning permissions] - Recommendation: Remove/Investigate #### Modified Settings - Homepage: [current vs expected] - Search Engine: [current vs expected] - Proxy: [enabled/disabled - details] ### Clean Items [List verified legitimate configurations] ### Remediation Steps 1. [Step-by-step removal instructions] 2. Reset browser settings to defaults 3. Remove malicious extensions 4. Clear browser cache and cookies 5. Verify shortcuts 6. Check for associated malware ### Prevention Recommendations - Install reputable ad blocker - Avoid clicking suspicious links - Keep browser updated - Review extension permissions regularly
Begin the browser hijacking scan now.
The Plugin equips Claude Code with advanced binary analysis capabilities for tasks such as incident response, malware investigation, and vulnerability assessment. It connects to the remote Dr.
Repo: DeepBitsTechnology/claude-plugins
Upload and analyze a suspicious binary file using the remote Dr. Binary MCP tools
Monitor active network connections and detect suspicious network activity
Query the Android/AOSP kernel CVE database by CVE id, version, build date, or branch
Deep scan of Windows Registry for malware persistence and unauthorized modifications
Scan file system for suspicious files in common malware locations
Perform comprehensive system security scan for malware, hijacking, and suspicious activity