/scan-system
Perform comprehensive system security scan for malware, hijacking, and suspicious activity
$ 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-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.mdname: 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
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.
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-registry
Deep scan of Windows Registry for malware persistence and unauthorized modifications
Open command - /scan-suspicious-files
Scan file system for suspicious files in common malware locations
Open command

