Skip to content
Security
Command

/scan-registry

Deep scan of Windows Registry for malware persistence and unauthorized modifications

From plugin
deepbitstechnology-claude-plugins
467 skills1 agent7 commands
Install
$ npx -y skills add DeepBitsTechnology/claude-plugins --agent claude-code

How 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.md
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.

Read more
Ships withdeepbitstechnology-claude-plugins

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.

Get the whole plugin, auto-invoked
Stats
46
Stars
0
Views
4
Forks
Active
Maintenance
Apache-2.0
License
26d ago
Last commit
9mo ago
Created

Repo: DeepBitsTechnology/claude-plugins