Coder Social home page Coder Social logo

brocapi's People

Contributors

mikesiko avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

brocapi's Issues

Feature Request: Optionally send PCAPs to S3 for storage

Give users the option to send the PCAPs that get saved to the job folders to an S3 bucket, with a S3 structure following the same format as local disk.
S3 is super cheap for long term storage and could help users access the PCAPs in a larger AWS based analysis environment.

Same as last ticket, I'll gladly write the PR for this.

Feature Request: Endpoint for searching past analyzed PCAPs

Add an API endpoint to search and return Bro results by job UUID.

Idea I had is using something simple like TinyDB to store any job UUID as the db's primary key and the bro log path in path key or similar. A user could hit /search/<job_uuid> and get back the zipped logs from the job_logs_bro path or an JSON API error message if the job isn't found.

I started a test of this TinyDB and it works pretty OK for a quick starter. Expanding the TinyDB use further a tiny bit, adding an API route for /jobs/count (for example) and returning the number of all jobs analyzed would be trivial.

Is this something desired I can put in a PR for?

Feature Request: Options to send to other endpoints besides syslog

My idea was to expand the config file to give options for sending messages to either: syslog, local JSON output, or HTTP endpoints.
HTTP endpoints could let users feed the results into Splunk, IntelMQ, etc.
JSON is just generally useful...

I forked this already to add this and a few other things but if it's something you'd like in the main repo, I'll submit a PR. I already started writing this in my fork anyhow.

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.