-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MISP-Warninglists Analyzer Outdated #569
Comments
Hello, |
Hi I have the same issues as well. I also get "is_uptodate: false" at every lookup. I have narrowed it down a bit. It seems like all reads from disk is not returning anything. Unless I do it in python manually - then everything works as intended. I suspect that we need some chmod / chown stuff to get this working. |
Hello, 1- looking at the code: 2- permissions: for similar analyzer I had to set 644 for all subfolders recursively. I think is something you can check easily 3- for this analyzer there is a old pull [#538] to fix some errors on Extractor keys that will be merged in next release 4- If you'll be able to run the analyzer I'm very curious if you can provide elapsed time to perform an analysis. We are working on improve the speed of this analyzer so initial feedback could be useful. |
|
Good, at least until 4 even if in our case it took several hours. |
MISP-Warninglists shows as outdated... I think maybe I just did not set it up properly, or are the lists just permanently outdated?
I followed the "Requirements" listed at https://github.com/TheHive-Project/CortexDocs/blob/master/analyzer_requirements.md#misp-warninglists (see below):
"
This analyzer needs you to download the MISP WarningLists first to a directory. Use git for that purpose:
$ mkdir /path/to/misp-warninglists/repository
$ cd /path/to/misp-warninglists/repository
$ git clone https://github.com/MISP/misp-warninglists
"
In the Cortex Web UI, I set the "warninglists" path in "Analyzers" AND "Analyzers Config" to "/opt/Cortex-Analyzers/analyzers/MISPWarningLists/misp-warninglists/lists"
I also changed the following line in "analyzers/MISPWarningLists/mispwarninglist.py" from self.path = self.get_param('config.path', 'misp-warninglists') to self.path = self.get_param('config.path', '/opt/Cortex-Analyzers/analyzers/MISPWarningLists/misp-warninglists/lists')
This is my Cortex job report:
x@x:/opt/Cortex-Analyzers/analyzers/MISPWarningLists$ sudo git pull
Already up to date.
x@x:/opt/Cortex-Analyzers/analyzers/MISPWarningLists$ cd misp-warninglists
x@x:/opt/Cortex-Analyzers/analyzers/MISPWarningLists/misp-warninglists$ sudo git pull
Already up to date.
I also made sure to restart thehive, cortex, nginx, as well as refresh the Analyzers in my organization.
If someone could provide the complete documentation needed to get the lists up to date that would be super helpful.
The text was updated successfully, but these errors were encountered: