417 Downloads Updated 1 month ago
ollama run babar_jamali/deepseek-r-11.5b-cyber
ollama launch claude --model babar_jamali/deepseek-r-11.5b-cyber
ollama launch opencode --model babar_jamali/deepseek-r-11.5b-cyber
ollama launch hermes --model babar_jamali/deepseek-r-11.5b-cyber
ollama launch openclaw --model babar_jamali/deepseek-r-11.5b-cyber
A cybersecurity-focused DeepSeek-R 11.5B reasoning model optimized and redefined for penetration testing, defensive security, malware analysis, digital forensics, secure software development, security research, and cybersecurity education.
DeepSeek-R 11.5B Cyber is a customized cybersecurity-focused variant of the DeepSeek-R 11.5B reasoning model, designed for cybersecurity professionals, SOC analysts, penetration testers, security researchers, students, developers, and system administrators.
The model is optimized for local deployment and can assist with security analysis, vulnerability assessment, scripting, secure coding, incident response, digital forensics, threat hunting, security documentation, and cybersecurity education.
The model is available in approximately 1.1 GB size with a 40K context window, making it suitable for lightweight local AI security workflows. It is designed to run on CPU systems and can also benefit from GPU acceleration.
Pull the model:
ollama pull babar_jamali/deepseek-r-11.5b-cyber
Run the model:
ollama run babar_jamali/deepseek-r-11.5b-cyber
Explain how to perform an authorized web application security assessment following the OWASP Testing Guide.
Review this PHP authentication code and identify security weaknesses and recommended mitigations.
Explain how to detect ARP spoofing attacks on an authorized corporate network.
Explain how to prioritize vulnerabilities discovered during an internal security assessment.
Describe the steps for investigating a compromised Windows workstation while preserving digital evidence.
Explain the behavior of ransomware and describe defensive detection and mitigation techniques.
Create a Python script that parses web server logs and highlights suspicious authentication activity.
Write a Bash script that monitors failed SSH login attempts and generates a security report.
Create a SOC investigation workflow for detecting suspicious PowerShell activity.
Create an incident response checklist for a ransomware incident affecting an organization's endpoints.
Create a threat hunting methodology for identifying suspicious network authentication activity.
Act as a Senior Application Security Consultant.
Review a Laravel application for:
• Authentication
• Authorization
• SQL Injection
• XSS
• CSRF
• File Upload Security
• Session Security
• API Security
• Input Validation
• Recommended Mitigations
The model can assist with learning, understanding, configuring, scripting, and authorized use of security tools and technologies such as:
The model is suitable for security-related programming and automation using:
The model is designed for lightweight local deployment.
CPU inference is supported, while GPU acceleration can provide improved inference performance.
Run the model directly from your terminal:
ollama run babar_jamali/deepseek-r-11.5b-cyber
Use the model through the Ollama API:
curl http://localhost:11434/api/chat \
-d '{
"model": "babar_jamali/deepseek-r-11.5b-cyber",
"messages": [
{
"role": "user",
"content": "Explain how to investigate suspicious SSH authentication logs."
}
]
}'
The model can also be used with compatible local AI development and agent workflows.
ollama launch claude --model babar_jamali/deepseek-r-11.5b-cyber
ollama launch opencode --model babar_jamali/deepseek-r-11.5b-cyber
ollama launch hermes --model babar_jamali/deepseek-r-11.5b-cyber
ollama launch openclaw --model babar_jamali/deepseek-r-11.5b-cyber
To get the most useful security responses:
Example:
Act as a Senior Security Consultant.
Analyze the following authorized SOC alert.
Environment:
• Ubuntu Server
• Nginx
• MySQL
• SSH
• Fail2ban
Objective:
Determine whether the authentication activity indicates a possible brute-force attack.
Provide:
• Initial Assessment
• Indicators of Compromise
• Investigation Steps
• Relevant Logs
• Detection Recommendations
• Mitigation Steps
• Long-Term Security Improvements
The model currently provides:
babar_jamali/deepseek-r-11.5b-cyber:latest
babar_jamali/deepseek-r-11.5b-cyber:hackmode
Pull a specific variant with:
ollama pull babar_jamali/deepseek-r-11.5b-cyber:hackmode
Run it with:
ollama run babar_jamali/deepseek-r-11.5b-cyber:hackmode
As a locally deployed language model, responses may contain inaccuracies or incomplete information.
Security-related output should always be:
The model should not be treated as a replacement for professional security testing, incident response procedures, or organizational security controls.
This model is intended for:
Always obtain proper authorization before testing systems, networks, applications, accounts, or infrastructure.
Users are responsible for complying with applicable laws, regulations, organizational policies, and ethical guidelines.
Base Model
DeepSeek-R by the DeepSeek team, an open family of reasoning models.
Cyber Edition
Customized and maintained by:
Babar Ali Jamali
Software Developer • Cybersecurity Researcher • AI Engineer
ollama pull babar_jamali/deepseek-r-11.5b-cyber
ollama run babar_jamali/deepseek-r-11.5b-cyber
⭐ If you find this model useful, consider sharing it with the cybersecurity community and providing feedback to help improve future releases.
Happy Hacking — Responsibly! 🛡️💻