├── LICENSE ├── README.md ├── assets └── putsamplehere.wav_m4a ├── data.py ├── database.py ├── deepgram.py ├── keys.py ├── main.py ├── nlp.py ├── playbooks ├── README.md ├── executive_spearphish_multi-lingual.yaml ├── hr_benefits_open_enrollment_phish.yaml ├── it-test.yaml ├── vendor_payment_change_ceo_whaling.yaml └── zero_day_it_patch.yaml └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/GhostLine/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/GhostLine/HEAD/README.md -------------------------------------------------------------------------------- /assets/putsamplehere.wav_m4a: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/GhostLine/HEAD/data.py -------------------------------------------------------------------------------- /database.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/GhostLine/HEAD/database.py -------------------------------------------------------------------------------- /deepgram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/GhostLine/HEAD/deepgram.py -------------------------------------------------------------------------------- /keys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/GhostLine/HEAD/keys.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/GhostLine/HEAD/main.py -------------------------------------------------------------------------------- /nlp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/GhostLine/HEAD/nlp.py -------------------------------------------------------------------------------- /playbooks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/GhostLine/HEAD/playbooks/README.md -------------------------------------------------------------------------------- /playbooks/executive_spearphish_multi-lingual.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/GhostLine/HEAD/playbooks/executive_spearphish_multi-lingual.yaml -------------------------------------------------------------------------------- /playbooks/hr_benefits_open_enrollment_phish.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/GhostLine/HEAD/playbooks/hr_benefits_open_enrollment_phish.yaml -------------------------------------------------------------------------------- /playbooks/it-test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/GhostLine/HEAD/playbooks/it-test.yaml -------------------------------------------------------------------------------- /playbooks/vendor_payment_change_ceo_whaling.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/GhostLine/HEAD/playbooks/vendor_payment_change_ceo_whaling.yaml -------------------------------------------------------------------------------- /playbooks/zero_day_it_patch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/GhostLine/HEAD/playbooks/zero_day_it_patch.yaml -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/GhostLine/HEAD/requirements.txt --------------------------------------------------------------------------------