Defensive strategies, frameworks, and tools are essential for the Blue Team to detect, prevent, and respond to cyber threats.
Cybersecurity Frameworks
- NIST Cybersecurity Framework Free: A set of guidelines for private sector companies to follow to be better prepared in identifying, detecting, and responding to cyber attacks. (Resources Library, NIST CSF 2.0)
- CIS Controls Free: Prioritized set of actions to protect your organization and data from known cyber attack vectors. (Assessment Tool)
- NIST SP 800-53 Free: Security and Privacy Controls for Information Systems and Organizations. (Machine Readable Data)
- PCI DSS Free: Payment Card Industry Data Security Standard for organizations that handle branded credit cards.
- SOC 2 Free: Service Organization Control 2 - Trust Services Criteria for Service Organizations.
- COBIT Free: Control Objectives for Information and Related Technologies, a framework for IT management and governance. (Auditing COBIT 2019)
- ISO 27001/27002 Toolkit Open Source: A repository containing a comprehensive toolkit designed to help organizations implement the ISO 27001:2022 Information Security Management System (ISMS).
- ISF SOGP Free: The ISF Standard of Good Practice for Information Security (SOGP) is the leading authority on information security.
Cybersecurity HomeLab
- Kali Linux Free: Offensive toolkit for scanning, exploitation, and red teaming. Run in a VM to scan/exploit other lab systems.
- Metasploitable 2 Open Source: Vulnerable Linux VM for safe exploit practice. Pair with Kali to test exploits & document.
- Vulnerable-AD Open Source: Insecure Active Directory lab. Use with Windows Server to simulate AD attacks.
- WebGoat Free: OWASP vulnerable web app. Run locally/Docker & complete built-in lessons.
- Juice Shop Free: Modern OWASP vuln app. Host locally & attempt SQLi, XSS, more.
- GoPhish Open Source: Phishing simulation platform. Send test phishing emails to lab inboxes.
- PortSwigger Commercial: Free web security labs. Work through online exploit challenges.
- Vulnserver Open Source: Windows buffer overflow server. Run in Win7 VM & exploit with Immunity Debugger.
- Vulnerable WP Open Source: Exploitable WordPress site. Install locally & test WP-specific exploits.
- CTFlearn Open Source: CTF challenges for all levels. Solve puzzles to improve across domains.
- pfSense Free: Firewall/router for segmentation. Place between VMs to control & inspect traffic.
- Suricata Free: IDS/IPS. Deploy inline with pfSense to detect/block threats.
- Wazuh Free: SIEM/XDR. Collect & analyze logs from lab machines.
- OpenSearch Free: Search/visualization stack. Integrate with Wazuh for event dashboards.
- Security Onion Open Source: Threat detection suite. Ingest lab traffic for threat hunting.
- Cowrie Open Source: SSH/telnet honeypot. Deploy isolated to monitor login attempts.
- WireGuard Free: VPN. Securely connect to lab network remotely.
- Sysmon Free: Windows logging. Install to track security events.
- Ansible Open Source: Automation tool. Push configs to multiple lab VMs.
- MITRE Caldera Free: Adversary emulation. Simulate attacker behavior in test networks.
- Wireshark Free: Packet capture/analysis. Inspect traffic between lab hosts. (Download)
- Zeek Free: Network monitoring/logging. Run with Security Onion for deep analysis. (Download)
- REMnux Free: Malware analysis distro. Reverse-engineer safely in VM. (Download)
- Sigma Open Source: Detection rules. Write rules & test in Wazuh/Graylog.
- Proxmox VE Open Source: Virtualization platform for running your lab VMs.
- Docker Free: Platform for developing, shipping, and running applications in containers.
- Portainer Free: Universal container management environment.
- Pi-hole Free: Network-wide ad blocking via your own Linux hardware.
- T-Pot Open Source: The All In One Honeypot Platform.
- HELK Open Source: The Hunting ELK - A Hunting Platform.
- Ghidra Free: A software reverse engineering (SRE) suite of tools developed by NSA.
- FlareVM Open Source: Windows-based security distribution for malware analysis, incident response, penetration testing, etc.
Threat Modeling Frameworks
- MITRE ATT&CK Free: A globally-accessible knowledge base of adversary tactics and techniques based on real-world observations.
- Cyber Kill Chain Free: Developed by Lockheed Martin, this framework identifies what the adversaries must complete in order to achieve their objective.
- Diamond Model Free: A cognitive model for intrusion analysis.
- STRIDE Free: A threat modeling methodology developed by Microsoft (Spoofing, Tampering, Repudiation, Information Disclosure, Denial of Service, Elevation of Privilege).
- PASTA Free: Process for Attack Simulation and Threat Analysis, a risk-centric threat modeling methodology.
- LINDDUN Free: Privacy threat modeling framework (Linkability, Identifiability, Non-repudiation, Detectability, Disclosure of information, Unawareness, Non-compliance). (PILLAR AI Tool)
- OCTAVE Free: Operationally Critical Threat, Asset, and Vulnerability Evaluation, a risk-based strategic assessment and planning technique.
- Trike Free: A risk-based threat modeling methodology and tool. (GitHub Repo)
- Attack Trees Free: Conceptual diagrams showing how an asset, or target, might be attacked. (ATTop Analysis Tool)
Threat Modeling Tools
- OWASP Threat Dragon Open Source: An open source threat modeling tool from OWASP.
- pytm Open Source: A Pythonic framework for threat modeling.
- Threagile Open Source: Agile Threat Modeling Toolkit.
- Threat Composer Open Source: A simple threat modeling tool to help humans to reduce time-to-value when threat modeling.
- Microsoft Threat Modeling Tool Free: A tool to create data flow diagrams to identify threats.
Blue Team Tools
Security Monitoring & SIEM
- Sysmon Free: Windows system monitor that tracks system activity and logs it to the Windows event log.
- Wazuh Free: Free and open source security platform that unifies XDR and SIEM capabilities.
- Security Onion Open Source: A free and open platform for threat hunting, enterprise security monitoring, and log management.
- Elastic Security (ELK) Free: Unified protection for everyone.
- Velociraptor Open Source: Endpoint visibility and collection tool.
- SysmonSearch Open Source: Aggregates event logs generated by Microsoft's Sysmon.
Incident Response & Forensics
- TheHive Free: A scalable, open source and free Security Incident Response Platform.
- Cortex Open Source: Powerful Observable Analysis and Active Response Engine.
- SANS SIFT Free: SANS Investigative Forensic Toolkit.
- Autopsy Open Source: Digital forensics platform and graphical interface to The Sleuth Kit.
- Volatility Open Source: Advanced memory forensics framework.
- KAPE Open Source: Kroll Artifact Parser and Extractor.
- EnCase Commercial: Digital forensics and incident response software.
- FTK Commercial: Forensic investigation software.
- X-Ways Forensics Commercial: Forensic software with advanced file carving.
- Helix3 Pro Commercial: Incident response and forensic live CD.
- Foremost Open Source: File recovery tool for forensic analysis.
- Scalpel Open Source: Fast file carver based on Foremost.
- CAINE Open Source: Linux-based digital forensics environment.
Threat Intelligence
- MISP Free: Malware Information Sharing Platform and Threat Sharing.
- OpenCTI Open Source: Open Cyber Threat Intelligence Platform.
- YARA Open Source: The pattern matching swiss knife for malware researchers.
Analysis & Sandboxing
- Cuckoo Sandbox Free: Automated Malware Analysis System.
- CyberChef Open Source: The Cyber Swiss Army Knife.
- VirusTotal Free: Analyze suspicious files, domains, IPs and URLs.
- OpenSSL Open Source: Security toolkit for SSL and TLS cryptography.
- Pcredz Open Source: Extracts different credential types from packet capture files.
Application Security
Detection Engineering
- Sigma Open Source: Generic Signature Format for SIEM Systems.
- Unprotect Project Open Source: Malware evasion techniques knowledge base.
- LOLBAS Open Source: Living Off The Land Binaries, Scripts and Libraries.
- GTFOBins Open Source: List of Unix binaries that can be used to bypass local security restrictions.