8 Commits

Author SHA1 Message Date
Will 5b24179120 NLP modifications
-NLP container now splits large docs and submits them through an additional queue for embedding
-Added overall plaintext size limit that prevents larger docs from being split/indexed
-Memory and CPU limits added to NLP container to prevent starvation via the NLP container
-Average embedding vector approach eliminated due to the new streaming approach
-Additional model options pre-loaded for NLP container
-Changed default embedding model to TaylorAI/gte-tiny
-Vector and normalization added as k8s options for the NLP container
-Removed /indexing web endpoint for NLP service as text should be submitted through the Nemesis frontend
-Tokenization fixed for NLP container - now using the chosen model's tokenizer
2024-02-07 00:59:39 -08:00
Will 416f7642ed Removed tensorflow-serving password model
-Removed tensorflow-serving password model as it proved not effective in production.
-Remove classic NLP summarization as it wasn't useful in production
2024-02-01 12:11:12 -08:00
Will 16308b6e17 UTF-8/UTF-16 strings handling in Yara Matches
-UTF-8/UTF-16 strings handling in Yara Matches
2024-01-18 12:45:42 -08:00
Will 67fdfc57a2 Expanded Yara rule context
-Expanded Yara rule context parsed by the file enrichment service, now includes matching strings as well as the rule definition itself
2024-01-17 23:29:10 -08:00
Will f144c30751 Initial mods for more complex Yara rule context
-Initial mods for more complex Yara rule context
2024-01-17 19:30:32 -08:00
Will 6e1e8769a2 Fix for large files downloaded in Chromium
-Large files downloaded in Chromium now handled properly
-Added batching for Chromium downloads
2024-01-16 21:14:14 -08:00
Will c733e87f00 NoseyParker update
-Fixed rule format and output parsing for new NoseyParker version
2024-01-02 15:08:42 -08:00
Lee Christensen fe4e0d70a4 commited for life 2023-08-09 13:14:44 -07:00