-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #489 from InQuest/rc
- Loading branch information
Showing
33 changed files
with
254 additions
and
320 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,3 +70,5 @@ dump.rdb | |
# STS (Spring Tool Suite) | ||
.springBeans | ||
.vagrant | ||
|
||
version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,35 @@ | ||
|
||
<p align="center"> | ||
<img src="wiki/res/inquest_logo.svg"></img> | ||
<img src="https://raw.githubusercontent.com/InQuest/ThreatKB/rc/.github/wiki/inquest_logo.svg" /> | ||
</p> | ||
|
||
|
||
### 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 on accumulated artifacts. | ||
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, follow our [guide](wiki/setup.md). | ||
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 | ||
|
||
* [Docker Installation](wiki/docker.md) | ||
* [Setup ThreatKB](wiki/setup.md) | ||
+ [Pre-requisites](wiki/setup.md#pre-requisites) | ||
+ [System Prep](wiki/setup.md#system-prep) | ||
* [Getting Started](wiki/getting-started.md) | ||
+ [Application Install](wiki/getting-started.md#application-install) | ||
+ [Running ThreatKB](wiki/getting-started.md#running-threatkb) | ||
+ [Admin User Creation](wiki/getting-started.md#admin-user-creation) | ||
* [Databases](wiki/db-struct.md) | ||
* [Documentation](wiki/documentation.md) | ||
* [FAQ](wiki/faq.md) | ||
|
||
|
||
* [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: | ||
ThreatKB utilizes Plyara to parse YARA rules into Python dictionaries. A huge thank you to the Plyara team! Links to the project are below: | ||
|
||
https://github.com/8u1a/plyara | ||
https://github.com/8u1a/plyara/blob/master/LICENSE | ||
- [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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.