Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/InQuest/ThreatKB
Knowledge base workflow management for YARA rules and C2 artifacts (IP, DNS, SSL) (ALPHA STATE AT THE MOMENT)
https://github.com/InQuest/ThreatKB
malware-research yara yara-manager yara-rules yara-signatures
Last synced: 2 days ago
JSON representation
Knowledge base workflow management for YARA rules and C2 artifacts (IP, DNS, SSL) (ALPHA STATE AT THE MOMENT)
- Host: GitHub
- URL: https://github.com/InQuest/ThreatKB
- Owner: InQuest
- License: gpl-2.0
- Created: 2017-07-26T02:30:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T04:14:11.000Z (5 months ago)
- Last Synced: 2024-10-26T03:19:54.741Z (9 days ago)
- Topics: malware-research, yara, yara-manager, yara-rules, yara-signatures
- Language: JavaScript
- Homepage:
- Size: 28.7 MB
- Stars: 96
- Watchers: 18
- Forks: 18
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### NOTE: THIS REPO IS IN AN ALPHA STATE
ThreatKB is a knowledge base workflow management dashboard for YARA rules and C2 artifacts. Rules are categorized and used to denote intent, severity, and confidence in accumulated artifacts.
To start using ThreatKB, check out our [wiki](https://github.com/InQuest/ThreatKB/wiki).
---
Installing by Docker is the currently recommended way of setting up ThreatKB, directions are included as the first link in the wiki. Installation by source is included in the wiki as well.
## Table of Contents
* [Home](https://github.com/InQuest/ThreatKB/wiki)
* [Setup ThreatKB](https://github.com/InQuest/ThreatKB/wiki/Setup)
+ [Pre-requisites](https://github.com/InQuest/ThreatKB/wiki/Setup#pre-requisites)
+ [System Prep](https://github.com/InQuest/ThreatKB/wiki/Setup#system-prep)
+ [Application Install](https://github.com/InQuest/ThreatKB/wiki/Setup#application-install)
* [Getting Started](https://github.com/InQuest/ThreatKB/wiki/Getting-Started)
+ [Running ThreatKB](https://github.com/InQuest/ThreatKB/wiki/Getting-Started#running-threatkb)
+ [Admin User Creation](https://github.com/InQuest/ThreatKB/wiki/Getting-Started#admin-user-creation)
* [Docker Installation](https://github.com/InQuest/ThreatKB/wiki/Docker)
* [Database Structure](https://github.com/InQuest/ThreatKB/wiki/Database-Structure)
* [Documentation](https://github.com/InQuest/ThreatKB/wiki/Documentation)
* [FAQ](https://github.com/InQuest/ThreatKB/wiki/Frequently-Asked-Questions)## Thank You
ThreatKB utilizes Plyara to parse YARA rules into Python dictionaries. A huge thank you to the Plyara team! Links to the project are below:- [Plyara](https://github.com/plyara/plyara) ([LICENSE](https://github.com/plyara/plyara/blob/master/LICENSE))
When a release is created, the system first pulls all signatures that are in the release state. Then, it gathers all signatures that are in the staging state and checks their revision history for the most recently released revision that is in the release state. If it finds it, it will include it in the release. If it does not find any previously released revisions, it will skip the signature.