You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.
There is currently an aggregator for email type on Minemeld, however the miner doesn't take any email from MISP source. It seems to support the following (as tested for now) : IPv4, Domain.
Did someone succeed to get email as IOC type on minemeld from MISP source ?
On PyMISP documentation, i can see the support of "tags" in the API, and it works on old versions of MISP & PyMISP. However since i remade the MISP server to brand new with latest versions as of today, now, the "tag: 25" (example) filter is broken.
While for eventid it's working as intended except for emails IOCs :
filters :
eventid : 38
interval : 900
For Tags it was working beforehand on old versions, and not anymore even with tags or named tag instead of numerical :
filters :
tag : 25
interval : 900
- Did someone make it working for tag filtering on latest version ?
The text was updated successfully, but these errors were encountered:
I have the same issue from MISP source. Minemeld is not able to recover IoC like mail.
In addition taxii miner is not able to recognize mail as indicator. It seems that Minemeld is able only when type is email-addr.
Is it possible to extend the parser in order to recognize the mail regardless of the type?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is currently an aggregator for email type on Minemeld, however the miner doesn't take any email from MISP source. It seems to support the following (as tested for now) : IPv4, Domain.
On PyMISP documentation, i can see the support of "tags" in the API, and it works on old versions of MISP & PyMISP. However since i remade the MISP server to brand new with latest versions as of today, now, the "tag: 25" (example) filter is broken.
While for eventid it's working as intended except for emails IOCs :
filters :
eventid : 38
interval : 900
For Tags it was working beforehand on old versions, and not anymore even with tags or named tag instead of numerical :
filters :
tag : 25
interval : 900
- Did someone make it working for tag filtering on latest version ?
The text was updated successfully, but these errors were encountered: