/scan-registry
Deep scan of Windows Registry for malware persistence and unauthorized modifications
$ npx -y skills add DeepBitsTechnology/claude-plugins --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/scan-registry
Context preview
What this command does when you run it.
Deep scan of Windows Registry for malware persistence and unauthorized modifications
Command definition
scan-registry.mdname: scan-registry
description: Deep scan of Windows Registry for malware persistence and unauthorized modifications
Windows Registry Security Scan
Perform a detailed analysis of Windows Registry for security threats and unauthorized modifications.
Registry Locations to Check
Autostart Locations
# User autostart
HKCU:\Software\Microsoft\Windows\CurrentVersion\Run
HKCU:\Software\Microsoft\Windows\CurrentVersion\RunOnce
HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
# System autostart
HKLM:\Software\Microsoft\Windows\CurrentVersion\Run
HKLM:\Software\Microsoft\Windows\CurrentVersion\RunOnce
HKLM:\Software\Microsoft\Windows\CurrentVersion\RunServices
HKLM:\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce
Browser Settings
# Internet Explorer
HKCU:\Software\Microsoft\Internet Explorer\Main
HKCU:\Software\Microsoft\Internet Explorer\SearchScopes
# Microsoft Edge
HKCU:\Software\Microsoft\Edge\Main
HKCU:\Software\Policies\Microsoft\Edge
# Chrome
HKCU:\Software\Google\Chrome\PreferenceMACs
HKCU:\Software\Policies\Google\Chrome
# Firefox
HKCU:\Software\Mozilla\Firefox
Policy Restrictions
HKCU:\Software\Microsoft\Windows\CurrentVersion\Policies
HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies
HKCU:\Software\Policies
HKLM:\Software\Policies
Shell Extensions and BHO
HKLM:\Software\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects
HKLM:\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved
HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts
Services and Drivers
HKLM:\System\CurrentControlSet\Services
Analysis Tasks
1. **Read each registry location** using PowerShell 2. **Identify suspicious entries**:
- Unknown or obfuscated program paths
- References to temporary directories
- Unsigned or unusual executables
- Recently added entries (if timestamps available)
- Suspicious URLs in browser settings
3. **Document findings** with:
- Registry key path
- Value name and data
- Why it's suspicious
- Severity level
4. **Check for common malware signatures**:
- Cryptomining software
- Adware/browser hijackers
- Trojans and RATs
- Ransomware persistence
Output Format
## Registry Scan Report
### Executive Summary
[Brief overview of findings]
### Critical Findings
1. **[Registry Key Path]**
- Value: [name] = [data]
- Issue: [description]
- Severity: Critical/High/Medium/Low
- Recommendation: [action]
### Suspicious Entries
[List all questionable registry modifications]
### Baseline Normal Entries
[Document legitimate entries for comparison]
### Remediation Steps
1. [Step-by-step instructions]
Begin the registry scan now.
Read more
name: scan-registry description: Deep scan of Windows Registry for malware persistence and unauthorized modifications
Windows Registry Security Scan
Perform a detailed analysis of Windows Registry for security threats and unauthorized modifications.
Registry Locations to Check
Autostart Locations
# User autostart HKCU:\Software\Microsoft\Windows\CurrentVersion\Run HKCU:\Software\Microsoft\Windows\CurrentVersion\RunOnce HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders # System autostart HKLM:\Software\Microsoft\Windows\CurrentVersion\Run HKLM:\Software\Microsoft\Windows\CurrentVersion\RunOnce HKLM:\Software\Microsoft\Windows\CurrentVersion\RunServices HKLM:\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce
Browser Settings
# Internet Explorer HKCU:\Software\Microsoft\Internet Explorer\Main HKCU:\Software\Microsoft\Internet Explorer\SearchScopes # Microsoft Edge HKCU:\Software\Microsoft\Edge\Main HKCU:\Software\Policies\Microsoft\Edge # Chrome HKCU:\Software\Google\Chrome\PreferenceMACs HKCU:\Software\Policies\Google\Chrome # Firefox HKCU:\Software\Mozilla\Firefox
Policy Restrictions
HKCU:\Software\Microsoft\Windows\CurrentVersion\Policies HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies HKCU:\Software\Policies HKLM:\Software\Policies
Shell Extensions and BHO
HKLM:\Software\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects HKLM:\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts
Services and Drivers
HKLM:\System\CurrentControlSet\Services
Analysis Tasks
1. **Read each registry location** using PowerShell 2. **Identify suspicious entries**:
- Unknown or obfuscated program paths
- References to temporary directories
- Unsigned or unusual executables
- Recently added entries (if timestamps available)
- Suspicious URLs in browser settings
3. **Document findings** with:
- Registry key path
- Value name and data
- Why it's suspicious
- Severity level
4. **Check for common malware signatures**:
- Cryptomining software
- Adware/browser hijackers
- Trojans and RATs
- Ransomware persistence
Output Format
## Registry Scan Report ### Executive Summary [Brief overview of findings] ### Critical Findings 1. **[Registry Key Path]** - Value: [name] = [data] - Issue: [description] - Severity: Critical/High/Medium/Low - Recommendation: [action] ### Suspicious Entries [List all questionable registry modifications] ### Baseline Normal Entries [Document legitimate entries for comparison] ### Remediation Steps 1. [Step-by-step instructions]
Begin the registry 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
Other commands on deepbitstechnology-claude-plugins.
- /analyze-binary
Upload and analyze a suspicious binary file using the remote Dr. Binary MCP tools
Open command - /check-browser-hijack
Detect browser hijacking including homepage changes, search engine modifications, and malicious extensions
Open command - /check-network
Monitor active network connections and detect suspicious network activity
Open command - /find-cves
Query the Android/AOSP kernel CVE database by CVE id, version, build date, or branch
Open command - /scan-suspicious-files
Scan file system for suspicious files in common malware locations
Open command - /scan-system
Perform comprehensive system security scan for malware, hijacking, and suspicious activity
Open command

