-
Notifications
You must be signed in to change notification settings - Fork 19
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
Stab at a minemeld adapter #101
base: master
Are you sure you want to change the base?
Conversation
ChrisForsythe
commented
May 7, 2018
- Copied the abusech adapter and string replaced for the most part.
- Commented instructions on how to get the output url within minemeld.
- This is not tested. I do not have a graylog instance to test with at this time but this seems fairly straight forward. I saw a request on the forums for this sort of thing so here you go.
- Copied the abusech adapter and string replaced for the most part. - Commented instructions on how to get the url within minemeld. - This is not tested. I do not have a graylog instance to test with at this time.
Chris Forsythe seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Did this fail due to my change or something else? |
@ChrisForsythe The build output was as follows:
You should be able to get the same build output by using the "pedantic" profile in Maven (via |
Thanks, looking at it I can see I missed a lot in this. I'll submit a new pull request once I'm done. |
@ChrisForsythe I've just re-activated Travis CI builds for this repository with the "pedantic" build profile (7cbe127, 4764b20). If you rebase your branch on current |
Second take on minemeld integration. Found a lot I missed from the previous push. - Added lookup functions for domain and ip list. - Added documentation. - Modified the ThreatIntelPluginConfig for the spaumhaus plugin to rename from tor_enabled to spaumhaus_enabled. - Modified the content pack to include minemeld.
Fixing problems with the build.
I'm having the same problem building with maven locally that it appears the travis-ci is having with the -Pedantic switch. It looks like it's -X. This is my first time using maven and I can't seem to get the relativepath to work out correctly. Thanks for all the help by the way. |
Everything should be fixed in 837663f for minemeld. The build is failing for me and on travis-ci for a spamhaus testing plugin you folks probably know about already. Ideally this is something where the url is configurable in a UI and not in a source file. |
Thank you! I will review and test this after work on the Greynoise adapter concluded. |
Thanks! I haven't tested this in the UI itself, if you need help with setting up mm for testing let me know. :) |