🇬🇧 fabacab/awesome-cybersecurity-blueteam

A collection of awesome resources, tools, and other shiny things for cybersecurity blue teams.

Cybersecurity blue teams are groups of individuals who identify security flaws in information technology systems, verify the effectiveness of security measures, and monitor the systems to ensure that implemented defensive measures remain effective in the future. While not exclusive, this list is heavily biased towards Free Software projects and against proprietary products or corporate services. For offensive TTPs, please see awesome-pentest.

Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Please check the Contributing Guidelines for more details. This work is licensed under a Creative Commons Attribution 4.0 International License.

Many cybersecurity professionals enable racist state violence, wittingly or unwittingly, by providing services to local, state, and federal policing agencies or otherwise cooperating with similar institutions who do so. This evil most often happens through the coercive mechanism of employment under threat of lack of access to food, shelter, or healthcare. Despite this list's public availability, it is the maintainer's intention and hope that this list supports the people and organizations who work to counter such massive albeit banal evil.

DEFUND THE POLICE.

Automation

  • Ansible Lockdown - Curated collection of information security themed Ansible roles that are both vetted and actively maintained.

  • Clevis - Plugable framework for automated decryption, often used as a Tang client.

  • DShell - Extensible network forensic analysis framework written in Python that enables rapid development of plugins to support the dissection of network packet captures.

  • Dev-Sec.io - Server hardening framework providing Ansible, Chef, and Puppet implementations of various baseline security configurations.

  • peepdf - Scriptable PDF file analyzer.

  • PyREBox - Python-scriptable reverse engineering sandbox, based on QEMU.

  • Watchtower - Container-based solution for automating Docker container base image updates, providing an unattended upgrade experience.

Code libraries and bindings

  • MultiScanner - File analysis framework written in Python that assists in evaluating a set of files by automatically running a suite of tools against them and aggregating the output.

  • Posh-VirusTotal - PowerShell interface to VirusTotal.com APIs.

  • censys-python - Python wrapper to the Censys REST API.

  • libcrafter - High level C++ network packet sniffing and crafting library.

  • python-dshield - Pythonic interface to the Internet Storm Center/DShield API.

  • python-sandboxapi - Minimal, consistent Python API for building integrations with malware sandboxes.

  • python-stix2 - Python APIs for serializing and de-serializing Structured Threat Information eXpression (STIX) JSON content, plus higher-level APIs for common tasks.

Security Orchestration, Automation, and Response (SOAR)

See also Security Information and Event Management (SIEM), and IR management consoles.

  • Shuffle - Graphical generalized workflow (automation) builder for IT professionals and blue teamers.

Cloud platform security

See also asecure.cloud/tools.

  • Checkov - Static analysis for Terraform (infrastructure as code) to help detect CIS policy violations and prevent cloud security misconfiguration.

  • Falco - Behavioral activity monitor designed to detect anomalous activity in containerized applications, hosts, and network packet flows by auditing the Linux kernel and enriched by runtime data such as Kubernetes metrics.

  • Istio - Open platform for providing a uniform way to integrate microservices, manage traffic flow across microservices, enforce policies and aggregate telemetry data.

  • Kata Containers - Secure container runtime with lightweight virtual machines that feel and perform like containers, but provide stronger workload isolation using hardware virtualization technology as a second layer of defense.

  • Managed Kubernetes Inspection Tool (MKIT) - Query and validate several common security-related configuration settings of managed Kubernetes cluster objects and the workloads/resources running inside the cluster.

  • Prowler - Tool based on AWS-CLI commands for Amazon Web Services account security assessment and hardening.

  • Scout Suite - Open source multi-cloud security-auditing tool, which enables security posture assessment of cloud environments.

  • gVisor - Application kernel, written in Go, that implements a substantial portion of the Linux system surface to provide an isolation boundary between the application and the host kernel.

Communications security (COMSEC)

See also Transport-layer defenses.

  • GPG Sync - Centralize and automate OpenPGP public key distribution, revocation, and updates amongst all members of an organization or team.

  • Geneva (Genetic Evasion) - Novel experimental genetic algorithm that evolves packet-manipulation-based censorship evasion strategies against nation-state level censors to increase availability of otherwise blocked content.

DevSecOps

See also awesome-devsecops.

  • Bane - Custom and better AppArmor profile generator for Docker containers.

  • BlackBox - Safely store secrets in Git/Mercurial/Subversion by encrypting them "at rest" using GnuPG.

  • Cilium - Open source software for transparently securing the network connectivity between application services deployed using Linux container management platforms like Docker and Kubernetes.

  • Clair - Static analysis tool to probe for vulnerabilities introduced via application container (e.g., Docker) images.

  • CodeQL - Discover vulnerabilities across a codebase by performing queries against code as though it were data.

  • DefectDojo - Application vulnerability management tool built for DevOps and continuous security integration.

  • Gauntlt - Pentest applications during routine continuous integration build pipelines.

  • Git Secrets - Prevents you from committing passwords and other sensitive information to a git repository.

  • SOPS - Editor of encrypted files that supports YAML, JSON, ENV, INI and binary formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault, and PGP.

  • Snyk - Finds and fixes vulnerabilities and license violations in open source dependencies and container images.

  • SonarQube - Continuous inspection tool that provides detailed reports during automated testing and alerts on newly introduced security vulnerabilities.

  • Trivy - Simple and comprehensive vulnerability scanner for containers and other artifacts, suitable for use in continuous integration pipelines.

  • Vault - Tool for securely accessing secrets such as API keys, passwords, or certificates through a unified interface.

  • git-crypt - Transparent file encryption in git; files which you choose to protect are encrypted when committed, and decrypted when checked out.

Application or Binary Hardening

  • DynInst - Tools for binary instrumentation, analysis, and modification, useful for binary patching.

  • DynamoRIO - Runtime code manipulation system that supports code transformations on any part of a program, while it executes, implemented as a process-level virtual machine.

  • Egalito - Binary recompiler and instrumentation framework that can fully disassemble, transform, and regenerate ordinary Linux binaries designed for binary hardening and security research.

  • Valgrind - Instrumentation framework for building dynamic analysis tools.

Compliance testing and reporting

  • Chef InSpec - Language for describing security and compliance rules, which become automated tests that can be run against IT infrastructures to discover and report on non-compliance.

  • OpenSCAP Base - Both a library and a command line tool (oscap) used to evaluate a system against SCAP baseline profiles to report on the security posture of the scanned system(s).

Fuzzing

See also Awesome-Fuzzing.

  • FuzzBench - Free service that evaluates fuzzers on a wide variety of real-world benchmarks, at Google scale.

  • OneFuzz - Self-hosted Fuzzing-as-a-Service (FaaS) platform.

Policy enforcement

  • OpenPolicyAgent - Unified toolset and framework for policy across the cloud native stack.

  • Tang - Server for binding data to network presence; provides data to clients only when they are on a certain (secured) network.

Honeypots

See also awesome-honeypots.

  • CanaryTokens - Self-hostable honeytoken generator and reporting dashboard; demo version available at CanaryTokens.org.

  • Kushtaka - Sustainable all-in-one honeypot and honeytoken orchestrator for under-resourced blue teams.

Tarpits

  • Endlessh - SSH tarpit that slowly sends an endless banner.

  • LaBrea - Program that answers ARP requests for unused IP space, creating the appearance of fake machines that answer further requests very slowly in order to slow down scanners, worms, etcetera.

Host-based tools

  • Artillery - Combination honeypot, filesystem monitor, and alerting system designed to protect Linux and Windows operating systems.

  • chkrootkit - Locally checks for signs of a rootkit on GNU/Linux systems.

  • Crowd Inspect - Free tool for Windows systems aimed to alert you to the presence of malware that may be communicating over the network.

  • Fail2ban - Intrusion prevention software framework that protects computer servers from brute-force attacks.

  • Open Source HIDS SECurity (OSSEC) - Fully open source and free, feature-rich, Host-based Instrusion Detection System (HIDS).

  • Rootkit Hunter (rkhunter) - POSIX-compliant Bash script that scans a host for various signs of malware.

Sandboxes

  • Firejail - SUID program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces and seccomp-bpf.

Incident Response tools

See also awesome-incident-response.

  • LogonTracer - Investigate malicious Windows logon by visualizing and analyzing Windows event log.

  • Volatility - Advanced memory forensics framework.

  • aws_ir - Automates your incident response with zero security preparedness assumptions.

IR management consoles

See also Security Orchestration, Automation, and Response (SOAR).

  • CIRTKit - Scriptable Digital Forensics and Incident Response (DFIR) toolkit built on Viper.

  • Fast Incident Response (FIR) - Cybersecurity incident management platform allowing for easy creation, tracking, and reporting of cybersecurity incidents.

  • Rekall - Advanced forensic and incident response framework.

  • TheHive - Scalable, free Security Incident Response Platform designed to make life easier for SOCs, CSIRTs, and CERTs, featuring tight integration with MISP.

  • threat_note - Web application built by Defense Point Security to allow security researchers the ability to add and retrieve indicators related to their research.

Evidence collection

  • AutoMacTC - Modular, automated forensic triage collection framework designed to access various forensic artifacts on macOS, parse them, and present them in formats viable for analysis.

  • OSXAuditor - Free macOS computer forensics tool.

  • OSXCollector - Forensic evidence collection & analysis toolkit for macOS.

  • ir-rescue - Windows Batch script and a Unix Bash script to comprehensively collect host forensic data during incident response.

  • Margarita Shotgun - Command line utility (that works with or without Amazon EC2 instances) to parallelize remote memory acquisition.

Network perimeter defenses

  • Gatekeeper - First open source Distributed Denial of Service (DDoS) protection system.

  • fwknop - Protects ports via Single Packet Authorization in your firewall.

  • ssh-audit - Simple tool that makes quick recommendations for improving an SSH server's security posture.

Firewall appliances or distributions

  • OPNsense - FreeBSD based firewall and routing platform.

  • pfSense - Firewall and router FreeBSD distribution.

Operating System distributions

Phishing awareness and reporting

See also awesome-pentest § Social Engineering Tools.

  • CertSpotter - Certificate Transparency log monitor from SSLMate that alerts you when a SSL/TLS certificate is issued for one of your domains.

  • Gophish - Powerful, open-source phishing framework that makes it easy to test your organization's exposure to phishing.

  • King Phisher - Tool for testing and promoting user awareness by simulating real world phishing attacks.

  • NotifySecurity - Outlook add-in used to help your users to report suspicious e-mails to security teams.

  • Phishing Intelligence Engine (PIE) - Framework that will assist with the detection and response to phishing attacks.

  • Swordphish - Platform allowing to create and manage (fake) phishing campaigns intended to train people in identifying suspicious mails.

  • mailspoof - Scans SPF and DMARC records for issues that could allow email spoofing.

  • phishing_catcher - Configurable script to watch for issuances of suspicious TLS certificates by domain name in the Certificate Transparency Log (CTL) using the CertStream service.

Preparedness training and wargaming

(Also known as adversary emulation, threat simulation, or similar.)

  • APTSimulator - Toolset to make a system look as if it was the victim of an APT attack.

  • Atomic Red Team - Library of simple, automatable tests to execute for testing security controls.

  • DumpsterFire - Modular, menu-driven, cross-platform tool for building repeatable, time-delayed, distributed security events for Blue Team drills and sensor/alert mapping.

  • Metta - Automated information security preparedness tool to do adversarial simulation.

  • Network Flight Simulator (flightsim) - Utility to generate malicious network traffic and help security teams evaluate security controls and audit their network visibility.

  • RedHunt OS - Ubuntu-based Open Virtual Appliance (.ova) preconfigured with several threat emulation tools as well as a defender's toolkit.

Security monitoring

Endpoint Detection and Response (EDR)

  • Wazuh - Open source, multiplatform agent-based security monitoring based on a fork of OSSEC HIDS.

Network Security Monitoring (NSM)

See also awesome-pcaptools.

  • ChopShop - Framework to aid analysts in the creation and execution of pynids-based decoders and detectors of APT tradecraft.

  • Maltrail - Malicious network traffic detection system.

  • Moloch - Augments your current security infrastructure to store and index network traffic in standard PCAP format, providing fast, indexed access.

  • OwlH - Helps manage network IDS at scale by visualizing Suricata, Zeek, and Moloch life cycles.

  • Real Intelligence Threat Analysis (RITA) - Open source framework for network traffic analysis that ingests Zeek logs and detects beaconing, DNS tunneling, and more.

  • Respounder - Detects the presence of the Responder LLMNR/NBT-NS/MDNS poisoner on a network.

  • Snort - Widely-deployed, Free Software IPS capable of real-time packet analysis, traffic logging, and custom rule-based triggers.

  • SpoofSpotter - Catch spoofed NetBIOS Name Service (NBNS) responses and alert to an email or log file.

  • Stenographer - Full-packet-capture utility for buffering packets to disk for intrusion detection and incident response purposes.

  • Suricata - Free, cross-platform, IDS/IPS with on- and off-line analysis modes and deep packet inspection capabilities that is also scriptable with Lua.

  • Tsunami - General purpose network security scanner with an extensible plugin system for detecting high severity vulnerabilities with high confidence.

  • VAST - Free and open-source network telemetry engine for data-driven security investigations.

  • Wireshark - Free and open-source packet analyzer useful for network troubleshooting or forensic netflow analysis.

  • Zeek - Powerful network analysis framework focused on security monitoring, formerly known as Bro.

  • netsniff-ng - Free and fast GNU/Linux networking toolkit with numerous utilities such as a connection tracking tool (flowtop), traffic generator (trafgen), and autonomous system (AS) trace route utility (astraceroute).

Security Information and Event Management (SIEM)

  • AlienVault OSSIM - Single-server open source SIEM platform featuring asset discovery, asset inventorying, behavioral monitoring, and event correlation, driven by AlienVault Open Threat Exchange (OTX).

  • Prelude SIEM OSS - Open source, agentless SIEM with a long history and several commercial variants featuring security event collection, normalization, and alerting from arbitrary log input and numerous popular monitoring tools.

Service and performance monitoring

See also awesome-sysadmin#monitoring.

  • Icinga - Modular redesign of Nagios with pluggable user interfaces and an expanded set of data connectors, collectors, and reporting tools.

  • Locust - Open source load testing tool in which you can define user behaviour with Python code and swarm your system with millions of simultaneous users.

  • Nagios - Popular network and service monitoring solution and reporting platform.

  • OpenNMS - Free and feature-rich networking monitoring system supporting multiple configurations, a variety of alerting mechanisms (email, XMPP, SMS), and numerous data collection methods (SNMP, HTTP, JDBC, etc).

  • osquery - Operating system instrumentation framework for macOS, Windows, and Linux, exposing the OS as a high-performance relational database that can be queried with a SQL-like syntax.

  • Zabbix - Mature, enterprise-level platform to monitor large-scale IT environments.

Threat hunting

(Also known as hunt teaming and threat detection.)

See also awesome-threat-detection.

  • CimSweep - Suite of CIM/WMI-based tools enabling remote incident response and hunting operations across all versions of Windows.

  • DeepBlueCLI - PowerShell module for hunt teaming via Windows Event logs.

  • GRR Rapid Response - Incident response framework focused on remote live forensics consisting of a Python agent installed on assets and Python-based server infrastructure enabling analysts to quickly triage attacks and perform analysis remotely.

  • Hunting ELK (HELK) - All-in-one Free Software threat hunting stack based on Elasticsearch, Logstash, Kafka, and Kibana with various built-in integrations for analytics including Jupyter Notebook.

  • MozDef - Automate the security incident handling process and facilitate the real-time activities of incident handlers.

  • PSHunt - PowerShell module designed to scan remote endpoints for indicators of compromise or survey them for more comprehensive information related to state of those systems.

  • PSRecon - PSHunt-like tool for analyzing remote Windows systems that also produces a self-contained HTML report of its findings.

  • PowerForensics - All in one PowerShell-based platform to perform live hard disk forensic analysis.

  • rastrea2r - Multi-platform tool for triaging suspected IOCs on many endpoints simultaneously and that integrates with antivirus consoles.

  • Redline - Freeware endpoint auditing and analysis tool that provides host-based investigative capabilities, offered by FireEye, Inc.

Threat intelligence

See also awesome-threat-intelligence.

  • Active Directory Control Paths - Visualize and graph Active Directory permission configs ("control relations") to audit questions such as "Who can read the CEO's email?" and similar.

  • AttackerKB - Free and public crowdsourced vulnerability assessment platform to help prioritize high-risk patch application and combat vulnerability fatigue.

  • DATA - Credential phish analysis and automation tool that can accept suspected phishing URLs directly or trigger on observed network traffic containing such a URL.

  • Forager - Multi-threaded threat intelligence gathering built with Python3 featuring simple text-based configuration and data storage for ease of use and data portability.

  • GRASSMARLIN - Provides IP network situational awareness of industrial control systems (ICS) and Supervisory Control and Data Acquisition (SCADA) by passively mapping, accounting for, and reporting on your ICS/SCADA network topology and endpoints.

  • MLSec Combine - Gather and combine multiple threat intelligence feed sources into one customizable, standardized CSV-based format.

  • Malware Information Sharing Platform and Threat Sharing (MISP) - Open source software solution for collecting, storing, distributing and sharing cyber security indicators.

  • ThreatIngestor - Extendable tool to extract and aggregate IOCs from threat feeds including Twitter, RSS feeds, or other sources.

  • Unfetter - Identifies defensive gaps in security posture by leveraging Mitre's ATT&CK framework.

  • Viper - Binary analysis and management framework enabling easy organization of malware and exploit samples.

Tor Onion service defenses

See also awesome-tor.

  • OnionBalance - Provides load-balancing while also making Onion services more resilient and reliable by eliminating single points-of-failure.

  • Vanguards - Version 3 Onion service guard discovery attack mitigation script (intended for eventual inclusion in Tor core).

Transport-layer defenses

  • Certbot - Free tool to automate the issuance and renewal of TLS certificates from the LetsEncrypt Root CA with plugins that configure various Web and e-mail server software.

  • MITMEngine - Golang library for server-side detection of TLS interception events.

  • OpenVPN - Open source, SSL/TLS-based virtual private network (VPN).

  • Tor - Censorship circumvention and anonymizing overlay network providing distributed, cryptographically verified name services (.onion domains) to enhance publisher privacy and service availability.

macOS-based defenses

See also drduh/macOS-Security-and-Privacy-Guide.

  • BlockBlock - Monitors common persistence locations and alerts whenever a persistent component is added, which helps to detect and prevent malware installation.

  • LuLu - Free macOS firewall.

  • Santa - Keep track of binaries that are naughty or nice in an allow/deny-listing system for macOS.

  • Stronghold - Easily configure macOS security settings from the terminal.

  • macOS Fortress - Automated configuration of kernel-level, OS-level, and client-level security features including privatizing proxying and anti-virus scanning for macOS.

Windows-based defenses

See also awesome-windows#security and awesome-windows-domain-hardening.

  • HardenTools - Utility that disables a number of risky Windows features.

  • NotRuler - Detect both client-side rules and VBScript enabled forms used by the Ruler attack tool when attempting to compromise a Microsoft Exchange server.

  • Sandboxie - Free and open source general purpose Windows application sandboxing utility.

  • Sigcheck - Audit a Windows host's root certificate store against Microsoft's Certificate Trust List (CTL).

  • Sticky Keys Slayer - Establishes a Windows RDP session from a list of hostnames and scans for accessibility tools backdoors, alerting if one is discovered.

  • Windows Secure Host Baseline - Group Policy objects, compliance checks, and configuration tools that provide an automated and flexible approach for securely deploying and maintaining the latest releases of Windows 10.

  • WMI Monitor - Log newly created WMI consumers and processes to the Windows Application event log.

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

Dernière mise à jour