-
Notifications
You must be signed in to change notification settings - Fork 16
Problem pulling data from misp #2
Comments
Hi @honey4free, Thanks, |
Yes i changed the "/opt/minemeld/local/prototypes/minemeldlocal.yml"
I run misp in docker (jtschichold/minemeld). |
Could you check the minemeld-engine.log file from System > Dashboard > Engine > Logs and search for your Miner name ? |
This is super wierd- One thing tho is that the domain is not in the dns cache
But the minemeld-engine.log file still gives me errors and not a real god one. 2017-08-10T07:50:50 (22039)basepoller._polling_loop INFO: Polling MISP-XX witch is super wierd |
Could it be that you have http_proxy env variables configured on your system/MineMeld env ? |
There is no Proxy varible set on the system. |
Couple of questions:
Thanks, |
I have tried with curl and the ssl hanshake is a-oki. Btw do you also know if there will come a cuckoo extention for minemeld ? |
Also i found out that even if the prototype is stuffed with indicators it looks like it is having problems passing the indicators from the aggregator to the output node even tho i used stdlib.feedHCWithValue and changed the confidence Level of the indicator to 80. |
Hi @honey4free, would you be available for a webmeeting to debug this issue ? You know my email address :-) |
Sendt you an email :). |
Just tested with another output node (stdlib.taxiiDataFeed) and not any of the stdlib.feedWithValue and it looks like the indicators is passed over to the outputnode. |
I have an update. |
Hi, I have a similar problem. I' running Minemeld in a docker container with image jtschichold/minemeld. The exception I get is (obfuscate url with xxxx):
My prototype: Configuration:
Inside the container:
Check connectivity:
I've copied API key several times to ensure it's correct. Thanks. |
Hi, I found the problem. I saw that I had connectivity and the proxy was configured in the docker container. To do this I launched the container sending the proxy environment (as below) and I checked with curl.
Apparently everything was correct. However, the message was still there: I've edited inside the container When I hardcoded What I haven't solved yet is why this Miner doesn't get the proxy value from the system. |
Hi i get an error with this module.
Some indicators are pulled but i after a short time i get an error stating
Unable to connecto to MISP (https://domain) Please make sure the API key and the URL are correct
Connection aborted, gaierror (-2 name or service not known)
I know the api key is correct as i am able to pull some of the indicators.
There is no limitation to my knowlage that shoud terminate the conection this fast.
Is there a fix to this or a log i can lookat for se if im able to figure out the problem.
Im running the lates version of minemeld and misp
The text was updated successfully, but these errors were encountered: