Open digizeph opened 2 years ago
Better option: use plotly.rs (https://github.com/igiagkiozis/plotly) to create sankey graphs. Sankey graph is supported by the library: https://github.com/igiagkiozis/plotly/blob/master/examples/basic_charts/src/main.rs#L570
Something like this https://plotly.com/python/sankey-diagram/
We could automatically generate a
dot
graph file and plot AS-level graphs with graphviz using all AS paths collected from thesearch
command.Example of AS paths that can be converted to plots:
We can further annotate each hop with data from
whois
subcommand.