From 97a0f77e9188256f892a802191a29b41e29f39c2 Mon Sep 17 00:00:00 2001 From: StrackVibes <121121594+StrackVibes@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:01:49 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77009a7..1e284b5 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ ## Tools +-[NRD-db](https://github.com/StrackVibes/NRD-db) - Automatically fetches and stores newly registered domains in a Redis database. - [MITRE ATT&CK Navigator](https://mitre.github.io/attack-navigator/enterprise/) ([source code](https://github.com/mitre-attack/attack-navigator)) - The ATT&CK Navigator is designed to provide basic navigation and annotation of ATT&CK matrices, something that people are already doing today in tools like Excel. - [HELK](https://github.com/Cyb3rWard0g/HELK) - A Hunting ELK (Elasticsearch, Logstash, Kibana) with advanced analytic capabilities. - [DetectionLab](https://github.com/clong/DetectionLab/) - Vagrant & Packer scripts to build a lab environment complete with security tooling and logging best practices. @@ -120,7 +121,7 @@ - [Snort](https://snort.org) ([github](https://github.com/snort3/snort3)) - A network intrusion detection tool - [Joy](https://github.com/cisco/joy) - A package for capturing and analyzing network flow data and intraflow data, for network research, forensics, and security monitoring - [Netcap](https://github.com/dreadl0ck/netcap) - A framework for secure and scalable network traffic analysis -- [Moloch](https://github.com/aol/moloch) - A large scale and open source full packet capture and search tool +- [Arkime](https://github.com/arkime/arkime)) - A large scale and open source full packet capture and search tool - [Stenographer](https://github.com/google/stenographer) - A full-packet-capture tool #### Fingerprinting Tools From 30bbd40f625733aa0fe87767091a2eecde8b9cb2 Mon Sep 17 00:00:00 2001 From: StrackVibes <121121594+StrackVibes@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:02:31 -0500 Subject: [PATCH 2/2] Update README.md Added NRD-db --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e284b5..be9d112 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ ## Tools --[NRD-db](https://github.com/StrackVibes/NRD-db) - Automatically fetches and stores newly registered domains in a Redis database. +- [NRD-db](https://github.com/StrackVibes/NRD-db) - Automatically fetches and stores newly registered domains in a Redis database. - [MITRE ATT&CK Navigator](https://mitre.github.io/attack-navigator/enterprise/) ([source code](https://github.com/mitre-attack/attack-navigator)) - The ATT&CK Navigator is designed to provide basic navigation and annotation of ATT&CK matrices, something that people are already doing today in tools like Excel. - [HELK](https://github.com/Cyb3rWard0g/HELK) - A Hunting ELK (Elasticsearch, Logstash, Kibana) with advanced analytic capabilities. - [DetectionLab](https://github.com/clong/DetectionLab/) - Vagrant & Packer scripts to build a lab environment complete with security tooling and logging best practices.