mlsecproject / combine

Tool to gather Threat Intelligence indicators from publicly available sources
https://www.mlsecproject.org/
GNU General Public License v3.0
652 stars 179 forks source link

Multi-threaded code to upload the indicators into CRITs #88

Closed paulpc closed 9 years ago

paulpc commented 9 years ago

commented some of the functions, added the code to upload the indicators to CRITs with some parallel request capabilities (to maybe be replaced by grequests), and changed some of the code in combine.py to make it case-insensitive in the parsing of command line parameters.

alexcpsec commented 9 years ago

Thanks for this, Paul! You think you can merge our current master back to your repo so this can be at least mergeable?

paulpc commented 9 years ago

working on it - didn't notice all the logging work and the new version of grequests

Paul Poputa-Clean

On Tue, Oct 21, 2014 at 3:53 PM, Alex Pinto notifications@github.com wrote:

Thanks for this, Paul! You think you can merge our current master back to your repo so this can be at least mergeable?

— Reply to this email directly or view it on GitHub https://github.com/mlsecproject/combine/pull/88#issuecomment-60012141.

paulpc commented 9 years ago

ok, give this a try. I did a quick test and it seems to have worked just fine with the merged changes.

alexcpsec commented 9 years ago

Cool! Thanks. I'll take it for a spin. Guess I need to stand up a CRITs instance :grinning:

alexcpsec commented 9 years ago

Conceptually and architecturally I am ok with this. I am not sure if @technoskald wants to do actual testing with a CRITs instance, but this would be otherwise good to go.

Paul, if you are interested, you could write a blog post that we can publish on https://mlsecproject.org/blog about this integration you developed. It could be helpful for others also, so let's put the word out there!

paulpc commented 9 years ago

I'd love to write up a bit about the integration. How would i go about doing that? On Fri Oct 24 2014 at 5:21:07 PM Alex Pinto notifications@github.com wrote:

Conceptually and architecturally I am ok with this. I am not sure if @technoskald https://github.com/technoskald wants to do actual testing with a CRITs instance, but this would be otherwise good to go.

Paul, if you are interested, you could write a blog post that we can publish on https://mlsecproject.org/blog about this integration you developed. It could be helpful for others also, so let's put the word out there!

— Reply to this email directly or view it on GitHub https://github.com/mlsecproject/combine/pull/88#issuecomment-60456967.

alexcpsec commented 9 years ago

I'll send you an e-mail about it. Thanks!