From 96c92ce6cbd44083468c24b8aa7ea3b2c4dfe6d5 Mon Sep 17 00:00:00 2001 From: Matthias Vallentin Date: Fri, 11 Jun 2021 15:59:11 +0200 Subject: [PATCH] Add Threat Bus. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1f5f1f..5b033bd 100644 --- a/README.md +++ b/README.md @@ -363,6 +363,7 @@ See also [awesome-threat-intelligence](https://github.com/hslatman/awesome-threa - [Malware Information Sharing Platform and Threat Sharing (MISP)](https://misp-project.org/) - Open source software solution for collecting, storing, distributing and sharing cyber security indicators. - [Open Source Vulnerabilities (OSV)](https://osv.dev/) - Vulnerability database and triage infrastructure for open source projects aimed at helping both open source maintainers and consumers of open source. - [Sigma](https://github.com/Neo23x0/sigma) - Generic signature format for SIEM systems, offering an open signature format that allows you to describe relevant log events in a straightforward manner. +- [Threat Bus](https://github.com/tenzir/threatbus) - Threat intelligence dissemination layer to connect security tools through a distributed publish/subscribe message broker. - [ThreatIngestor](https://github.com/InQuest/ThreatIngestor) - Extendable tool to extract and aggregate IOCs from threat feeds including Twitter, RSS feeds, or other sources. - [Unfetter](https://nsacyber.github.io/unfetter/) - Identifies defensive gaps in security posture by leveraging Mitre's ATT&CK framework. - [Viper](https://github.com/viper-framework/viper) - Binary analysis and management framework enabling easy organization of malware and exploit samples.