-
Notifications
You must be signed in to change notification settings - Fork 4
/
cs.conf
270 lines (270 loc) · 69.6 KB
/
cs.conf
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
{
hypnotoad => {
listen => ['http://0.0.0.0:8080'],
workers => 64,
accepts => 1024,
keep_alive_timeout => 100
},
cs => {
base_url => 'https://ctf.hitb.org',
time => [['2023-08-24 03:00:00', '2023-08-25 08:59:59']],
admin_auth => 'root:eequiefah9Pa',
ctf_name => 'HITB SECCONF CTF 2023',
round_length => 60,
flag_life_time => 15,
flags_secret => 'Aeth3aec',
checkers => {
hostname => sub { my ($team, $service) = @_; "$service->{name}.$team->{details}{dns_suffix}" }
},
scoring => {
start_flag_price => 10,
heating_speed => 1/18,
max_flag_price => 30,
cooling_down => 1/2,
heating_flags_limit => 20 * 224,
cooling_submissions_limit => 500 * 224,
dying_rounds => 1000000,
dying_flag_price => 1
},
},
services => [
{id => 0, name => 'training', timeout => 30, path => 'checkers/training/checker.py'},
{id => 4, name => 'passmgr', tcp_port => 80, timeout => 30, ip_suffix => '4', path => 'checkers/passmgr/checker.py'},
{id => 5, name => 'places', tcp_port => 80, timeout => 30, ip_suffix => '5', path => 'checkers/places/checker.sh'},
{id => 6, name => 'lockstone', tcp_port => 443, timeout => 30, ip_suffix => '6', path => 'checkers/lockstone/checker.py'},
{id => 7, name => 'godeeper', tcp_port => 8080, timeout => 30, ip_suffix => '7', path => 'checkers/godeeper/checker.py'},
{id => 8, name => 'pure', tcp_port => 443, timeout => 30, ip_suffix => '8', path => 'checkers/pure/checker.py', active => ['2023-08-25 09:00:00', '2023-08-25 09:00:00']},
{id => 9, name => 'funding', tcp_port => 80, timeout => 30, ip_suffix => '9', path => 'checkers/funding/funding.checker.js', active => ['2023-08-25 09:00:00', '2023-08-25 09:00:00']},
{id => 10, name => 'keys', tcp_port => 3000, timeout => 30, ip_suffix => '10', path => 'checkers/keys/keys.checker.py', active => ['2023-08-25 09:00:00', '2023-08-25 09:00:00']},
{id => 11, name => 'spaces', tcp_port => 80, timeout => 30, ip_suffix => '11', path => 'checkers/spaces/checker.sh', active => ['2023-08-25 09:00:00', '2023-08-25 09:00:00']},
{id => 12, name => 'docs', tcp_port => 80, timeout => 30, ip_suffix => '12', path => 'checkers/docs/checker.py', active => ['2023-08-25 09:00:00', '2023-08-25 09:00:00']},
{id => 13, name => 'tokenourcer', tcp_port => 8080, timeout => 30, ip_suffix => '13', path => 'checkers/tokenourcer/checker.py', active => ['2023-08-25 09:00:00', '2023-08-25 09:00:00']},
{id => 14, name => 'notes', tcp_port => 80, timeout => 30, ip_suffix => '14', path => 'checkers/notes/notes.checker.py', active => ['2023-08-25 09:00:00', '2023-08-25 09:00:00']},
],
teams => [
{ name => 'My4nM4r', network => '10.60.1.0/24', host => '10.60.1.3', ip_prefix => '10.60.1.', dns_suffix => 'team1.ctf.hitb.org', token => 'CHECKSYSTEM_1_d9ce6491cacf770272919671a93b5daa', country => 'MM', logo => 'https://ctf.hackerdom.ru/api/logos/117?size=128', tags => ['🇲🇲'], initial_flag_points => { 0 => 1500} },
{ name => 'SectorC', network => '10.60.2.0/24', host => '10.60.2.3', ip_prefix => '10.60.2.', dns_suffix => 'team2.ctf.hitb.org', token => 'CHECKSYSTEM_2_b78a22662408f9d4dc3eac824e153ad1', country => 'NL', logo => 'https://ctf.hackerdom.ru/api/logos/118?size=128', tags => ['🇳🇱'], initial_flag_points => { 0 => 1500} },
{ name => 'SHAHEEN', network => '10.60.3.0/24', host => '10.60.3.3', ip_prefix => '10.60.3.', dns_suffix => 'team3.ctf.hitb.org', token => 'CHECKSYSTEM_3_7c2d34764793f5885fa3a876ea782ec4', country => 'AE', logo => 'https://ctf.hackerdom.ru/api/logos/33?size=128', tags => ['🇦🇪', 'ONSITE'], initial_flag_points => { 0 => 1500} },
{ name => 'HipoxyMainframe', network => '10.60.4.0/24', host => '10.60.4.3', ip_prefix => '10.60.4.', dns_suffix => 'team4.ctf.hitb.org', token => 'CHECKSYSTEM_4_880dd6581827887b4e376a21c3c3de63', country => 'AU', logo => '/logo.png', tags => ['🇦🇺']},
{ name => 'u0K++', network => '10.60.5.0/24', host => '10.60.5.3', ip_prefix => '10.60.5.', dns_suffix => 'team5.ctf.hitb.org', token => 'CHECKSYSTEM_5_5941dbc36ce0c1155b07d9b4c42b46fb', country => 'VN', logo => '/logo.png', tags => ['🇻🇳']},
{ name => 'richard parker', network => '10.60.6.0/24', host => '10.60.6.3', ip_prefix => '10.60.6.', dns_suffix => 'team6.ctf.hitb.org', token => 'CHECKSYSTEM_6_5a1485ffbd73cfd3085d25af6d48d68e', country => 'MY', logo => 'https://ctf.hackerdom.ru/api/logos/120?size=128', tags => ['🇲🇾'], initial_flag_points => { 0 => 1500} },
{ name => 'RedCCheep', network => '10.60.7.0/24', host => '10.60.7.3', ip_prefix => '10.60.7.', dns_suffix => 'team7.ctf.hitb.org', token => 'CHECKSYSTEM_7_4aabd50eb9d53145b799001fe78d9cc5', country => 'TH', logo => '/logo.png', tags => ['🇹🇭'], initial_flag_points => { 0 => 1500} },
{ name => 'Pwn17', network => '10.60.8.0/24', host => '10.60.8.3', ip_prefix => '10.60.8.', dns_suffix => 'team8.ctf.hitb.org', token => 'CHECKSYSTEM_8_00dc1d9b7ce41781f89b07119fa11ac4', country => '', logo => 'https://ctf.hackerdom.ru/api/logos/122?size=128', tags => ['🌏'], initial_flag_points => { 0 => 1500} },
{ name => 'Hi!', network => '10.60.9.0/24', host => '10.60.9.3', ip_prefix => '10.60.9.', dns_suffix => 'team9.ctf.hitb.org', token => 'CHECKSYSTEM_9_839d03dc17531014fb6e8857dd4e1b25', country => '', logo => '/logo.png', tags => ['🌏']},
{ name => 'H4ckan3derl1', network => '10.60.10.0/24', host => '10.60.10.3', ip_prefix => '10.60.10.', dns_suffix => 'team10.ctf.hitb.org', token => 'CHECKSYSTEM_10_8e34b1029fbcebf9e1c2c225dba7f9a3', country => 'IT', logo => 'https://ctf.hackerdom.ru/api/logos/124?size=128', tags => ['🇮🇹']},
{ name => 'QuantumX', network => '10.60.11.0/24', host => '10.60.11.3', ip_prefix => '10.60.11.', dns_suffix => 'team11.ctf.hitb.org', token => 'CHECKSYSTEM_11_4ab6aa6ee1a5f11dc0ba16d2039ea29b', country => 'IN', logo => 'https://ctf.hackerdom.ru/api/logos/125?size=128', tags => ['🇮🇳']},
{ name => 'FR13NDS TEAM', network => '10.60.12.0/24', host => '10.60.12.3', ip_prefix => '10.60.12.', dns_suffix => 'team12.ctf.hitb.org', token => 'CHECKSYSTEM_12_a0f7150351b0f4e83d042bf769f68df9', country => 'KZ', logo => 'https://ctf.hackerdom.ru/api/logos/126?size=128', tags => ['🇰🇿', 'ONSITE'], initial_flag_points => { 0 => 1500} },
{ name => 'Dementors', network => '10.60.13.0/24', host => '10.60.13.3', ip_prefix => '10.60.13.', dns_suffix => 'team13.ctf.hitb.org', token => 'CHECKSYSTEM_13_46e2300306ea295bcd1340d4168ed30d', country => '', logo => '/logo.png', tags => ['🌏']},
{ name => 'Squad_417', network => '10.60.14.0/24', host => '10.60.14.3', ip_prefix => '10.60.14.', dns_suffix => 'team14.ctf.hitb.org', token => 'CHECKSYSTEM_14_50270709932e417a45f7d05e9a6c4895', country => 'RU', logo => '/logo.png', tags => ['🇷🇺'], initial_flag_points => { 0 => 1500} },
{ name => 'l33t1m', network => '10.60.15.0/24', host => '10.60.15.3', ip_prefix => '10.60.15.', dns_suffix => 'team15.ctf.hitb.org', token => 'CHECKSYSTEM_15_1a8efaf6209bd5379eacdf03931924b8', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/129?size=128', tags => ['🇷🇺']},
{ name => 'We Can Do It!', network => '10.60.16.0/24', host => '10.60.16.3', ip_prefix => '10.60.16.', dns_suffix => 'team16.ctf.hitb.org', token => 'CHECKSYSTEM_16_1c3913cbbf9460581f98366ac569d164', country => '', logo => 'https://ctf.hackerdom.ru/api/logos/130?size=128', tags => ['🌏'], initial_flag_points => { 0 => 500 } },
{ name => 'Let me solo h3r', network => '10.60.17.0/24', host => '10.60.17.3', ip_prefix => '10.60.17.', dns_suffix => 'team17.ctf.hitb.org', token => 'CHECKSYSTEM_17_e05ee2ae2336e2ab38baffbe7d149ca6', country => 'TH', logo => 'https://ctf.hackerdom.ru/api/logos/26?size=128', tags => ['🇹🇭']},
{ name => 'DORA', network => '10.60.18.0/24', host => '10.60.18.3', ip_prefix => '10.60.18.', dns_suffix => 'team18.ctf.hitb.org', token => 'CHECKSYSTEM_18_7c426bedc63d6890e6d6763d5b539985', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/131?size=128', tags => ['🇷🇺']},
{ name => 'dtl', network => '10.60.19.0/24', host => '10.60.19.3', ip_prefix => '10.60.19.', dns_suffix => 'team19.ctf.hitb.org', token => 'CHECKSYSTEM_19_31b1c28afa836db107cb44de003621a8', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/132?size=128', tags => ['🇷🇺'], initial_flag_points => { 0 => 1000 }},
{ name => 'WeLoveLaksa', network => '10.60.20.0/24', host => '10.60.20.3', ip_prefix => '10.60.20.', dns_suffix => 'team20.ctf.hitb.org', token => 'CHECKSYSTEM_20_40ed8da3f858c150b1ca7c8b97110baf', country => 'MY', logo => '/logo.png', tags => ['🇲🇾']},
{ name => 'UMGC Cyber Team', network => '10.60.21.0/24', host => '10.60.21.3', ip_prefix => '10.60.21.', dns_suffix => 'team21.ctf.hitb.org', token => 'CHECKSYSTEM_21_b7512f6b27c2b415ac7d8efcd64bb0c0', country => 'US', logo => '/logo.png', tags => ['🇺🇸']},
{ name => '3kb', network => '10.60.22.0/24', host => '10.60.22.3', ip_prefix => '10.60.22.', dns_suffix => 'team22.ctf.hitb.org', token => 'CHECKSYSTEM_22_b530578cb9d01f68b67b57dada0ace5c', country => '', logo => '/logo.png', tags => ['🌏'], initial_flag_points => { 0 => 1000 } },
{ name => 'soltika', network => '10.60.23.0/24', host => '10.60.23.3', ip_prefix => '10.60.23.', dns_suffix => 'team23.ctf.hitb.org', token => 'CHECKSYSTEM_23_c7f44bd947c64448a9c991198288f62a', country => '', logo => '/logo.png', tags => ['🌏'], initial_flag_points => { 0 => 1500} },
{ name => 'Script Kitties CA', network => '10.60.24.0/24', host => '10.60.24.3', ip_prefix => '10.60.24.', dns_suffix => 'team24.ctf.hitb.org', token => 'CHECKSYSTEM_24_99b96611c639271b844202d9bb94ad23', country => 'CA', logo => 'https://ctf.hackerdom.ru/api/logos/137?size=128', tags => ['🇨🇦'], initial_flag_points => { 0 => 1500} },
{ name => 'h4ckth3ang3l', network => '10.60.25.0/24', host => '10.60.25.3', ip_prefix => '10.60.25.', dns_suffix => 'team25.ctf.hitb.org', token => 'CHECKSYSTEM_25_cd918249f9ce0effaff6381b8284cc2c', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/138?size=128', tags => ['🇷🇺'], initial_flag_points => { 0 => 1500} },
{ name => 'Bel_mar', network => '10.60.26.0/24', host => '10.60.26.3', ip_prefix => '10.60.26.', dns_suffix => 'team26.ctf.hitb.org', token => 'CHECKSYSTEM_26_8483af7571c3b52a102b802c3f781357', country => '', logo => '/logo.png', tags => ['🌏']},
{ name => 'SecuriTI', network => '10.60.27.0/24', host => '10.60.27.3', ip_prefix => '10.60.27.', dns_suffix => 'team27.ctf.hitb.org', token => 'CHECKSYSTEM_27_b29f641d65f35df70edf797783163f48', country => 'KR', logo => '/logo.png', tags => ['🇰🇷'], initial_flag_points => { 0 => 1500} },
{ name => 'testaaaa', network => '10.60.28.0/24', host => '10.60.28.3', ip_prefix => '10.60.28.', dns_suffix => 'team28.ctf.hitb.org', token => 'CHECKSYSTEM_28_d0a75574727e2f98cf31f1abf9bed8f1', country => '', logo => '/logo.png', tags => ['🌏']},
{ name => 'ECQ-A', network => '10.60.29.0/24', host => '10.60.29.3', ip_prefix => '10.60.29.', dns_suffix => 'team29.ctf.hitb.org', token => 'CHECKSYSTEM_29_7eec104fb2e9cbb097e29da640d67e3d', country => '', logo => 'https://ctf.hackerdom.ru/api/logos/142?size=128', tags => ['🌏'], initial_flag_points => { 0 => 500 } },
{ name => 'paga', network => '10.60.30.0/24', host => '10.60.30.3', ip_prefix => '10.60.30.', dns_suffix => 'team30.ctf.hitb.org', token => 'CHECKSYSTEM_30_0c63ad352e36e786d646a9445b9b849c', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/143?size=128', tags => ['🇷🇺'], initial_flag_points => { 0 => 1500} },
{ name => 'ECQ-B', network => '10.60.31.0/24', host => '10.60.31.3', ip_prefix => '10.60.31.', dns_suffix => 'team31.ctf.hitb.org', token => 'CHECKSYSTEM_31_0a4f1e9981a206a38644a45bd77b27cb', country => 'TH', logo => '/logo.png', tags => ['🇹🇭'], initial_flag_points => { 0 => 1500} },
{ name => '💙Blue Pidors💙', network => '10.60.32.0/24', host => '10.60.32.3', ip_prefix => '10.60.32.', dns_suffix => 'team32.ctf.hitb.org', token => 'CHECKSYSTEM_32_d03afbcb9232ac3092432363029e2f18', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/145?size=128', tags => ['🇷🇺'], initial_flag_points => { 0 => 1500} },
{ name => 'Aegis Squad', network => '10.60.33.0/24', host => '10.60.33.3', ip_prefix => '10.60.33.', dns_suffix => 'team33.ctf.hitb.org', token => 'CHECKSYSTEM_33_79ed9da9100cd44a3c9e5ea5cd9c20f2', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/146?size=128', tags => ['🇷🇺'], initial_flag_points => { 0 => 1500} },
{ name => 'KitFox', network => '10.60.34.0/24', host => '10.60.34.3', ip_prefix => '10.60.34.', dns_suffix => 'team34.ctf.hitb.org', token => 'CHECKSYSTEM_34_6ccaa7367191759c9484f7ecaab729e9', country => 'US', logo => '/logo.png', tags => ['🇺🇸'], initial_flag_points => { 0 => 500 } },
{ name => 'Armstrong Warrior', network => '10.60.35.0/24', host => '10.60.35.3', ip_prefix => '10.60.35.', dns_suffix => 'team35.ctf.hitb.org', token => 'CHECKSYSTEM_35_ba5e081f9e63c12647c0e88fab3084b7', country => 'TH', logo => '/logo.png', tags => ['🇹🇭', 'ONSITE'], initial_flag_points => { 0 => 1500 }},
{ name => 'ECSC FI', network => '10.60.36.0/24', host => '10.60.36.3', ip_prefix => '10.60.36.', dns_suffix => 'team36.ctf.hitb.org', token => 'CHECKSYSTEM_36_659e396b0059159a04f0362607ca97d3', country => 'FI', logo => 'https://ctf.hackerdom.ru/api/logos/84?size=128', tags => ['🇫🇮'], initial_flag_points => { 0 => 1000 } },
{ name => 'dad', network => '10.60.37.0/24', host => '10.60.37.3', ip_prefix => '10.60.37.', dns_suffix => 'team37.ctf.hitb.org', token => 'CHECKSYSTEM_37_9a974a0ec82da89457b4abfd73a44466', country => 'SG', logo => 'https://ctf.hackerdom.ru/api/logos/19?size=128', tags => ['🇸🇬']},
{ name => 'Mongolz', network => '10.60.38.0/24', host => '10.60.38.3', ip_prefix => '10.60.38.', dns_suffix => 'team38.ctf.hitb.org', token => 'CHECKSYSTEM_38_d918916d009c39115beeb5c29e424216', country => 'MN', logo => '/logo.png', tags => ['🇲🇳'], initial_flag_points => { 0 => 1500} },
{ name => 'stuxy', network => '10.60.39.0/24', host => '10.60.39.3', ip_prefix => '10.60.39.', dns_suffix => 'team39.ctf.hitb.org', token => 'CHECKSYSTEM_39_6847f77a528b49e4c47f513253e37c8b', country => 'IN', logo => '/logo.png', tags => ['🇮🇳'], initial_flag_points => { 0 => 500 }},
{ name => 'Fomorians', network => '10.60.40.0/24', host => '10.60.40.3', ip_prefix => '10.60.40.', dns_suffix => 'team40.ctf.hitb.org', token => 'CHECKSYSTEM_40_1b6336e74a13f12c421ff4ba93fb046b', country => 'IN', logo => '/logo.png', tags => ['🇮🇳']},
{ name => 'redacted', network => '10.60.41.0/24', host => '10.60.41.3', ip_prefix => '10.60.41.', dns_suffix => 'team41.ctf.hitb.org', token => 'CHECKSYSTEM_41_e63b9e681d2995770e6f3af570278abd', country => 'SG', logo => 'https://ctf.hackerdom.ru/api/logos/23?size=128', tags => ['🇸🇬']},
{ name => 'Rules of Pwnitia', network => '10.60.42.0/24', host => '10.60.42.3', ip_prefix => '10.60.42.', dns_suffix => 'team42.ctf.hitb.org', token => 'CHECKSYSTEM_42_92d9209145d4e0bdd482288f85d0d04a', country => 'ID', logo => 'https://ctf.hackerdom.ru/api/logos/5?size=128', tags => ['🇮🇩']},
{ name => 'BaikalCTF', network => '10.60.43.0/24', host => '10.60.43.3', ip_prefix => '10.60.43.', dns_suffix => 'team43.ctf.hitb.org', token => 'CHECKSYSTEM_43_cfa6c9d2f251ba6e7b24794c3687989e', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/100?size=128', tags => ['🇷🇺']},
{ name => 'unkn0wn', network => '10.60.44.0/24', host => '10.60.44.3', ip_prefix => '10.60.44.', dns_suffix => 'team44.ctf.hitb.org', token => 'CHECKSYSTEM_44_88994de1542c863b433dcee0293dc5d4', country => '', logo => '/logo.png', tags => ['🌏'], initial_flag_points => { 0 => 1500} },
{ name => 'MoneyChat', network => '10.60.45.0/24', host => '10.60.45.3', ip_prefix => '10.60.45.', dns_suffix => 'team45.ctf.hitb.org', token => 'CHECKSYSTEM_45_8f1cb18b60368f749fb855f6e1459e92', country => 'US', logo => 'https://ctf.hackerdom.ru/api/logos/94?size=128', tags => ['🇺🇸']},
{ name => 'fu[r]+y cats', network => '10.60.46.0/24', host => '10.60.46.3', ip_prefix => '10.60.46.', dns_suffix => 'team46.ctf.hitb.org', token => 'CHECKSYSTEM_46_78e65cd6240c3693df0708c14508ad1a', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/153?size=128', tags => ['🇷🇺']},
{ name => 'Mr_robot', network => '10.60.47.0/24', host => '10.60.47.3', ip_prefix => '10.60.47.', dns_suffix => 'team47.ctf.hitb.org', token => 'CHECKSYSTEM_47_9da830ed1dbdfdcce8f6d85bd4b32989', country => 'IN', logo => '/logo.png', tags => ['🇮🇳']},
{ name => 'pastaeaters', network => '10.60.48.0/24', host => '10.60.48.3', ip_prefix => '10.60.48.', dns_suffix => 'team48.ctf.hitb.org', token => 'CHECKSYSTEM_48_be09009f8a6098ee2e32a7f421865490', country => 'IT', logo => '/logo.png', tags => ['🇮🇹'], initial_flag_points => { 0 => 1500} },
{ name => 'DarkArmy', network => '10.60.49.0/24', host => '10.60.49.3', ip_prefix => '10.60.49.', dns_suffix => 'team49.ctf.hitb.org', token => 'CHECKSYSTEM_49_a2a5585a852a49429c58d7e2a8ea3d83', country => 'TH', logo => 'https://ctf.hackerdom.ru/api/logos/154?size=128', tags => ['🇹🇭'], initial_flag_points => { 0 => 1500} },
{ name => 'Second2None', network => '10.60.50.0/24', host => '10.60.50.3', ip_prefix => '10.60.50.', dns_suffix => 'team50.ctf.hitb.org', token => 'CHECKSYSTEM_50_bd06d41afd902d94ac5fbbbcd00dedb8', country => 'TH', logo => '/logo.png', tags => ['🇹🇭', 'ONSITE'], initial_flag_points => { 0 => 1500} },
{ name => 'Zoook', network => '10.60.51.0/24', host => '10.60.51.3', ip_prefix => '10.60.51.', dns_suffix => 'team51.ctf.hitb.org', token => 'CHECKSYSTEM_51_661e06d1ea8ce69ed3d5f2e26c4b7fef', country => 'AT', logo => '/logo.png', tags => ['🇦🇹'], initial_flag_points => { 0 => 1500} },
{ name => 'WannaTry', network => '10.60.52.0/24', host => '10.60.52.3', ip_prefix => '10.60.52.', dns_suffix => 'team52.ctf.hitb.org', token => 'CHECKSYSTEM_52_4cb35018d11b53e1000c8c30dee5e372', country => 'TH', logo => 'https://ctf.hackerdom.ru/api/logos/157?size=128', tags => ['🇹🇭']},
{ name => 'abc_team', network => '10.60.53.0/24', host => '10.60.53.3', ip_prefix => '10.60.53.', dns_suffix => 'team53.ctf.hitb.org', token => 'CHECKSYSTEM_53_2ec51826e36281a863a53a22e26e46c6', country => 'TH', logo => '/logo.png', tags => ['🇹🇭'], initial_flag_points => { 0 => 500 } },
{ name => 'T{A}mp[P]lay', network => '10.60.54.0/24', host => '10.60.54.3', ip_prefix => '10.60.54.', dns_suffix => 'team54.ctf.hitb.org', token => 'CHECKSYSTEM_54_06845a93b3d7aee3a367442b21759729', country => '', logo => '/logo.png', tags => ['🌏'], initial_flag_points => { 0 => 1000 } },
{ name => 'Newbie', network => '10.60.55.0/24', host => '10.60.55.3', ip_prefix => '10.60.55.', dns_suffix => 'team55.ctf.hitb.org', token => 'CHECKSYSTEM_55_c5e777e9497232865978becb70013550', country => 'RU', logo => '/logo.png', tags => ['🇷🇺']},
{ name => '54e2952a4f049a4d8f11740c0ca852d6', network => '10.60.56.0/24', host => '10.60.56.3', ip_prefix => '10.60.56.', dns_suffix => 'team56.ctf.hitb.org', token => 'CHECKSYSTEM_56_c3a019bd8e6aa2a03315b0500420e616', country => 'ES', logo => '/logo.png', tags => ['🇪🇸']},
{ name => '8bcad59e884be1876f8bad9b25c1cdf9', network => '10.60.57.0/24', host => '10.60.57.3', ip_prefix => '10.60.57.', dns_suffix => 'team57.ctf.hitb.org', token => 'CHECKSYSTEM_57_9e90bb6a76aeec9593b28a9d92b6115d', country => '', logo => 'https://ctf.hackerdom.ru/api/logos/162?size=128', tags => ['🌏'], initial_flag_points => { 0 => 1500} },
{ name => '7a181d3e0746f7a247380f51df6e5ebe', network => '10.60.58.0/24', host => '10.60.58.3', ip_prefix => '10.60.58.', dns_suffix => 'team58.ctf.hitb.org', token => 'CHECKSYSTEM_58_3c91b5c5093ee54ad815a53440d70ce1', country => '', logo => '/logo.png', tags => ['🌏'], initial_flag_points => { 0 => 1500 }},
{ name => 'GreenTower', network => '10.60.59.0/24', host => '10.60.59.3', ip_prefix => '10.60.59.', dns_suffix => 'team59.ctf.hitb.org', token => 'CHECKSYSTEM_59_0b345542447c0c852e9240177782f525', country => 'TH', logo => '/logo.png', tags => ['🇹🇭', 'ONSITE'], initial_flag_points => { 0 => 1500} },
{ name => 'Omsk_Hackers', network => '10.60.60.0/24', host => '10.60.60.3', ip_prefix => '10.60.60.', dns_suffix => 'team60.ctf.hitb.org', token => 'CHECKSYSTEM_60_b8d537bc3fc86cc199ce3c517087e45b', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/165?size=128', tags => ['🇷🇺'], initial_flag_points => { 0 => 500 } },
{ name => 'MC2 TEAM', network => '10.60.61.0/24', host => '10.60.61.3', ip_prefix => '10.60.61.', dns_suffix => 'team61.ctf.hitb.org', token => 'CHECKSYSTEM_61_078250f05256fee91d9aa2da3c90b1c1', country => 'MA', logo => 'https://ctf.hackerdom.ru/api/logos/166?size=128', tags => ['🇲🇦']},
{ name => 'Cycl1ck', network => '10.60.62.0/24', host => '10.60.62.3', ip_prefix => '10.60.62.', dns_suffix => 'team62.ctf.hitb.org', token => 'CHECKSYSTEM_62_eb418193beddf20ce40c8db86a61e60b', country => '', logo => '/logo.png', tags => ['🌏'], initial_flag_points => { 0 => 1500 }},
{ name => 'Mai Thanat Hack', network => '10.60.63.0/24', host => '10.60.63.3', ip_prefix => '10.60.63.', dns_suffix => 'team63.ctf.hitb.org', token => 'CHECKSYSTEM_63_036eb2e3571aa27bfabe2dd0a16a6b64', country => 'TH', logo => 'https://ctf.hackerdom.ru/api/logos/168?size=128', tags => ['🇹🇭']},
{ name => 'capture secure', network => '10.60.64.0/24', host => '10.60.64.3', ip_prefix => '10.60.64.', dns_suffix => 'team64.ctf.hitb.org', token => 'CHECKSYSTEM_64_009c2c0ea6245d89d951b0b02adf7940', country => 'IN', logo => 'https://ctf.hackerdom.ru/api/logos/169?size=128', tags => ['🇮🇳', 'ONSITE']},
{ name => 'MeowOverlord', network => '10.60.65.0/24', host => '10.60.65.3', ip_prefix => '10.60.65.', dns_suffix => 'team65.ctf.hitb.org', token => 'CHECKSYSTEM_65_bc159bdb5c293aaf4eea101513260e46', country => 'MY', logo => '/logo.png', tags => ['🇲🇾'], initial_flag_points => { 0 => 1500} },
{ name => 'FaKappa', network => '10.60.66.0/24', host => '10.60.66.3', ip_prefix => '10.60.66.', dns_suffix => 'team66.ctf.hitb.org', token => 'CHECKSYSTEM_66_ceaa2fd2027073bec2c2814e6d254e1b', country => '', logo => 'https://ctf.hackerdom.ru/api/logos/171?size=128', tags => ['🌏']},
{ name => 'keva', network => '10.60.67.0/24', host => '10.60.67.3', ip_prefix => '10.60.67.', dns_suffix => 'team67.ctf.hitb.org', token => 'CHECKSYSTEM_67_663d2dd6a0e9467c66a04968de171b95', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/172?size=128', tags => ['🇷🇺'], initial_flag_points => { 0 => 1500} },
{ name => 'Имeни Прoxoра Горoxoва', network => '10.60.68.0/24', host => '10.60.68.3', ip_prefix => '10.60.68.', dns_suffix => 'team68.ctf.hitb.org', token => 'CHECKSYSTEM_68_4d8dae5b169be83b9f4dc4dd2f22b94f', country => 'RU', logo => '/logo.png', tags => ['🇷🇺']},
{ name => 'A.B.H.', network => '10.60.69.0/24', host => '10.60.69.3', ip_prefix => '10.60.69.', dns_suffix => 'team69.ctf.hitb.org', token => 'CHECKSYSTEM_69_9cbcfb75c4500e2fbe376b8c3a103be3', country => 'IT', logo => 'https://ctf.hackerdom.ru/api/logos/174?size=128', tags => ['🇮🇹'], initial_flag_points => { 0 => 1500} },
{ name => '4ucky', network => '10.60.70.0/24', host => '10.60.70.3', ip_prefix => '10.60.70.', dns_suffix => 'team70.ctf.hitb.org', token => 'CHECKSYSTEM_70_9fa61cd4cb096b555e5af2a874978a27', country => 'TH', logo => 'https://ctf.hackerdom.ru/api/logos/175?size=128', tags => ['🇹🇭'], initial_flag_points => { 0 => 500 }},
{ name => 'to_clients_i_work_from_phuket', network => '10.60.71.0/24', host => '10.60.71.3', ip_prefix => '10.60.71.', dns_suffix => 'team71.ctf.hitb.org', token => 'CHECKSYSTEM_71_2ecf2ad122d280b5831f3bc857c31aba', country => 'TH', logo => 'https://ctf.hackerdom.ru/api/logos/176?size=128', tags => ['🇹🇭', 'ONSITE'], initial_flag_points => { 0 => 1500} },
{ name => 'newbie', network => '10.60.72.0/24', host => '10.60.72.3', ip_prefix => '10.60.72.', dns_suffix => 'team72.ctf.hitb.org', token => 'CHECKSYSTEM_72_74b1c7d0bee00e1a50e6bf6e13898029', country => 'IT', logo => '/logo.png', tags => ['🇮🇹'], initial_flag_points => { 0 => 1500} },
{ name => 'CSEC', network => '10.60.73.0/24', host => '10.60.73.3', ip_prefix => '10.60.73.', dns_suffix => 'team73.ctf.hitb.org', token => 'CHECKSYSTEM_73_843908acd4f9cbdad42da2c219951203', country => 'AE', logo => 'https://ctf.hackerdom.ru/api/logos/179?size=128', tags => ['🇦🇪']},
{ name => 'StarJammers2', network => '10.60.74.0/24', host => '10.60.74.3', ip_prefix => '10.60.74.', dns_suffix => 'team74.ctf.hitb.org', token => 'CHECKSYSTEM_74_14471ce9791a6b376900222fdb749163', country => '', logo => '/logo.png', tags => ['🌏'], initial_flag_points => { 0 => 1500 }},
{ name => 'Ikiga1', network => '10.60.75.0/24', host => '10.60.75.3', ip_prefix => '10.60.75.', dns_suffix => 'team75.ctf.hitb.org', token => 'CHECKSYSTEM_75_4c97e7f76e80cce30d99271f998a4c46', country => 'MY', logo => '/logo.png', tags => ['🇲🇾']},
{ name => 'PhuketBoy', network => '10.60.76.0/24', host => '10.60.76.3', ip_prefix => '10.60.76.', dns_suffix => 'team76.ctf.hitb.org', token => 'CHECKSYSTEM_76_4d0b832d292d31acbd41ad7c83b080f5', country => 'TH', logo => '/logo.png', tags => ['🇹🇭']},
{ name => 'Maet', network => '10.60.77.0/24', host => '10.60.77.3', ip_prefix => '10.60.77.', dns_suffix => 'team77.ctf.hitb.org', token => 'CHECKSYSTEM_77_f6481d1decf4faba03d39640d8b118c4', country => 'RU', logo => '/logo.png', tags => ['🇷🇺'], initial_flag_points => { 0 => 1500} },
{ name => 'F1rstDay', network => '10.60.78.0/24', host => '10.60.78.3', ip_prefix => '10.60.78.', dns_suffix => 'team78.ctf.hitb.org', token => 'CHECKSYSTEM_78_f95d395d1f162fa7ed007c430574302c', country => 'TH', logo => 'https://ctf.hackerdom.ru/api/logos/183?size=128', tags => ['🇹🇭', 'ONSITE'], initial_flag_points => { 0 => 1500} },
{ name => 'OneManParty', network => '10.60.79.0/24', host => '10.60.79.3', ip_prefix => '10.60.79.', dns_suffix => 'team79.ctf.hitb.org', token => 'CHECKSYSTEM_79_aee349e2720326eb6908847855e45eba', country => '', logo => '/logo.png', tags => ['🌏']},
{ name => 'N0N@me13', network => '10.60.80.0/24', host => '10.60.80.3', ip_prefix => '10.60.80.', dns_suffix => 'team80.ctf.hitb.org', token => 'CHECKSYSTEM_80_86e9b346139b145e732ca2fcf636fa36', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/83?size=128', tags => ['🇷🇺']},
{ name => 'pwnthem0le', network => '10.60.81.0/24', host => '10.60.81.3', ip_prefix => '10.60.81.', dns_suffix => 'team81.ctf.hitb.org', token => 'CHECKSYSTEM_81_274d892d5fb249629fd48731172403d9', country => 'IT', logo => 'https://ctf.hackerdom.ru/api/logos/2?size=128', tags => ['🇮🇹', 'TOP 2022'], initial_flag_points => { 0 => 1500} },
{ name => 'Access Granted', network => '10.60.82.0/24', host => '10.60.82.3', ip_prefix => '10.60.82.', dns_suffix => 'team82.ctf.hitb.org', token => 'CHECKSYSTEM_82_d23da37a440f5ad78d91c011f3c74f2b', country => 'IN', logo => '/logo.png', tags => ['🇮🇳'], initial_flag_points => { 0 => 1500} },
{ name => 'Grimgar', network => '10.60.83.0/24', host => '10.60.83.3', ip_prefix => '10.60.83.', dns_suffix => 'team83.ctf.hitb.org', token => 'CHECKSYSTEM_83_8ed6fa5ae8424377541ca4c1e1cfa815', country => '', logo => 'https://ctf.hackerdom.ru/api/logos/186?size=128', tags => ['🌏'], initial_flag_points => { 0 => 500 }},
{ name => 'HackMind', network => '10.60.84.0/24', host => '10.60.84.3', ip_prefix => '10.60.84.', dns_suffix => 'team84.ctf.hitb.org', token => 'CHECKSYSTEM_84_a11432822063bc1c1182483a8c8ca367', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/187?size=128', tags => ['🇷🇺'], initial_flag_points => { 0 => 500 } },
{ name => 'JTG', network => '10.60.85.0/24', host => '10.60.85.3', ip_prefix => '10.60.85.', dns_suffix => 'team85.ctf.hitb.org', token => 'CHECKSYSTEM_85_6c4f459d82e05e037360fca206ffe343', country => 'TH', logo => 'https://ctf.hackerdom.ru/api/logos/188?size=128', tags => ['🇹🇭', 'ONSITE'], initial_flag_points => { 0 => 1500} },
{ name => 'БаБкИ_В_НаЙкАх', network => '10.60.86.0/24', host => '10.60.86.3', ip_prefix => '10.60.86.', dns_suffix => 'team86.ctf.hitb.org', token => 'CHECKSYSTEM_86_2eb082d46fa5d74882e1b775d3d3c7a6', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/189?size=128', tags => ['🇷🇺']},
{ name => 'FAUST', network => '10.60.87.0/24', host => '10.60.87.3', ip_prefix => '10.60.87.', dns_suffix => 'team87.ctf.hitb.org', token => 'CHECKSYSTEM_87_03b77fa3d53210659cf3017792443909', country => 'DE', logo => '/logo.png', tags => ['🇩🇪'], initial_flag_points => { 0 => 1500} },
{ name => 'Drovosuck', network => '10.60.88.0/24', host => '10.60.88.3', ip_prefix => '10.60.88.', dns_suffix => 'team88.ctf.hitb.org', token => 'CHECKSYSTEM_88_86eeb40ae9e32aace33ded2a63aa8a34', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/190?size=128', tags => ['🇷🇺'], initial_flag_points => { 0 => 500 } },
{ name => 'Power Puff Girl', network => '10.60.89.0/24', host => '10.60.89.3', ip_prefix => '10.60.89.', dns_suffix => 'team89.ctf.hitb.org', token => 'CHECKSYSTEM_89_8cdd6a8cc3f1ea3c986add0241f4cde3', country => 'TH', logo => '/logo.png', tags => ['🇹🇭', 'ONSITE']},
{ name => 'splinter_cell', network => '10.60.90.0/24', host => '10.60.90.3', ip_prefix => '10.60.90.', dns_suffix => 'team90.ctf.hitb.org', token => 'CHECKSYSTEM_90_88b930cc9e1731ad2355db7f9854cc86', country => 'IN', logo => '/logo.png', tags => ['🇮🇳']},
{ name => 'SHADOW', network => '10.60.91.0/24', host => '10.60.91.3', ip_prefix => '10.60.91.', dns_suffix => 'team91.ctf.hitb.org', token => 'CHECKSYSTEM_91_0e2d5884eb890da2a4966d77fff052c3', country => '', logo => '/logo.png', tags => ['🌏']},
{ name => 'TSIRK', network => '10.60.92.0/24', host => '10.60.92.3', ip_prefix => '10.60.92.', dns_suffix => 'team92.ctf.hitb.org', token => 'CHECKSYSTEM_92_e9a3f8f53ea961c8616942bef929ea85', country => 'KZ', logo => 'https://ctf.hackerdom.ru/api/logos/194?size=128', tags => ['🇰🇿']},
{ name => 'MSSP.Lab', network => '10.60.93.0/24', host => '10.60.93.3', ip_prefix => '10.60.93.', dns_suffix => 'team93.ctf.hitb.org', token => 'CHECKSYSTEM_93_ada5180cb7b38db874f67171fc51c7ec', country => 'KZ', logo => '/logo.png', tags => ['🇰🇿'], initial_flag_points => { 0 => 1500} },
{ name => 'SPACE', network => '10.60.94.0/24', host => '10.60.94.3', ip_prefix => '10.60.94.', dns_suffix => 'team94.ctf.hitb.org', token => 'CHECKSYSTEM_94_fac035167c6ba261bf8ace38cffaeb04', country => 'KZ', logo => '/logo.png', tags => ['🇰🇿'], initial_flag_points => { 0 => 1500 }},
{ name => 'Kali Ratchada', network => '10.60.95.0/24', host => '10.60.95.3', ip_prefix => '10.60.95.', dns_suffix => 'team95.ctf.hitb.org', token => 'CHECKSYSTEM_95_0e06c60067de11c23914000ae3c508b9', country => 'TH', logo => 'https://ctf.hackerdom.ru/api/logos/197?size=128', tags => ['🇹🇭', 'ONSITE']},
{ name => 'CrewCo', network => '10.60.96.0/24', host => '10.60.96.3', ip_prefix => '10.60.96.', dns_suffix => 'team96.ctf.hitb.org', token => 'CHECKSYSTEM_96_057e729c6e4cf2d0da45ef98badf45dd', country => '', logo => 'https://ctf.hackerdom.ru/api/logos/198?size=128', tags => ['🌏'], initial_flag_points => { 0 => 1500} },
{ name => 'lianwu', network => '10.60.97.0/24', host => '10.60.97.3', ip_prefix => '10.60.97.', dns_suffix => 'team97.ctf.hitb.org', token => 'CHECKSYSTEM_97_6010673d62a312c01034b2436ce3694b', country => 'CN', logo => '/logo.png', tags => ['🇨🇳']},
{ name => 'Backattack', network => '10.60.98.0/24', host => '10.60.98.3', ip_prefix => '10.60.98.', dns_suffix => 'team98.ctf.hitb.org', token => 'CHECKSYSTEM_98_62e8d6b30c3200bea007cb3ec83c4582', country => 'IN', logo => 'https://ctf.hackerdom.ru/api/logos/200?size=128', tags => ['🇮🇳']},
{ name => 'SKSD', network => '10.60.99.0/24', host => '10.60.99.3', ip_prefix => '10.60.99.', dns_suffix => 'team99.ctf.hitb.org', token => 'CHECKSYSTEM_99_8f4a50eb0ef6658b2e27df1db4d2e0dc', country => 'ID', logo => '/logo.png', tags => ['🇮🇩'], initial_flag_points => { 0 => 1500} },
{ name => 'maximal munch', network => '10.60.100.0/24', host => '10.60.100.3', ip_prefix => '10.60.100.', dns_suffix => 'team100.ctf.hitb.org', token => 'CHECKSYSTEM_100_29045ee96f75701b0523fcaf75398492', country => 'US', logo => 'https://ctf.hackerdom.ru/api/logos/202?size=128', tags => ['🇺🇸'], initial_flag_points => { 0 => 1500} },
{ name => 'D3dS3c', network => '10.60.101.0/24', host => '10.60.101.3', ip_prefix => '10.60.101.', dns_suffix => 'team101.ctf.hitb.org', token => 'CHECKSYSTEM_101_45c2961e05ee35ba12e07e184f8170c2', country => 'EG', logo => '/logo.png', tags => ['🇪🇬']},
{ name => 'APT-71800', network => '10.60.102.0/24', host => '10.60.102.3', ip_prefix => '10.60.102.', dns_suffix => 'team102.ctf.hitb.org', token => 'CHECKSYSTEM_102_824793bf33f814afa0f3bb519493b79c', country => 'MY', logo => '/logo.png', tags => ['🇲🇾'], initial_flag_points => { 0 => 1500} },
{ name => 'Heaven\'s_Birds', network => '10.60.103.0/24', host => '10.60.103.3', ip_prefix => '10.60.103.', dns_suffix => 'team103.ctf.hitb.org', token => 'CHECKSYSTEM_103_d75a43f15abfb052008bf886f36351cb', country => 'DZ', logo => '/logo.png', tags => ['🇩🇿'], initial_flag_points => { 0 => 500 } },
{ name => 'IgniteYSU', network => '10.60.104.0/24', host => '10.60.104.3', ip_prefix => '10.60.104.', dns_suffix => 'team104.ctf.hitb.org', token => 'CHECKSYSTEM_104_b97de2407617487e63b8fcfb9739dc3d', country => 'ID', logo => '/logo.png', tags => ['🇮🇩']},
{ name => 'Protektive', network => '10.60.105.0/24', host => '10.60.105.3', ip_prefix => '10.60.105.', dns_suffix => 'team105.ctf.hitb.org', token => 'CHECKSYSTEM_105_0741ff64bb670ae51aef58aa55a1889e', country => 'MA', logo => '/logo.png', tags => ['🇲🇦'], initial_flag_points => { 0 => 500 } },
{ name => 'r00ta', network => '10.60.106.0/24', host => '10.60.106.3', ip_prefix => '10.60.106.', dns_suffix => 'team106.ctf.hitb.org', token => 'CHECKSYSTEM_106_6cb3945f8b3f56686f08ad1193726087', country => 'IT', logo => '/logo.png', tags => ['🇮🇹'], initial_flag_points => { 0 => 1500} },
{ name => 'lmxs', network => '10.60.107.0/24', host => '10.60.107.3', ip_prefix => '10.60.107.', dns_suffix => 'team107.ctf.hitb.org', token => 'CHECKSYSTEM_107_fdd1db5b33f2e912fe147decc29c36e7', country => 'CN', logo => '/logo.png', tags => ['🇨🇳'], initial_flag_points => { 0 => 1500} },
{ name => 'DuckDynasty', network => '10.60.108.0/24', host => '10.60.108.3', ip_prefix => '10.60.108.', dns_suffix => 'team108.ctf.hitb.org', token => 'CHECKSYSTEM_108_82c97e0fa55d6822789066c8535b379f', country => 'NL', logo => 'https://ctf.hackerdom.ru/api/logos/210?size=128', tags => ['🇳🇱'], initial_flag_points => { 0 => 1500} },
{ name => 'CSCB', network => '10.60.109.0/24', host => '10.60.109.3', ip_prefix => '10.60.109.', dns_suffix => 'team109.ctf.hitb.org', token => 'CHECKSYSTEM_109_9391305960733882e835eb3bf997cea8', country => 'BG', logo => '/logo.png', tags => ['🇧🇬'], initial_flag_points => { 0 => 1500} },
{ name => 'HY$x@uu82&E3', network => '10.60.110.0/24', host => '10.60.110.3', ip_prefix => '10.60.110.', dns_suffix => 'team110.ctf.hitb.org', token => 'CHECKSYSTEM_110_57bbd384746167a488765d431e296043', country => '', logo => '/logo.png', tags => ['🌏'], initial_flag_points => { 0 => 1500} },
{ name => 'Sup3rNapst3r', network => '10.60.111.0/24', host => '10.60.111.3', ip_prefix => '10.60.111.', dns_suffix => 'team111.ctf.hitb.org', token => 'CHECKSYSTEM_111_c6ce9fb1ea915d866b65332a85ee5878', country => '', logo => 'https://ctf.hackerdom.ru/api/logos/213?size=128', tags => ['🌏'], initial_flag_points => { 0 => 1500} },
{ name => 'RHT', network => '10.60.112.0/24', host => '10.60.112.3', ip_prefix => '10.60.112.', dns_suffix => 'team112.ctf.hitb.org', token => 'CHECKSYSTEM_112_ecad29cc9de793cccdcf1494e02b1ce6', country => 'RU', logo => '/logo.png', tags => ['🇷🇺'], initial_flag_points => { 0 => 1500} },
{ name => 'NekoSecLab', network => '10.60.113.0/24', host => '10.60.113.3', ip_prefix => '10.60.113.', dns_suffix => 'team113.ctf.hitb.org', token => 'CHECKSYSTEM_113_024bef469c59f864af9174d53b00a35d', country => 'AU', logo => 'https://ctf.hackerdom.ru/api/logos/215?size=128', tags => ['🇦🇺'], initial_flag_points => { 0 => 500 }},
{ name => 'cyberB0ts', network => '10.60.114.0/24', host => '10.60.114.3', ip_prefix => '10.60.114.', dns_suffix => 'team114.ctf.hitb.org', token => 'CHECKSYSTEM_114_d26a2660c831992888d0b06ee67feb76', country => 'IN', logo => 'https://ctf.hackerdom.ru/api/logos/216?size=128', tags => ['🇮🇳']},
{ name => 'newbieLOL', network => '10.60.115.0/24', host => '10.60.115.3', ip_prefix => '10.60.115.', dns_suffix => 'team115.ctf.hitb.org', token => 'CHECKSYSTEM_115_9a1177d84c6c9ffa5938d22ddf60f372', country => 'VN', logo => '/logo.png', tags => ['🇻🇳'], initial_flag_points => { 0 => 500 }},
{ name => 'B4ST4RDS', network => '10.60.116.0/24', host => '10.60.116.3', ip_prefix => '10.60.116.', dns_suffix => 'team116.ctf.hitb.org', token => 'CHECKSYSTEM_116_ecc92bd21c28ba98f467edd532944f4f', country => 'IN', logo => '/logo.png', tags => ['🇮🇳'], initial_flag_points => { 0 => 500 } },
{ name => '0xEMPR3SS', network => '10.60.117.0/24', host => '10.60.117.3', ip_prefix => '10.60.117.', dns_suffix => 'team117.ctf.hitb.org', token => 'CHECKSYSTEM_117_62cfbacd4b03df7ebb3a2cee70b82167', country => 'RU', logo => '/logo.png', tags => ['🇷🇺']},
{ name => 'ACTFA', network => '10.60.118.0/24', host => '10.60.118.3', ip_prefix => '10.60.118.', dns_suffix => 'team118.ctf.hitb.org', token => 'CHECKSYSTEM_118_ae661ae0a39171c70d26c2563087dd58', country => 'ID', logo => '/logo.png', tags => ['🇮🇩']},
{ name => 'camoaaaaaaa', network => '10.60.119.0/24', host => '10.60.119.3', ip_prefix => '10.60.119.', dns_suffix => 'team119.ctf.hitb.org', token => 'CHECKSYSTEM_119_eec6059fc61c422f0c5130f11fdc63cc', country => '', logo => '/logo.png', tags => ['🌏']},
{ name => 'no rev/pwn no life', network => '10.60.120.0/24', host => '10.60.120.3', ip_prefix => '10.60.120.', dns_suffix => 'team120.ctf.hitb.org', token => 'CHECKSYSTEM_120_22a5ddfb65bcd58000041aeaf027c20a', country => 'CN', logo => 'https://ctf.hackerdom.ru/api/logos/222?size=128', tags => ['🇨🇳'], initial_flag_points => { 0 => 500 } },
{ name => 'cybARK', network => '10.60.121.0/24', host => '10.60.121.3', ip_prefix => '10.60.121.', dns_suffix => 'team121.ctf.hitb.org', token => 'CHECKSYSTEM_121_1622ba0ab600feb29428599439bddaed', country => '', logo => '/logo.png', tags => ['🌏']},
{ name => 'TFT', network => '10.60.122.0/24', host => '10.60.122.3', ip_prefix => '10.60.122.', dns_suffix => 'team122.ctf.hitb.org', token => 'CHECKSYSTEM_122_9c1d1e1d329462dcbc90d8f6d31775bd', country => 'TW', logo => '/logo.png', tags => ['🇹🇼'], initial_flag_points => { 0 => 1500} },
{ name => 'TitanQ', network => '10.60.123.0/24', host => '10.60.123.3', ip_prefix => '10.60.123.', dns_suffix => 'team123.ctf.hitb.org', token => 'CHECKSYSTEM_123_ec935b41a2b232ec670b8690c2c2023a', country => 'IT', logo => '/logo.png', tags => ['🇮🇹'], initial_flag_points => { 0 => 500 } },
{ name => '0nePadding', network => '10.60.124.0/24', host => '10.60.124.3', ip_prefix => '10.60.124.', dns_suffix => 'team124.ctf.hitb.org', token => 'CHECKSYSTEM_124_7221e895f2d31b23abbe3d970ca9fd20', country => 'JP', logo => '/logo.png', tags => ['🇯🇵']},
{ name => 'C4T BuT S4D', network => '10.60.125.0/24', host => '10.60.125.3', ip_prefix => '10.60.125.', dns_suffix => 'team125.ctf.hitb.org', token => 'CHECKSYSTEM_125_5ae1d978aea6694369b6af7c572b394f', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/6?size=128', tags => ['🇷🇺', 'TOP 2022']},
{ name => 'Eternal Noobz', network => '10.60.126.0/24', host => '10.60.126.3', ip_prefix => '10.60.126.', dns_suffix => 'team126.ctf.hitb.org', token => 'CHECKSYSTEM_126_5548d159a28d842bb0e16ebfbf9dd222', country => 'CI', logo => 'https://ctf.hackerdom.ru/api/logos/227?size=128', tags => ['🇨🇮']},
{ name => 'Phantom', network => '10.60.127.0/24', host => '10.60.127.3', ip_prefix => '10.60.127.', dns_suffix => 'team127.ctf.hitb.org', token => 'CHECKSYSTEM_127_850d7e6b9349996be1ab47d5c85d9439', country => '', logo => '/logo.png', tags => ['🌏']},
{ name => 'reyna', network => '10.60.128.0/24', host => '10.60.128.3', ip_prefix => '10.60.128.', dns_suffix => 'team128.ctf.hitb.org', token => 'CHECKSYSTEM_128_f534c10e3463fd52ac9891cce842f8e4', country => 'IN', logo => 'https://ctf.hackerdom.ru/api/logos/229?size=128', tags => ['🇮🇳']},
{ name => 'newbieLearnAD', network => '10.60.129.0/24', host => '10.60.129.3', ip_prefix => '10.60.129.', dns_suffix => 'team129.ctf.hitb.org', token => 'CHECKSYSTEM_129_64fa06b1b60f176025edb08a3564e84b', country => '', logo => '/logo.png', tags => ['🌏'], initial_flag_points => { 0 => 500 } },
{ name => 'bi0s', network => '10.60.130.0/24', host => '10.60.130.3', ip_prefix => '10.60.130.', dns_suffix => 'team130.ctf.hitb.org', token => 'CHECKSYSTEM_130_1b625b401a112d79238c8549c45fe787', country => 'IN', logo => 'https://ctf.hackerdom.ru/api/logos/65?size=128', tags => ['🇮🇳'], initial_flag_points => { 0 => 1500} },
{ name => 'MeowMeow', network => '10.60.131.0/24', host => '10.60.131.3', ip_prefix => '10.60.131.', dns_suffix => 'team131.ctf.hitb.org', token => 'CHECKSYSTEM_131_47da327a0268f9525a52857145900e10', country => 'TH', logo => '/logo.png', tags => ['🇹🇭'], initial_flag_points => { 0 => 1500} },
{ name => 'FTPPK', network => '10.60.132.0/24', host => '10.60.132.3', ip_prefix => '10.60.132.', dns_suffix => 'team132.ctf.hitb.org', token => 'CHECKSYSTEM_132_db2913a325fdb8ef301be4b0c5748a35', country => 'TH', logo => '/logo.png', tags => ['🇹🇭'], initial_flag_points => { 0 => 1500} },
{ name => 'B-KOMACHI', network => '10.60.133.0/24', host => '10.60.133.3', ip_prefix => '10.60.133.', dns_suffix => 'team133.ctf.hitb.org', token => 'CHECKSYSTEM_133_e7f0766bb7185c18cdf5e1818ed8bbbf', country => 'KZ', logo => '/logo.png', tags => ['🇰🇿'], initial_flag_points => { 0 => 1500} },
{ name => 'Codernate', network => '10.60.134.0/24', host => '10.60.134.3', ip_prefix => '10.60.134.', dns_suffix => 'team134.ctf.hitb.org', token => 'CHECKSYSTEM_134_d59dfe8cee0d6f7b638e66d3aa91c21c', country => 'ID', logo => '/logo.png', tags => ['🇮🇩'], initial_flag_points => { 0 => 1000 } },
{ name => 'La ardilla de tierra de PAS', network => '10.60.135.0/24', host => '10.60.135.3', ip_prefix => '10.60.135.', dns_suffix => 'team135.ctf.hitb.org', token => 'CHECKSYSTEM_135_957129bf02c76577dc48eec5a21df860', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/235?size=128', tags => ['🇷🇺']},
{ name => 'QiRiT0', network => '10.60.136.0/24', host => '10.60.136.3', ip_prefix => '10.60.136.', dns_suffix => 'team136.ctf.hitb.org', token => 'CHECKSYSTEM_136_7e5d6d5cb775134b37b2053f632fc481', country => 'IN', logo => '/logo.png', tags => ['🇮🇳']},
{ name => 'badral', network => '10.60.137.0/24', host => '10.60.137.3', ip_prefix => '10.60.137.', dns_suffix => 'team137.ctf.hitb.org', token => 'CHECKSYSTEM_137_859d341727e2c007c2ffe151229cfafb', country => 'MN', logo => '/logo.png', tags => ['🇲🇳'], initial_flag_points => { 0 => 500 } },
{ name => '14ura', network => '10.60.138.0/24', host => '10.60.138.3', ip_prefix => '10.60.138.', dns_suffix => 'team138.ctf.hitb.org', token => 'CHECKSYSTEM_138_4295147a55f7d08e3dd744bfec78352c', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/238?size=128', tags => ['🇷🇺']},
{ name => 'Slovak Cyber Team', network => '10.60.139.0/24', host => '10.60.139.3', ip_prefix => '10.60.139.', dns_suffix => 'team139.ctf.hitb.org', token => 'CHECKSYSTEM_139_a3fa88e358848370ba4b5392eb758f5c', country => 'SK', logo => 'https://ctf.hackerdom.ru/api/logos/239?size=128', tags => ['🇸🇰']},
{ name => '0x0mega', network => '10.60.140.0/24', host => '10.60.140.3', ip_prefix => '10.60.140.', dns_suffix => 'team140.ctf.hitb.org', token => 'CHECKSYSTEM_140_1f3f53c9c7ca4b17dcd88e5982c434a4', country => 'IN', logo => '/logo.png', tags => ['🇮🇳']},
{ name => '1337bois', network => '10.60.141.0/24', host => '10.60.141.3', ip_prefix => '10.60.141.', dns_suffix => 'team141.ctf.hitb.org', token => 'CHECKSYSTEM_141_024d19061c3f9ce9e011560bb49b39d5', country => '', logo => '/logo.png', tags => ['🌏'], initial_flag_points => { 0 => 1000 } },
{ name => '80e01c13670ee04048ef8da1d7bb296d', network => '10.60.142.0/24', host => '10.60.142.3', ip_prefix => '10.60.142.', dns_suffix => 'team142.ctf.hitb.org', token => 'CHECKSYSTEM_142_64cbc17e9d4f42ec8941c85507331246', country => 'ES', logo => '/logo.png', tags => ['🇪🇸'], initial_flag_points => { 0 => 1500} },
{ name => 'PwnSec', network => '10.60.143.0/24', host => '10.60.143.3', ip_prefix => '10.60.143.', dns_suffix => 'team143.ctf.hitb.org', token => 'CHECKSYSTEM_143_d072a8d72e57ca513ce65e5f55b6beff', country => 'JO', logo => '/logo.png', tags => ['🇯🇴']},
{ name => 'The Flat Network Society', network => '10.60.144.0/24', host => '10.60.144.3', ip_prefix => '10.60.144.', dns_suffix => 'team144.ctf.hitb.org', token => 'CHECKSYSTEM_144_a8e961fbb5c17d68ce3738ec9ae54ad8', country => 'FR', logo => '/logo.png', tags => ['🇫🇷'], initial_flag_points => { 0 => 1500} },
{ name => 'WookiesRpeople2', network => '10.60.145.0/24', host => '10.60.145.3', ip_prefix => '10.60.145.', dns_suffix => 'team145.ctf.hitb.org', token => 'CHECKSYSTEM_145_84703faa705a82354c9954f6bc300a89', country => 'FR', logo => '/logo.png', tags => ['🇫🇷']},
{ name => 'us3c', network => '10.60.146.0/24', host => '10.60.146.3', ip_prefix => '10.60.146.', dns_suffix => 'team146.ctf.hitb.org', token => 'CHECKSYSTEM_146_afb8326a16a537d6de23d17373007f82', country => 'MN', logo => '/logo.png', tags => ['🇲🇳'], initial_flag_points => { 0 => 500 } },
{ name => 'FortuneComes', network => '10.60.147.0/24', host => '10.60.147.3', ip_prefix => '10.60.147.', dns_suffix => 'team147.ctf.hitb.org', token => 'CHECKSYSTEM_147_8e8f54f65db31de1269ccf652ca77e88', country => '', logo => '/logo.png', tags => ['🌏']},
{ name => 's0urc3c0d3', network => '10.60.148.0/24', host => '10.60.148.3', ip_prefix => '10.60.148.', dns_suffix => 'team148.ctf.hitb.org', token => 'CHECKSYSTEM_148_88308d2d39d219ef675abff6c56f7bdf', country => 'CL', logo => '/logo.png', tags => ['🇨🇱'], initial_flag_points => { 0 => 500 } },
{ name => 'hackforfun', network => '10.60.149.0/24', host => '10.60.149.3', ip_prefix => '10.60.149.', dns_suffix => 'team149.ctf.hitb.org', token => 'CHECKSYSTEM_149_f067d72aa8f6a146c0bc1a597c771acf', country => 'CN', logo => '/logo.png', tags => ['🇨🇳'], initial_flag_points => { 0 => 500 } },
{ name => 'F1rr0w', network => '10.60.150.0/24', host => '10.60.150.3', ip_prefix => '10.60.150.', dns_suffix => 'team150.ctf.hitb.org', token => 'CHECKSYSTEM_150_9d817a18e64f0775fc979e07637fd14f', country => 'MY', logo => 'https://ctf.hackerdom.ru/api/logos/250?size=128', tags => ['🇲🇾'], initial_flag_points => { 0 => 500 } },
{ name => 'M0nK3y_D1st', network => '10.60.151.0/24', host => '10.60.151.3', ip_prefix => '10.60.151.', dns_suffix => 'team151.ctf.hitb.org', token => 'CHECKSYSTEM_151_4f6cfa2871384b42d0e20e215d28dba8', country => 'TH', logo => 'https://ctf.hackerdom.ru/api/logos/251?size=128', tags => ['🇹🇭'], initial_flag_points => { 0 => 500 } },
{ name => 'kacung kessoku', network => '10.60.152.0/24', host => '10.60.152.3', ip_prefix => '10.60.152.', dns_suffix => 'team152.ctf.hitb.org', token => 'CHECKSYSTEM_152_a6c016aab68a5e0a97801f1f8e8e05e5', country => 'ID', logo => '/logo.png', tags => ['🇮🇩'], initial_flag_points => { 0 => 500 } },
{ name => 'pharmacy', network => '10.60.153.0/24', host => '10.60.153.3', ip_prefix => '10.60.153.', dns_suffix => 'team153.ctf.hitb.org', token => 'CHECKSYSTEM_153_0f095c473ce1e76ed35e9ace52794270', country => '', logo => '/logo.png', tags => ['🌏'], initial_flag_points => { 0 => 500 } },
{ name => 'UnchosenOnes', network => '10.60.154.0/24', host => '10.60.154.3', ip_prefix => '10.60.154.', dns_suffix => 'team154.ctf.hitb.org', token => 'CHECKSYSTEM_154_d2691f77350ce930ef98eccc570251e0', country => 'PL', logo => '/logo.png', tags => ['🇵🇱'], initial_flag_points => { 0 => 1500} },
{ name => 'TeamGoodEnough', network => '10.60.155.0/24', host => '10.60.155.3', ip_prefix => '10.60.155.', dns_suffix => 'team155.ctf.hitb.org', token => 'CHECKSYSTEM_155_a03f358a06c0ddca4b3cc67f3503016d', country => 'TH', logo => 'https://ctf.hackerdom.ru/api/logos/255?size=128', tags => ['🇹🇭'], initial_flag_points => { 0 => 500 } },
{ name => '0code', network => '10.60.156.0/24', host => '10.60.156.3', ip_prefix => '10.60.156.', dns_suffix => 'team156.ctf.hitb.org', token => 'CHECKSYSTEM_156_469a313ae9d007d54e4f551af9cf10de', country => 'ID', logo => '/logo.png', tags => ['🇮🇩'], initial_flag_points => { 0 => 500 } },
{ name => 'suuts umchlugchdiin holboo', network => '10.60.157.0/24', host => '10.60.157.3', ip_prefix => '10.60.157.', dns_suffix => 'team157.ctf.hitb.org', token => 'CHECKSYSTEM_157_b639e3a47473cf714b6509fc90373cde', country => 'MN', logo => '/logo.png', tags => ['🇲🇳'], initial_flag_points => { 0 => 500 } },
{ name => 'CzechCyberTeam', network => '10.60.158.0/24', host => '10.60.158.3', ip_prefix => '10.60.158.', dns_suffix => 'team158.ctf.hitb.org', token => 'CHECKSYSTEM_158_cac3bf9e1ecf515cd0565d2634cd57d5', country => 'CZ', logo => 'https://ctf.hackerdom.ru/api/logos/258?size=128', tags => ['🇨🇿'], initial_flag_points => { 0 => 1500} },
{ name => 'archbtw', network => '10.60.159.0/24', host => '10.60.159.3', ip_prefix => '10.60.159.', dns_suffix => 'team159.ctf.hitb.org', token => 'CHECKSYSTEM_159_887063506217f2e4ec023823de4fbe57', country => 'VI', logo => '/logo.png', tags => ['🇻🇮']},
{ name => 'CBL', network => '10.60.160.0/24', host => '10.60.160.3', ip_prefix => '10.60.160.', dns_suffix => 'team160.ctf.hitb.org', token => 'CHECKSYSTEM_160_0c79a145ab116f1d207d22d9f0ba0362', country => 'JO', logo => 'https://ctf.hackerdom.ru/api/logos/260?size=128', tags => ['🇯🇴']},
{ name => 'K3VG3N team', network => '10.60.161.0/24', host => '10.60.161.3', ip_prefix => '10.60.161.', dns_suffix => 'team161.ctf.hitb.org', token => 'CHECKSYSTEM_161_250a93ee90b0651fe8d47b85f63e2ece', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/261?size=128', tags => ['🇷🇺']},
{ name => 'пиздец', network => '10.60.162.0/24', host => '10.60.162.3', ip_prefix => '10.60.162.', dns_suffix => 'team162.ctf.hitb.org', token => 'CHECKSYSTEM_162_57409b668ef8e75c5a14692ba6e4a02a', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/262?size=128', tags => ['🇷🇺'], initial_flag_points => { 0 => 500 } },
{ name => 'KernelKaisers', network => '10.60.163.0/24', host => '10.60.163.3', ip_prefix => '10.60.163.', dns_suffix => 'team163.ctf.hitb.org', token => 'CHECKSYSTEM_163_78a85bd8fe77e77a0992488e3cba0b96', country => '', logo => 'https://ctf.hackerdom.ru/api/logos/263?size=128', tags => ['🌏']},
{ name => 'Letmepractice', network => '10.60.164.0/24', host => '10.60.164.3', ip_prefix => '10.60.164.', dns_suffix => 'team164.ctf.hitb.org', token => 'CHECKSYSTEM_164_cad7b368194348d02561bb5ac32f3459', country => '', logo => '/logo.png', tags => ['🌏']},
{ name => 'Madoka', network => '10.60.165.0/24', host => '10.60.165.3', ip_prefix => '10.60.165.', dns_suffix => 'team165.ctf.hitb.org', token => 'CHECKSYSTEM_165_3b82c87b615878195d4a48f8a9bdf403', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/265?size=128', tags => ['🇷🇺'], initial_flag_points => { 0 => 1000 }},
{ name => 'popapopa', network => '10.60.166.0/24', host => '10.60.166.3', ip_prefix => '10.60.166.', dns_suffix => 'team166.ctf.hitb.org', token => 'CHECKSYSTEM_166_8e9a5e92eb6121e04be2f34f9b156d43', country => 'RU', logo => '/logo.png', tags => ['🇷🇺'], initial_flag_points => { 0 => 1500} },
{ name => 'gbrshafk', network => '10.60.167.0/24', host => '10.60.167.3', ip_prefix => '10.60.167.', dns_suffix => 'team167.ctf.hitb.org', token => 'CHECKSYSTEM_167_90247023d23ecb658178438922db2d4e', country => 'BG', logo => '/logo.png', tags => ['🇧🇬'], initial_flag_points => { 0 => 1500 }},
{ name => 'GUB Alpha_Zeros', network => '10.60.168.0/24', host => '10.60.168.3', ip_prefix => '10.60.168.', dns_suffix => 'team168.ctf.hitb.org', token => 'CHECKSYSTEM_168_0e47f6cc6eee16b43cbf44f3c5e2d418', country => 'BD', logo => '/logo.png', tags => ['🇧🇩'], initial_flag_points => { 0 => 1000 }},
{ name => 'BabieHacker', network => '10.60.169.0/24', host => '10.60.169.3', ip_prefix => '10.60.169.', dns_suffix => 'team169.ctf.hitb.org', token => 'CHECKSYSTEM_169_73d204a8ee22bd34878c6d9c4fbe7ab6', country => 'TH', logo => '/logo.png', tags => ['🇹🇭']},
{ name => 'cubemastery', network => '10.60.170.0/24', host => '10.60.170.3', ip_prefix => '10.60.170.', dns_suffix => 'team170.ctf.hitb.org', token => 'CHECKSYSTEM_170_6940421ce4d5ea8fe8c2c0f9251df7c7', country => '', logo => '/logo.png', tags => ['🌏'], initial_flag_points => { 0 => 1500} },
{ name => 'W-E-A-F-A', network => '10.60.171.0/24', host => '10.60.171.3', ip_prefix => '10.60.171.', dns_suffix => 'team171.ctf.hitb.org', token => 'CHECKSYSTEM_171_a51b7f865de3cbe81bbe496bccac034c', country => 'IN', logo => '/logo.png', tags => ['🇮🇳']},
{ name => 'Flyingdutchman', network => '10.60.172.0/24', host => '10.60.172.3', ip_prefix => '10.60.172.', dns_suffix => 'team172.ctf.hitb.org', token => 'CHECKSYSTEM_172_08d6b5740a3bc3397521bb80e723b36b', country => 'TH', logo => 'https://ctf.hackerdom.ru/api/logos/272?size=128', tags => ['🇹🇭']},
{ name => 'CyberEagles@TNTECH', network => '10.60.173.0/24', host => '10.60.173.3', ip_prefix => '10.60.173.', dns_suffix => 'team173.ctf.hitb.org', token => 'CHECKSYSTEM_173_e7f490c5b156340a129cde7338abe1c2', country => 'US', logo => 'https://ctf.hackerdom.ru/api/logos/273?size=128', tags => ['🇺🇸']},
{ name => 'ella', network => '10.60.174.0/24', host => '10.60.174.3', ip_prefix => '10.60.174.', dns_suffix => 'team174.ctf.hitb.org', token => 'CHECKSYSTEM_174_b201db3b80b62672ebe5fa909e01d84c', country => 'IN', logo => '/logo.png', tags => ['🇮🇳']},
{ name => 'EGY', network => '10.60.175.0/24', host => '10.60.175.3', ip_prefix => '10.60.175.', dns_suffix => 'team175.ctf.hitb.org', token => 'CHECKSYSTEM_175_0df657bf1517e81812a418b4cd92f892', country => 'EG', logo => '/logo.png', tags => ['🇪🇬']},
{ name => 'p7dtTrm', network => '10.60.176.0/24', host => '10.60.176.3', ip_prefix => '10.60.176.', dns_suffix => 'team176.ctf.hitb.org', token => 'CHECKSYSTEM_176_fa2402aa673a427d5ab7634c1bbb8fe6', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/276?size=128', tags => ['🇷🇺'], initial_flag_points => { 0 => 1500 }},
{ name => 'Bushwhackers', network => '10.60.177.0/24', host => '10.60.177.3', ip_prefix => '10.60.177.', dns_suffix => 'team177.ctf.hitb.org', token => 'CHECKSYSTEM_177_c6e720aebdd6c6082abe15d274ff099b', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/8?size=128', tags => ['🇷🇺', 'TOP 2022']},
{ name => 'H3X', network => '10.60.178.0/24', host => '10.60.178.3', ip_prefix => '10.60.178.', dns_suffix => 'team178.ctf.hitb.org', token => 'CHECKSYSTEM_178_d191560f578bec424a7e62c07220f0ea', country => 'US', logo => 'https://ctf.hackerdom.ru/api/logos/277?size=128', tags => ['🇺🇸']},
{ name => '5eekers', network => '10.60.179.0/24', host => '10.60.179.3', ip_prefix => '10.60.179.', dns_suffix => 'team179.ctf.hitb.org', token => 'CHECKSYSTEM_179_a6380756088d216ff00b7dbffa465b36', country => 'KE', logo => '/logo.png', tags => ['🇰🇪']},
{ name => 'Jules team', network => '10.60.180.0/24', host => '10.60.180.3', ip_prefix => '10.60.180.', dns_suffix => 'team180.ctf.hitb.org', token => 'CHECKSYSTEM_180_e36fa58fea62ddc33e98da1637d51f86', country => 'IT', logo => '/logo.png', tags => ['🇮🇹'], initial_flag_points => { 0 => 1500} },
{ name => 'fr334aks-mini', network => '10.60.181.0/24', host => '10.60.181.3', ip_prefix => '10.60.181.', dns_suffix => 'team181.ctf.hitb.org', token => 'CHECKSYSTEM_181_e1e21cbb78670875367c106a10a65dcc', country => 'KE', logo => 'https://ctf.hackerdom.ru/api/logos/280?size=128', tags => ['🇰🇪'], initial_flag_points => { 0 => 500 }},
{ name => 'Big CTFers', network => '10.60.182.0/24', host => '10.60.182.3', ip_prefix => '10.60.182.', dns_suffix => 'team182.ctf.hitb.org', token => 'CHECKSYSTEM_182_10210040fbcd62ab56bf57af9efe94ef', country => '', logo => '/logo.png', tags => ['🌏']},
{ name => 'The Guinness Within Us', network => '10.60.183.0/24', host => '10.60.183.3', ip_prefix => '10.60.183.', dns_suffix => 'team183.ctf.hitb.org', token => 'CHECKSYSTEM_183_1fb746f07d714ad751c39e965b8e821f', country => 'IE', logo => '/logo.png', tags => ['🇮🇪'], initial_flag_points => { 0 => 1500} },
{ name => 'Team name', network => '10.60.184.0/24', host => '10.60.184.3', ip_prefix => '10.60.184.', dns_suffix => 'team184.ctf.hitb.org', token => 'CHECKSYSTEM_184_223d609e1983776d0773a78523cf5b3c', country => 'IE', logo => 'https://ctf.hackerdom.ru/api/logos/283?size=128', tags => ['🇮🇪'], initial_flag_points => { 0 => 1500} },
{ name => 'You\'re all a bunch of fucking skids', network => '10.60.185.0/24', host => '10.60.185.3', ip_prefix => '10.60.185.', dns_suffix => 'team185.ctf.hitb.org', token => 'CHECKSYSTEM_185_5cdc0abce2e604b8274038fae4add4bf', country => 'KP', logo => '/logo.png', tags => ['🇰🇵'], initial_flag_points => { 0 => 1500} },
{ name => 'tasker', network => '10.60.186.0/24', host => '10.60.186.3', ip_prefix => '10.60.186.', dns_suffix => 'team186.ctf.hitb.org', token => 'CHECKSYSTEM_186_5aaab3642364ca0e13459031f254bc8e', country => '', logo => '/logo.png', tags => ['🌏'], initial_flag_points => { 0 => 500 } },
{ name => 'D601', network => '10.60.187.0/24', host => '10.60.187.3', ip_prefix => '10.60.187.', dns_suffix => 'team187.ctf.hitb.org', token => 'CHECKSYSTEM_187_29ab1a14b0fa046c033edd0865d9e519', country => 'IN', logo => '/logo.png', tags => ['🇮🇳'], initial_flag_points => { 0 => 1000 } },
{ name => 'NPC', network => '10.60.188.0/24', host => '10.60.188.3', ip_prefix => '10.60.188.', dns_suffix => 'team188.ctf.hitb.org', token => 'CHECKSYSTEM_188_12a128fa257f07e8ee65dc4f64758e92', country => 'CN', logo => '/logo.png', tags => ['🇨🇳'], initial_flag_points => { 0 => 500 } },
{ name => 'Bumble', network => '10.60.189.0/24', host => '10.60.189.3', ip_prefix => '10.60.189.', dns_suffix => 'team189.ctf.hitb.org', token => 'CHECKSYSTEM_189_d2b37b12a3e1192b8df10d0772658474', country => '', logo => '/logo.png', tags => ['🌏']},
{ name => 'f1shburger', network => '10.60.190.0/24', host => '10.60.190.3', ip_prefix => '10.60.190.', dns_suffix => 'team190.ctf.hitb.org', token => 'CHECKSYSTEM_190_edca199ed49e30766bc187a5c51c0427', country => 'SG', logo => '/logo.png', tags => ['🇸🇬'], initial_flag_points => { 0 => 500 } },
{ name => 'FinOverflow', network => '10.60.191.0/24', host => '10.60.191.3', ip_prefix => '10.60.191.', dns_suffix => 'team191.ctf.hitb.org', token => 'CHECKSYSTEM_191_ca8eb6071ae6a43f8a9638d37e1a8c9f', country => 'TH', logo => '/logo.png', tags => ['🇹🇭'], initial_flag_points => { 0 => 1000 } },
{ name => 'CyberCarrot', network => '10.60.192.0/24', host => '10.60.192.3', ip_prefix => '10.60.192.', dns_suffix => 'team192.ctf.hitb.org', token => 'CHECKSYSTEM_192_7bd8dd6bb2500cb48cc75657a1a3476e', country => 'US', logo => '/logo.png', tags => ['🇺🇸']},
{ name => 'CYberMouflons', network => '10.60.193.0/24', host => '10.60.193.3', ip_prefix => '10.60.193.', dns_suffix => 'team193.ctf.hitb.org', token => 'CHECKSYSTEM_193_b59fc2cd6164c882f56af240798fbdf2', country => 'CY', logo => '/logo.png', tags => ['🇨🇾'], initial_flag_points => { 0 => 1000 } },
{ name => 'Noob0x', network => '10.60.194.0/24', host => '10.60.194.3', ip_prefix => '10.60.194.', dns_suffix => 'team194.ctf.hitb.org', token => 'CHECKSYSTEM_194_a14f6865dd2a7885cc1ccb9eb535aae0', country => 'EG', logo => 'https://ctf.hackerdom.ru/api/logos/293?size=128', tags => ['🇪🇬']},
{ name => 'VIRAN', network => '10.60.195.0/24', host => '10.60.195.3', ip_prefix => '10.60.195.', dns_suffix => 'team195.ctf.hitb.org', token => 'CHECKSYSTEM_195_57ada35c186a2e4dcbb0574457ebdda4', country => 'IR', logo => '/logo.png', tags => ['🇮🇷'], initial_flag_points => { 0 => 500 } },
{ name => 'anyway', network => '10.60.196.0/24', host => '10.60.196.3', ip_prefix => '10.60.196.', dns_suffix => 'team196.ctf.hitb.org', token => 'CHECKSYSTEM_196_edc298744f9370f64da1db9e118cd6e0', country => '', logo => '/logo.png', tags => ['🌏'], initial_flag_points => { 0 => 500 } },
{ name => 'FXC', network => '10.60.197.0/24', host => '10.60.197.3', ip_prefix => '10.60.197.', dns_suffix => 'team197.ctf.hitb.org', token => 'CHECKSYSTEM_197_72b978728249dc826bf6857018d00db5', country => '', logo => '/logo.png', tags => ['🌏']},
{ name => 'ASE Trifecta', network => '10.60.198.0/24', host => '10.60.198.3', ip_prefix => '10.60.198.', dns_suffix => 'team198.ctf.hitb.org', token => 'CHECKSYSTEM_198_26668387f93ab80ec22c3a454be22182', country => '', logo => 'https://ctf.hackerdom.ru/api/logos/297?size=128', tags => ['🌏']},
{ name => 'RU3T_Brain_interceptor', network => '10.60.199.0/24', host => '10.60.199.3', ip_prefix => '10.60.199.', dns_suffix => 'team199.ctf.hitb.org', token => 'CHECKSYSTEM_199_3a81a575122e31bbecb270b753aef976', country => 'BD', logo => '/logo.png', tags => ['🇧🇩']},
{ name => 'NadgobKhan', network => '10.60.200.0/24', host => '10.60.200.3', ip_prefix => '10.60.200.', dns_suffix => 'team200.ctf.hitb.org', token => 'CHECKSYSTEM_200_613879aa93e6ba158a9f0714cd6b557c', country => 'RO', logo => '/logo.png', tags => ['🇷🇴']},
{ name => ':capoo_scared:', network => '10.60.201.0/24', host => '10.60.201.3', ip_prefix => '10.60.201.', dns_suffix => 'team201.ctf.hitb.org', token => 'CHECKSYSTEM_201_4fd7865357f9a8ecb4a18faec752e457', country => 'TW', logo => '/logo.png', tags => ['🇹🇼']},
{ name => '5H3RL0CK_H0LM35', network => '10.60.202.0/24', host => '10.60.202.3', ip_prefix => '10.60.202.', dns_suffix => 'team202.ctf.hitb.org', token => 'CHECKSYSTEM_202_0c7d699f27088e79d61733b58529d065', country => 'IN', logo => '/logo.png', tags => ['🇮🇳'], initial_flag_points => { 0 => 500 } },
{ name => 'BBQP', network => '10.60.203.0/24', host => '10.60.203.3', ip_prefix => '10.60.203.', dns_suffix => 'team203.ctf.hitb.org', token => 'CHECKSYSTEM_203_58cc8ffb0fd14510085c7e7789f279c2', country => 'VN', logo => '/logo.png', tags => ['🇻🇳']},
{ name => 'There is no spoon', network => '10.60.204.0/24', host => '10.60.204.3', ip_prefix => '10.60.204.', dns_suffix => 'team204.ctf.hitb.org', token => 'CHECKSYSTEM_204_0171e2669e47da0c07a6e8cd200510df', country => '', logo => '/logo.png', tags => ['🌏']},
{ name => 'Red', network => '10.60.205.0/24', host => '10.60.205.3', ip_prefix => '10.60.205.', dns_suffix => 'team205.ctf.hitb.org', token => 'CHECKSYSTEM_205_b862cf4c5d9ef296c8b83a90dbdae217', country => '', logo => '/logo.png', tags => ['🌏']},
{ name => 'VN2667', network => '10.60.206.0/24', host => '10.60.206.3', ip_prefix => '10.60.206.', dns_suffix => 'team206.ctf.hitb.org', token => 'CHECKSYSTEM_206_5c00bb476c68d386db238d4385055f51', country => 'VN', logo => '/logo.png', tags => ['🇻🇳']},
{ name => 'Toman', network => '10.60.207.0/24', host => '10.60.207.3', ip_prefix => '10.60.207.', dns_suffix => 'team207.ctf.hitb.org', token => 'CHECKSYSTEM_207_7e2489ae8f8421651f301ba93f449c4b', country => 'IN', logo => '/logo.png', tags => ['🇮🇳']},
{ name => 'Invaders0x1', network => '10.60.208.0/24', host => '10.60.208.3', ip_prefix => '10.60.208.', dns_suffix => 'team208.ctf.hitb.org', token => 'CHECKSYSTEM_208_f3f7f6a369d5a373fa85e0c453c0718c', country => 'IN', logo => 'https://ctf.hackerdom.ru/api/logos/307?size=128', tags => ['🇮🇳'], initial_flag_points => { 0 => 1500} },
{ name => 'Sloppy Joe Pirates', network => '10.60.209.0/24', host => '10.60.209.3', ip_prefix => '10.60.209.', dns_suffix => 'team209.ctf.hitb.org', token => 'CHECKSYSTEM_209_ad4911aa858f239c092ae4114f1557c2', country => 'US', logo => 'https://ctf.hackerdom.ru/api/logos/308?size=128', tags => ['🇺🇸'], initial_flag_points => { 0 => 1000 } },
{ name => 'sehad', network => '10.60.210.0/24', host => '10.60.210.3', ip_prefix => '10.60.210.', dns_suffix => 'team210.ctf.hitb.org', token => 'CHECKSYSTEM_210_7edbf2aa2050dce29fa6d4841306fbb4', country => 'ID', logo => '/logo.png', tags => ['🇮🇩'], initial_flag_points => { 0 => 500 } },
{ name => 'sampriti', network => '10.60.211.0/24', host => '10.60.211.3', ip_prefix => '10.60.211.', dns_suffix => 'team211.ctf.hitb.org', token => 'CHECKSYSTEM_211_7010dfc86ae68c455ff4ba59960430cb', country => '', logo => 'https://ctf.hackerdom.ru/api/logos/310?size=128', tags => ['🌏'], initial_flag_points => { 0 => 1500 }},
{ name => '28103', network => '10.60.212.0/24', host => '10.60.212.3', ip_prefix => '10.60.212.', dns_suffix => 'team212.ctf.hitb.org', token => 'CHECKSYSTEM_212_49b9a97ec1b547651132046593b2896d', country => 'VN', logo => '/logo.png', tags => ['🇻🇳']},
{ name => 'TheGoldenDusk', network => '10.60.213.0/24', host => '10.60.213.3', ip_prefix => '10.60.213.', dns_suffix => 'team213.ctf.hitb.org', token => 'CHECKSYSTEM_213_a4f9fce201c6e93c98ee2de1186445db', country => 'NP', logo => 'https://ctf.hackerdom.ru/api/logos/312?size=128', tags => ['🇳🇵']},
{ name => 'WH04Ml', network => '10.60.214.0/24', host => '10.60.214.3', ip_prefix => '10.60.214.', dns_suffix => 'team214.ctf.hitb.org', token => 'CHECKSYSTEM_214_781a168d671e06464056a9af36dfb2f2', country => 'TH', logo => 'https://ctf.hackerdom.ru/api/logos/313?size=128', tags => ['🇹🇭']},
{ name => '_sh', network => '10.60.215.0/24', host => '10.60.215.3', ip_prefix => '10.60.215.', dns_suffix => 'team215.ctf.hitb.org', token => 'CHECKSYSTEM_215_6d2bd0fb20fa0fb98cf2139e2ad13f50', country => 'TH', logo => '/logo.png', tags => ['🇹🇭']},
{ name => '89cr3w', network => '10.60.216.0/24', host => '10.60.216.3', ip_prefix => '10.60.216.', dns_suffix => 'team216.ctf.hitb.org', token => 'CHECKSYSTEM_216_61d3db61bb389413f9de1ad4a03bef5b', country => 'RU', logo => 'https://ctf.hackerdom.ru/api/logos/37?size=128', tags => ['🇷🇺']},
{ name => 'WhoIsThatPokemon?', network => '10.60.217.0/24', host => '10.60.217.3', ip_prefix => '10.60.217.', dns_suffix => 'team217.ctf.hitb.org', token => 'CHECKSYSTEM_217_bb401f6120c5816f37afc2d1011d3a65', country => 'RU', logo => '/logo.png', tags => ['🇷🇺']},
{ name => '4ura', network => '10.60.218.0/24', host => '10.60.218.3', ip_prefix => '10.60.218.', dns_suffix => 'team218.ctf.hitb.org', token => 'CHECKSYSTEM_218_2d604e3c19129d280b99f5cfbb52815f', country => 'FR', logo => '/logo.png', tags => ['🇫🇷'], initial_flag_points => { 0 => 500 } },
{ name => 'RedRocket', network => '10.60.219.0/24', host => '10.60.219.3', ip_prefix => '10.60.219.', dns_suffix => 'team219.ctf.hitb.org', token => 'CHECKSYSTEM_219_b888c1cc5a3b234bcf32e138fc4f32f2', country => 'DE', logo => 'https://ctf.hackerdom.ru/api/logos/36?size=128', tags => ['🇩🇪', 'TOP 2022']},
{ name => 'Malayan Tiger', network => '10.60.220.0/24', host => '10.60.220.3', ip_prefix => '10.60.220.', dns_suffix => 'team220.ctf.hitb.org', token => 'CHECKSYSTEM_220_ad9806d65d071fce8f6bd744dd4551a3', country => '', logo => 'https://ctf.hackerdom.ru/api/logos/npc', tags => ['NPC']},
{ name => 'American Alligator', network => '10.60.221.0/24', host => '10.60.221.3', ip_prefix => '10.60.221.', dns_suffix => 'team221.ctf.hitb.org', token => 'CHECKSYSTEM_221_300430395c26fe003453bc8b632b9c2e', country => '', logo => 'https://ctf.hackerdom.ru/api/logos/npc', tags => ['NPC']},
{ name => 'Belgian Shepherd', network => '10.60.222.0/24', host => '10.60.222.3', ip_prefix => '10.60.222.', dns_suffix => 'team222.ctf.hitb.org', token => 'CHECKSYSTEM_222_5adc0bcdd49e67cdd2e5b117233c8ffa', country => '', logo => 'https://ctf.hackerdom.ru/api/logos/npc', tags => ['NPC']},
{ name => 'Czechoslovakian Wolfdog', network => '10.60.223.0/24', host => '10.60.223.3', ip_prefix => '10.60.223.', dns_suffix => 'team223.ctf.hitb.org', token => 'CHECKSYSTEM_223_bd723b87946baeb29f33151b8c8451fe', country => '', logo => 'https://ctf.hackerdom.ru/api/logos/npc', tags => ['NPC']},
{ name => 'Irish Doodle', network => '10.60.224.0/24', host => '10.60.224.3', ip_prefix => '10.60.224.', dns_suffix => 'team224.ctf.hitb.org', token => 'CHECKSYSTEM_224_41715e90ae0c3a731c9d46e7088d9ce5', country => '', logo => 'https://ctf.hackerdom.ru/api/logos/npc', tags => ['NPC']},
]
}