Coder Social home page Coder Social logo

cb-threatexchange-connector's People

Contributors

jgarman avatar klazaga avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cb-threatexchange-connector's Issues

Local data store for longer retention periods

We will want to expand our retention period without re-requesting records from the ThreatExchange. Create a local datastore to keep those records and only request "new" ones for the past day (or other configurable time period)

pytx access_token got changed

I just made a change to pytx for v0.3.0 which is now on PyPi which I think breaks the threatexchange-connector.

https://github.com/carbonblack/cb-threatexchange-connector/blob/master/cbopensource/connectors/threatexchange/bridge.py#L214

You now need to call access_token.access_token() instead:

https://github.com/facebook/ThreatExchange/blob/master/pytx/pytx/access_token.py#L54

I don't know if you have a locked version of pytx which would mean you can ignore this, but I wanted to let you know just in case!

Unable to start threatexchange service

Receive the following message when trying to start the server

/etc/init.d/cb-threatexchange-connector status
cb-threatexchange-connector is stopped

There is a mismatch between the pid file created and the pid file the init script is looking for

Add support for 'sharing' level

  • filtering option for sharing level to the configuration file much like the severity and status filtering options
  • add sharing level to the 'group by' for reports.

Confidence level map to use:

confidence_level_map = [
    [33, "LOW"],
    [67, "MEDIUM"],
    [100, "HIGH"],
]

Produces report title:

Data provided by Threat Exchange Member 'X' with ID of 'Y'. All IOCs in this report are severity_level INFO and confidence level of MEDIUM. Confidence level MEDIUM are confidence scores between 34 and 67 on the Facebook Threat Exchange.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.