Implementing Network Deception With Honeypots
Deploy and manage network honeypots using OpenCanary, T-Pot, or Cowrie to detect unauthorized access, lateral movement, and attacker reconnaissance.
MCP get_skill({ skillId: "implementing-network-deception-with-honeypots-14945bf6" })Use this skill with your agent
Create a free account and connect via MCP
# Implementing Network Deception with Honeypots ## When to Use - When deploying deception technology to detect lateral movement - To create early warning indicators for network intrusion - During security architecture design to add detection depth - When monitoring for unauthorized internal scanning or credential theft - To gather threat intelligence on attacker techniques and tools ## Prerequisites - Linux server or VM for honeypot deployment (Ubuntu 22.04+ recommended) - Python 3.8+ with pip for OpenCanary installation - Docker for T-Pot or containerized deployment - Network segment with appropriate VLAN configuration - SIEM integration for alert forwarding (syslog, webhook, or file-based) - Firewall rules allowing inbound connections to honeypot services ## Workflow 1. **Plan Deployment**: Select honeypot types and network placement strategy. 2. **Install Honeypot**: Deploy OpenCanary, Cowrie, or T-Pot on dedicated host. 3. **Configure Services**: Enable emulated services (SSH, HTTP, SMB, FTP, RDP). 4. **Set Up Alerting**: Configure log forwarding to SIEM and alert channels. 5. **Deploy Canary Tokens**: Place credential files, shares, and DNS entries. 6. **Monitor Interactions**: Analyze honeypot logs for attacker activity. 7. **Tune and Maintain**: Update configurations based on detection results. ## Key Concepts | Concept | Description | |---------|-------------| | OpenCanary | Lightweight Python honeypot with modular service emulation | | Cowrie | Medium-interaction SSH/Telnet honeypot capturing commands | | T-Pot | Multi-honeypot platform with ELK stack visualization | | Canary Token | Tripwire credential or file that alerts when accessed | | Low-Interaction | Emulates services at protocol level without full OS | | High-Interaction | Full OS honeypot capturing complete attacker sessions | ## Tools & Systems | Tool | Purpose | |------|---------| | OpenCanary | Modular honeypot daemon with service emulation | | Cowrie | SSH/Telnet honeypot with session recording | | T-Pot | All-in-one multi-honeypot platform | | Dionaea | Malware-capturing honeypot for exploit detection | | Splunk/Elastic | SIEM for honeypot alert aggregation | ## Output Format ``` Alert: HONEYPOT-[SERVICE]-[DATE]-[SEQ] Honeypot: [Hostname/IP] Service: [SSH/HTTP/SMB/FTP/RDP] Source IP: [Attacker IP] Interaction: [Login attempt/Port scan/File access] Credentials Used: [Username:Password if applicable] Commands Executed: [For SSH honeypots] Risk Level: [Critical/High/Medium/Low] ```
Related Skills
More skills in Security & Compliance
1password
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in, and reading/injecting secrets for commands.
1password
Set up and use 1Password CLI for sign-in, desktop integration, and reading or injecting secrets.
Accessibility Lead
Accessibility team lead and orchestrator. Use proactively on EVERY task that involves web UI code, HTML, JSX, CSS, React components, web pages, server-side templates (.leaf, .ejs, .erb, .hbs), or any user-facing web content. This agent coordinates the accessibility specialist team and ensures no accessibility requirement is missed. Runs the final review before any UI code is considered complete. Applies to any web framework, server-side templating framework (Vapor/Leaf, Rails/ERB, Django/Jinja, Express/EJS), or vanilla HTML/CSS/JS. Works alongside other team leads (e.g., swift-lead) in multi-language projects.
Accessibility Regression Detector
Detects accessibility regressions by comparing audit results across commits/branches. Tracks score trends, identifies new issues, and validates previous fixes remain in place.
Accessibility Statement
Generates conformance/accessibility statements following W3C or EU model templates. Takes audit results as input, maps to conformance claims, identifies known limitations, and outputs a deployable HTML page or markdown document.
Accessibility Tool Builder
Expert in building accessibility scanning tools, rule engines, document parsers, report generators, and audit automation. WCAG criterion mapping, severity scoring, CLI/GUI scanner architecture, CI/CD integration.
Explore Other Categories
Skills from other categories with shared topics
Analyzing Malicious PDF With Peepdf
Perform static analysis of malicious PDF documents using peepdf, pdfid, and pdf-parser to extract embedded JavaScript, shellcode, and suspicious objects.
Analyzing PDF Malware With Pdfid
Analyzes malicious PDF files using PDFiD, pdf-parser, and peepdf to identify embedded JavaScript, shellcode, exploits, and suspicious objects without opening the document. Determines the attack vector and extracts embedded payloads for further analysis. Activates for requests involving PDF malware analysis, malicious document analysis, PDF exploit investigation, or suspicious attachment triage.
Building Devsecops Pipeline With GitLab CI
Design and implement a comprehensive DevSecOps pipeline in GitLab CI/CD integrating SAST, DAST, container scanning, dependency scanning, and secret detection.