about summary refs log tree commit diff
path: root/teams.dot
blob: 28ca7e243387198e068db2b6d66dea82f3e9dac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
digraph teams {
  node [fontname = "JetBrains Mono"];
  overlap = false;
  splines = polyline;

  DEFCON_QUALS [style="bold" href="https://quals.2022.nautilus.institute/dashboard"];

  // team clusters (red)
  subgraph {
    node [color="#db4437" fontcolor="#db4437"];
    "perfect r✪✪✪t" [href="https://ctftime.org/team/176403"]
    "Balsn.217@TSJ.tw" [href="https://ctftime.org/team/189868"]
    "The Duck" [href="https://ctftime.org/team/111501"]
    "Sauercloud" [href="https://ctftime.org/team/54748"]
    "Water Paddler" [href="https://ctftime.org/team/155019"]
    "PTB_WTL" [href="https://ctftime.org/team/119975"]
    "./V /home/r/.bin/tw" [href="https://ctftime.org/team/189869"]
    "Straw Hat" [href="https://ctftime.org/team/19208"]
    "PPP" [href="https://ctftime.org/team/284"]
    "Katzebin" [href="https://ctftime.org/team/141539"]
    "StarBugs" [href="https://ctftime.org/team/152239"]
    "Shellphish" [href="https://ctftime.org/team/285"]
    "r3kapig" [href="https://ctftime.org/team/58979"]
    "DiceGuesser" [href="https://ctftime.org/team/182504"]
    "OSUSEC" [href="https://ctftime.org/team/12858"]
  }

  // individual teams (blue)
  subgraph {
    node [color="#4285f4" fontcolor="#4285f4"];

    // Sauercloud (Germany)
    "KITCTF" [href="https://ctftime.org/team/7221"];
    "Eat Sleep Pwn Repeat" [href="https://ctftime.org/team/15712"];
    "Flux Fingers" [href="https://ctftime.org/team/551"];
    "Red Rocket" [href="https://allesctf.net/"];
    "Alles!" [href="https://ctftime.org/team/18419"];
    "ENOFLAG" [href="https://ctftime.org/team/1438"];
    "FAUST" [href="https://ctftime.org/team/550"];
    "WizardsOfDos" [href="https://ctftime.org/team/561"];
    "Squareroots" [href="https://ctftime.org/team/554"];

    // perfect rooot
    "perfect blue" [href="https://ctftime.org/team/53802"];
    "r00timentary" [href="https://ctftime.org/team/32783"];
    "Samsung Research" [href=""];

    // Balsn.217@TSJ.tw
    "Balsn" [href="https://ctftime.org/team/16978"];
    "217" [href="https://ctftime.org/team/5160"];
    "TSJ" [href="https://ctftime.org/team/150366"];
    "HITCON" [href="https://ctftime.org/team/8299"];

    // PTB_WTL
    "PwnThyBytes" [href="https://ctftime.org/team/59199"];
    "WreckTheLine" [href="https://ctftime.org/team/57908"];
  }

  // primary edges
  subgraph {
    "perfect r✪✪✪t" -> DEFCON_QUALS [style="bold"];
    "Balsn.217@TSJ.tw" -> DEFCON_QUALS [style="bold"];
    "The Duck" -> DEFCON_QUALS [style="bold"];
    "Sauercloud" -> DEFCON_QUALS [style="bold"];
    "Water Paddler" -> DEFCON_QUALS [style="bold"];
    "PTB_WTL" -> DEFCON_QUALS [style="bold"];
    "./V /home/r/.bin/tw" -> DEFCON_QUALS [style="bold"];
    "Straw Hat" -> DEFCON_QUALS [style="bold"];
    "PPP" -> DEFCON_QUALS [style="bold"];
    "Katzebin" -> DEFCON_QUALS [style="bold"];
    "StarBugs" -> DEFCON_QUALS [style="bold"];
    "Shellphish" -> DEFCON_QUALS [style="bold"];
    "r3kapig" -> DEFCON_QUALS [style="bold"];
    "DiceGuesser" -> DEFCON_QUALS [style="bold"];
    "OSUSEC" -> DEFCON_QUALS [style="bold"];

  }

  // secondary edges (teams to clusters)
  subgraph {
    edge [weight=1 style="dashed" color="grey"];
    // Sauercloud (Germany)
    "KITCTF" -> "Sauercloud";
    "Eat Sleep Pwn Repeat" -> "Sauercloud";   
    "Flux Fingers" -> "Sauercloud";   
    "Red Rocket" -> "Sauercloud";   
    "Alles!" -> "Sauercloud";   
    "ENOFLAG" -> "Sauercloud";   
    "FAUST" -> "Sauercloud";   
    "WizardsOfDos" -> "Sauercloud";   
    "Squareroots" -> "Sauercloud";   

    // perfect rooot
    "perfect blue" ->"perfect r✪✪✪t";
    "r00timentary" -> "perfect r✪✪✪t";
    "Samsung Research" -> "perfect r✪✪✪t";

    // Balsn.217@TSJ.tw
    "Balsn" -> "Balsn.217@TSJ.tw";
    "217" -> "Balsn.217@TSJ.tw";
    "TSJ" -> "Balsn.217@TSJ.tw";
    "HITCON" -> "Balsn.217@TSJ.tw";

    // PTB_WTL
    "PwnThyBytes" -> "PTB_WTL";
    "WreckTheLine" -> "PTB_WTL";
  }

}