Skip to content
Security
Command

/scan-system

Perform comprehensive system security scan for malware, hijacking, and suspicious activity

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-system

Context preview

What this command does when you run it.

Perform comprehensive system security scan for malware, hijacking, and suspicious activity

Command definition

scan-system.md
name: scan-system
description: Perform comprehensive system security scan for malware, hijacking, and suspicious activity

System Security Scan

Perform a comprehensive security assessment of the local Windows system. Check for:

1. Browser Hijacking Detection

  • Check browser homepage and search engine settings
  • Scan for unauthorized browser extensions
  • Review browser shortcut targets for hijacking

2. Registry Analysis

Use PowerShell to check these critical registry locations:

  • `HKCU:\Software\Microsoft\Windows\CurrentVersion\Run`
  • `HKLM:\Software\Microsoft\Windows\CurrentVersion\Run`
  • `HKCU:\Software\Microsoft\Windows\CurrentVersion\RunOnce`
  • `HKLM:\Software\Microsoft\Windows\CurrentVersion\RunOnce`
  • `HKCU:\Software\Microsoft\Internet Explorer\Main`
  • `HKCU:\Software\Microsoft\Edge\Main`
  • Browser policy keys

3. Suspicious Processes

  • List running processes with unusual characteristics
  • Check for processes running from temp directories
  • Identify unsigned or hidden processes

4. Startup Programs

  • Enumerate all startup programs and services
  • Check Task Scheduler for suspicious scheduled tasks
  • Review startup folder contents

5. File System Scan

  • Check common malware locations:
  • `%TEMP%`
  • `%APPDATA%`
  • `%LOCALAPPDATA%`
  • `C:\Users\Public`
  • Look for recently modified suspicious files
  • Scan for hidden or system files in user directories

6. Network Connections

  • List active network connections
  • Identify suspicious listening ports
  • Check for unexpected remote connections

Output Format

Provide a structured report with:

  • **Summary**: Overall security status
  • **Findings**: List each issue with severity rating
  • **Evidence**: File paths, registry keys, process names
  • **Recommendations**: Specific remediation steps

Begin the 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