TheHive-Project / TheHive-Project/Cortex
docker image outdated
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 1.6k
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
docker image outdated / requirements for recent analyzers missing
Request Type
Bug
Work Environment
| Question | Answer |
|---|---|
| OS version (server) | Debian |
| OS version (client) | 10 |
| Cortex version / git hash | 3.0.1 |
| Package Type | Docker |
| Browser type & version | n/a |
Problem Description
The python dependencies in the "current" docker image (3.0.1) are outdated, many analyzers cannot be started anymore.
i.e. iocextract for EmlParser (there are multiple others though)
Steps to Reproduce
- start most recent docker image, mapping /opt/Cortex-Analyzers outside the container
- performing analyzer updates as documented
- using analyzers such as EmlParser
- getting error message "module not found"
Possible Solutions
Recreate image: upon creation all necessary requirements will be included
Complementary information
n/a
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Docker image tagged 3.0.1 and the documented analyzer update process, then reproduce the missing-module failure with EmlParser and iocextract. Compare the image's installed Python dependencies with the requirements needed by the current analyzers; done means the image can run updated analyzers without module-not-found errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100