Giter VIP home page Giter VIP logo

ddos-visualization's People

Contributors

jvdassen avatar lucboillat avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

ddos-visualization's Issues

Store available datasets in browser cache

This shouhld make it easier to determine if a fetched dataset was seen before (should not trigger a notification) or if it was newly analysed/added (should trigger notification).

Implement an abstract visitor

This should enable that one can easily add new analysers/parsers in the most convenient way. It should also enable the orchestration of different analysers without having to know about other analysers when writing a new one.

(DB) Persistence layer

Implement a data model, setup infrastructure between DB & server and write an access wrapper.

Setup a Vue.js project

Ideally this would include vue, vue-router, vuex, pwa plugin for webpack, eslint preset, app shell using vue-material

First diagram

Implement the first card/diagram/chard that we can connect to the API and show the result of the data mining/visitor.
We could do a port analysis and then show it on a scatterplot and barchart.

Cleanup the default dashboard

The dashboard displays default content from an older build of the application. Remove these default items to make room for the new content

File storage layer

Implement a file-based persistence layer that can easily be supplied to each visitor/analyser transparently.

UDP/TCP port analysis visitor

Implement a first concrete visitor that does UDP/TCP port analysis using the Abstract visitor and packet iterator

AS analyser

Implement an AS analyser that gives the following information:

  • Top 10 AS where the src IPs stem from
  • Prefixes used and their size

Compute generic dataset metrics

Each dataset must be indentified by a set of metrics that are generic, ie computed for each dataset independent of the analyser used.

Duplicate visualizations possible

Vuejs complains when adding the same visualization multiple times

 Duplicate keys detected: 'xyz.json'. This may cause an update error.

found in

---> <DashBoard> at src/views/DashBoard.vue
       <App> at src/App.vue
         <Root>

Change data model of a dataset

Each data set needs to have:

  • name
  • description
  • filesize
  • status
  • date
  • metrics
  • files

Each file item needs to have:

  • JSON file url
  • supported diagrams by name
  • category

Implement a packet iterator and parser

The idea is to split up the very high-level EventEmitter events of node_pcap ("complete" and "packet") into fine grained events. This feature should also cover a structure/design where one can easily add multiple packet analyser/miner and run them in parallel over the same packet stream.

Web API (HTTP or WebSocket)

Implement the API over which one can fetch the mined datasets and perform CRUD updates for datasets/dashboards etc.

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.