Skip to content

Plotting diagrams with AS paths collected #14

Description

@digizeph

We could automatically generate a dot graph file and plot AS-level graphs with graphviz using all AS paths collected from the search command.

Example of AS paths that can be converted to plots:

monocle search -t 2022-07-26T10:00:00Z -T 2022-07-26T12:00:00Z --prefix 188.191.144.0/23 --collector route-views2 --json | grep 105.16.0.247 | jq .as_path
"37100 6453 1273 12389 12389 12389 12389 201776 47598 56446"
"37100 6762 1273 12389 12389 12389 12389 201776 47598 56446"
"37100 3356 6762 12389 201776 47598 56446"
"37100 6762 12389 201776 47598 56446"

We can further annotate each hop with data from whois subcommand.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions