Files
2024-04-24 11:35:17 -04:00
..
2024-01-23 19:08:11 -05:00
2023-08-09 13:14:44 -07:00
2023-08-09 13:14:44 -07:00
2023-08-09 13:14:44 -07:00
2023-08-09 13:14:44 -07:00
2023-08-09 13:14:44 -07:00
2024-04-23 03:37:55 -04:00
2023-08-09 13:14:44 -07:00
2023-08-09 13:14:44 -07:00
2023-08-09 13:14:44 -07:00
2023-08-09 13:14:44 -07:00

Usage

docker build -t enrichments .

docker run --rm enrichments

submit_to_nemesis

Usage:

poetry run python -m enrichment.cli.submit_to_nemesis [OPTIONS]

Example: Submit all files to the folder (use the absolute path):

poetry run python -m enrichment.cli.submit_to_nemesis --folder /code/ods/sample_files

Example: Submit multiple files with verbose logging

poetry run python -m enrichment.cli.submit_to_nemesis -f /etc/issue /etc/hosts --log_level DEBUG

Yara

To post a file to the Yara endpoint, use:

curl -i -X POST --user 'nemesis:Password123!' -H "Content-Type: multipart/form-data" -F "file=@file.exe" http://127.0.0.1:8080/yara/file

Acknowldegements