From 2f0f83bf6b93140a3488c3910524003fe1f66b62 Mon Sep 17 00:00:00 2001 From: Matthew Iverson Date: Thu, 28 Nov 2024 00:52:45 -0500 Subject: [PATCH] Delete README.md --- README.md | 81 ------------------------------------------------------- 1 file changed, 81 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index f23e966..0000000 --- a/README.md +++ /dev/null @@ -1,81 +0,0 @@ -# Threat Hunting Artificial Intelligence - -**TLDR**: *find threats and be your electronic notebook to find the enemy **5x** quicker* - -This tool helps a threat hunting to make sure analysts are checking their boxes and observing all possibilities that an attacker can use on their terrain. This bot will help with managing how to threat hunting while giving helpful advice and keeping track of what you have looked at. All of this knowledge is made possible from the amazing support I have been given. learning from my current role, SEC504, FOR508, 13Cubed and many more have allowed me to give this amazing information in one central location. - -
- Threat Hunter -
- -## minimum requirements -- 1 brain cell -- pc with atleast a 🐹 - -### Depenecies - -#### [Python](https://www.python.org/downloads/) - -# Directions - -1. Download zip in top right - -2. unzip Hunt-AI.zip - -3. Go to path `*/hunt-ai/` - - you should see `dco.py` - -4. Set Enviroment - - On Windows - `.\venv\Scripts\activate` - - On macOS/Linux - `source venv/bin/activate` - -5. Install requirements -`pip install -r requirements.txt` - -6. `python3 dco.py` - - -## Guidance - -``` -check off what you have looked at by pressing the number --# to uncheck section - ex. -1 will uncheck 1 -#! will highlight section - ex. 1! will highlight 1 -``` - - - - - - ----- - - - - - - - - - - - - -## Todo - -#### IDEAS -- session management -- sysmon notes -- add more sections -- have ips be entered into links -- verify what links can be used - -#### REFACTORING -- allow all to be pressed if already pressed -- stop highlighting after green if it is the all one -- fix searching to find files and present them -- have the notebook and about be on **EVERY PAGE** \ No newline at end of file