├── LICENSE ├── README.md ├── data └── nodes.json ├── do.py ├── index.html └── static ├── css └── gh-fork-ribbon.min.css ├── data └── nodes.js ├── img └── ru-osint-infosec-map.png ├── js ├── jquery-3.6.0.min.js └── vivagraph.min.js └── logo ├── channel-alexmakus.jpg ├── channel-alukatsky.jpg ├── channel-antipov.jpg ├── channel-artemov-security.jpg ├── channel-authbiods.jpg ├── channel-b4tr-channel.jpg ├── channel-begtin.jpg ├── channel-cepter.jpg ├── channel-codeby-sec.jpg ├── channel-cybdetective.jpg ├── channel-cyberjobsrussia.jpg ├── channel-cyberyozh-official.jpg ├── channel-cybred.jpg ├── channel-darknet-prison.jpg ├── channel-data1eaks.jpg ├── channel-dataleak.jpg ├── channel-defcon.jpg ├── channel-elcomsoft.jpg ├── channel-elcomsoftru.jpg ├── channel-forensictools.jpg ├── channel-freedomf0x.jpg ├── channel-gebutcher.jpg ├── channel-gijnru.jpg ├── channel-group-ib.jpg ├── channel-hashb1n.jpg ├── channel-howtofind-ru.jpg ├── channel-howtofind.jpg ├── channel-in4security.jpg ├── channel-irozysk.jpg ├── channel-iskra112.jpg ├── channel-maspartners.jpg ├── channel-molfar-bi.jpg ├── channel-my-cyde.jpg ├── channel-nekaspersky.jpg ├── channel-netsurvivalist.jpg ├── channel-osint-club-channel.jpg ├── channel-osint-mindset.jpg ├── channel-osint-rf-lib.jpg ├── channel-osint-san-framework.jpg ├── channel-osintby.jpg ├── channel-overlamer1.jpg ├── channel-people-pro-main.jpg ├── channel-persdata.jpg ├── channel-pulsechanel.jpg ├── channel-ralfhackerchannel.jpg ├── channel-rosint-info.jpg ├── channel-routerscan.jpg ├── channel-rtechnocom.jpg ├── channel-ruscadasecnews.jpg ├── channel-russian-osint.jpg ├── channel-s-e-book.jpg ├── channel-schwarz-osint.jpg ├── channel-shadow-group-tg.jpg ├── channel-social-engineering.jpg ├── channel-tg-security.jpg ├── channel-thestandoff.jpg ├── channel-thestandoffnews.jpg ├── channel-tmgroupsecurity.jpg ├── channel-tomhunter.jpg ├── channel-true-secator.jpg ├── channel-vschannel.jpg ├── channel-zeroday-spb.jpg ├── channel-zlonov.jpg ├── github-bafomet666.jpg ├── github.png ├── group-antidetectchat.jpg ├── group-begtinchat.jpg ├── group-bolgarkachat.jpg ├── group-cepter-chat.jpg ├── group-comments-irozysk.jpg ├── group-cyberyozhtalks.jpg ├── group-dc7499.jpg ├── group-dc8044.jpg ├── group-forensictoolslive.jpg ├── group-geoint.jpg ├── group-grablab-osint-news-ru.jpg ├── group-grablab-osint-news.jpg ├── group-grablab-osint-ru.jpg ├── group-grablab-osint.jpg ├── group-howtofind-chat.jpg ├── group-intelligence-guild.jpg ├── group-kii187fz.jpg ├── group-multiacceng.jpg ├── group-osint-club.jpg ├── group-osint-rf.jpg ├── group-osint-san.jpg ├── group-osint-search.jpg ├── group-osintby-chat.jpg ├── group-ralfchackerpublicchat.jpg ├── group-router-os.jpg ├── group-ruscadasec.jpg ├── group-secinfosec.jpg ├── group-shadow-chat-tg.jpg ├── group-spbctf.jpg ├── group-thecodeby.jpg ├── group-thestandoff.jpg ├── group-usersbox-chat.jpg ├── group-webpwnchat.jpg ├── komarov.jpg ├── org-elcomsoft.jpg ├── org-group-ib.jpg ├── scope-house.png ├── twitter-alukatsky.jpg ├── twitter-intercepterng.jpg ├── user-agent-noreply.jpg ├── user-alexmaknet.jpg ├── user-alukatsk.jpg ├── user-antipovevgenii.jpg ├── user-anton-shipulin.jpg ├── user-ashotog.jpg ├── user-beholderishere.jpg ├── user-ciartem.jpg ├── user-cyb-detective.jpg ├── user-cyber-yozh.jpg ├── user-denis-wagner.jpg ├── user-dstoun.jpg ├── user-gspdnsobaka.jpg ├── user-hexuary.jpg ├── user-ibooom.jpg ├── user-infosecurityevil.jpg ├── user-itscrt.jpg ├── user-johnripper.jpg ├── user-jsdio.jpg ├── user-ksvark.jpg ├── user-kvakirsanov.jpg ├── user-mifkilla.jpg ├── user-r3dhunt.jpg ├── user-ralf-hacker.jpg ├── user-romachev.jpg ├── user-routerscan.jpg ├── user-satana666mx.jpg ├── user-schwarz-osint.jpg ├── user-seadm1n.jpg ├── user-soxoj.jpg ├── user-vektort13.jpg ├── user-x86corez.jpg ├── user-yarbabin.jpg ├── user.jpg ├── website-codeby.jpg ├── website-irozysk.png ├── website-lukatsky.jpg ├── website-rtechno.png ├── youtube-intercepter.jpg ├── youtube-kiberded.jpg ├── youtube-lukatsky.jpg ├── youtube-peoplepro.jpg ├── youtube-spbctf.jpg └── youtube-vektort13.jpg /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021-2023 madspectator 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Map of Russian OSINT and Infosec Resources 2 | 3 | This is just-for-fun online map of Russian OSINT and InfoSecurity resources: authors, telegram channels, telegram groups, youtube channels, etc. 4 | 5 | Rendered graph is available here https://lorien.github.io/ru-osint-infosec-map/ This web page is rendered automatically with github pages engine and is linked to "index.html file in this repository. 6 | 7 | ![Look of osint/infosec graph](static/img/ru-osint-infosec-map.png) 8 | 9 | ## How to submit new data or fix? 10 | 11 | Just create a new issue in github project. 12 | -------------------------------------------------------------------------------- /data/nodes.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": "scope-ru", 4 | "type": "scope", 5 | "name": "", 6 | "links": [], 7 | "imageUrl": "static/logo/scope-house.png", 8 | "url": null 9 | }, 10 | { 11 | "id": "scope-ru-osint", 12 | "type": "scope", 13 | "name": "OSINT", 14 | "links": [ 15 | "scope-ru", 16 | "user-romachev", 17 | "user-masalovich", 18 | "user-timohin", 19 | "user-ciartem", 20 | "user-dstoun", 21 | "user-osintby", 22 | "user-satana666mx", 23 | "user-antipovevgenii", 24 | "user-beholderishere", 25 | "user-r3dhunt", 26 | "user-gijnru", 27 | "user-bederov", 28 | "user-gspdnsobaka", 29 | "user-jsdio", 30 | "user-usersbox", 31 | "user-cyb-detective", 32 | "user-agent-noreply", 33 | "user-soxoj", 34 | "user-denis-wagner", 35 | "user-madspectator", 36 | "user-schwarz-osint" 37 | ], 38 | "imageUrl": "static/logo/scope-house.png", 39 | "url": null 40 | }, 41 | { 42 | "id": "scope-ru-infosec", 43 | "type": "scope", 44 | "name": "Info Security", 45 | "links": [ 46 | "scope-ru", 47 | "user-iskra112", 48 | "user-infosecurityevil", 49 | "user-gebutcher", 50 | "user-shadow", 51 | "user-kvakirsanov", 52 | "user-yarbabin", 53 | "user-true-secator", 54 | "user-cybred", 55 | "user-codeby", 56 | "user-ibooom", 57 | "user-freedomf0x", 58 | "user-alukatsk", 59 | "org-elcomsoft", 60 | "user-vektort13", 61 | "user-pavlovich", 62 | "user-tomhunter", 63 | "user-followmebla", 64 | "user-cyberyozh", 65 | "user-mifkilla", 66 | "user-itscrt", 67 | "user-cepter", 68 | "user-over", 69 | "user-my-cyde", 70 | "user-zeroday", 71 | "user-ralf-hacker", 72 | "user-x86corez", 73 | "org-group-ib", 74 | "user-seadm1n", 75 | "user-defcon", 76 | "user-ksvark", 77 | "user-cyberjobsrussia", 78 | "user-dc8044", 79 | "user-anton-shipulin", 80 | "user-router-os", 81 | "user-kii187fz", 82 | "user-komarov", 83 | "user-artemov", 84 | "user-darknet-prison", 85 | "user-nekaspersky" 86 | ], 87 | "imageUrl": "static/logo/scope-house.png", 88 | "url": null 89 | }, 90 | { 91 | "id": "scope-ru-data", 92 | "type": "scope", 93 | "name": "Data", 94 | "links": [ 95 | "scope-ru", 96 | "user-persdata", 97 | "user-begtin", 98 | "user-alexmaknet", 99 | "user-hexuary", 100 | "user-ashotog", 101 | "user-johnripper" 102 | ], 103 | "imageUrl": "static/logo/scope-house.png", 104 | "url": null 105 | }, 106 | { 107 | "id": "user-madspectator", 108 | "type": "user", 109 | "name": "madspectator", 110 | "links": [ 111 | "channel-grablab-osint-news-ru", 112 | "group-grablab-osint-ru", 113 | "github-lorien" 114 | ], 115 | "imageUrl": "static/logo/user.jpg", 116 | "url": "https://t.me/madspectator" 117 | }, 118 | { 119 | "id": "channel-grablab-osint-news-ru", 120 | "name": "GrabLab OSINT Ru Новости", 121 | "type": "channel", 122 | "links": [ 123 | "group-grablab-osint-ru" 124 | ], 125 | "imageUrl": "static/logo/group-grablab-osint-news-ru.jpg", 126 | "url": "https://t.me/grablab_osint_news_ru" 127 | }, 128 | { 129 | "id": "group-grablab-osint-ru", 130 | "name": "GrabLab OSINT Ru Чат", 131 | "type": "group", 132 | "links": [], 133 | "imageUrl": "static/logo/group-grablab-osint-ru.jpg", 134 | "url": "https://t.me/grablab_osint_ru" 135 | }, 136 | { 137 | "id": "github-lorien", 138 | "name": "lorien", 139 | "type": "github", 140 | "links": [], 141 | "imageUrl": "static/logo/github.png", 142 | "url": "https://github.com/lorien" 143 | }, 144 | { 145 | "id": "user-agent-noreply", 146 | "name": "Agent", 147 | "type": "user", 148 | "links": [ 149 | "group-howtofind-chat", 150 | "channel-howtofind-ru" 151 | ], 152 | "imageUrl": "static/logo/user-agent-noreply.jpg", 153 | "url": "https://t.me/agent_noreply" 154 | }, 155 | { 156 | "id": "group-howtofind-chat", 157 | "name": "Public HowToFind Group", 158 | "type": "group", 159 | "links": [], 160 | "imageUrl": "static/logo/group-howtofind-chat.jpg", 161 | "url": "https://t.me/howtofind_chat" 162 | }, 163 | { 164 | "id": "channel-howtofind-ru", 165 | "name": "HowToFind на русском", 166 | "type": "channel", 167 | "links": [ 168 | "group-howtofind-chat" 169 | ], 170 | "imageUrl": "static/logo/channel-howtofind-ru.jpg", 171 | "url": "https://t.me/howtofind_ru" 172 | }, 173 | { 174 | "id": "user-soxoj", 175 | "name": "Soxoj", 176 | "type": "user", 177 | "links": [ 178 | "channel-osint-mindset", 179 | "github-soxoj" 180 | ], 181 | "imageUrl": "static/logo/user-soxoj.jpg", 182 | "url": "https://t.me/soxoj" 183 | }, 184 | { 185 | "id": "channel-osint-mindset", 186 | "name": "OSINT mindset", 187 | "type": "channel", 188 | "links": [], 189 | "imageUrl": "static/logo/channel-osint-mindset.jpg", 190 | "url": "https://t.me/osint_mindset" 191 | }, 192 | { 193 | "id": "github-soxoj", 194 | "name": "soxoj", 195 | "type": "github", 196 | "links": [], 197 | "imageUrl": "static/logo/user-soxoj.jpg", 198 | "url": "https://github.com/soxoj" 199 | }, 200 | { 201 | "id": "user-denis-wagner", 202 | "name": "Denis Wagner", 203 | "type": "user", 204 | "links": [ 205 | "channel-osint-rf-lib", 206 | "group-osint-rf", 207 | "group-osint-search" 208 | ], 209 | "imageUrl": "static/logo/user-denis-wagner.jpg", 210 | "url": null 211 | }, 212 | { 213 | "id": "channel-osint-rf-lib", 214 | "name": "Библиотека цифровой разведки - OSINT", 215 | "type": "channel", 216 | "links": [ 217 | "group-osint-rf" 218 | ], 219 | "imageUrl": "static/logo/channel-osint-rf-lib.jpg", 220 | "url": "https://t.me/osint_rf_lib" 221 | }, 222 | { 223 | "id": "group-osint-rf", 224 | "name": "OSINT | Сетевая разведка и поиск | Цифровая криминалистика | Forensic | Netstalking", 225 | "type": "group", 226 | "links": [], 227 | "imageUrl": "static/logo/group-osint-rf.jpg", 228 | "url": "https://t.me/osint_rf" 229 | }, 230 | { 231 | "id": "group-osint-search", 232 | "name": "OSINT | Поиск людей | Розыск преступников | Интернет-расследования", 233 | "type": "group", 234 | "links": [], 235 | "imageUrl": "static/logo/group-osint-search.jpg", 236 | "url": "https://t.me/osint_search" 237 | }, 238 | { 239 | "id": "user-cyberyozh", 240 | "name": "Cyber Yozh", 241 | "type": "user", 242 | "links": [ 243 | "channel-cyberyozh-official", 244 | "group-cyberyozhtalks" 245 | ], 246 | "imageUrl": "static/logo/user.jpg", 247 | "url": null 248 | }, 249 | { 250 | "id": "channel-cyberyozh-official", 251 | "name": "CyberYozh", 252 | "type": "channel", 253 | "links": [ 254 | "group-cyberyozhtalks" 255 | ], 256 | "imageUrl": "static/logo/channel-cyberyozh-official.jpg", 257 | "url": "https://t.me/cyberyozh_official" 258 | }, 259 | { 260 | "id": "group-cyberyozhtalks", 261 | "name": "CyberYozh Talks", 262 | "type": "group", 263 | "links": [], 264 | "imageUrl": "static/logo/group-cyberyozhtalks.jpg", 265 | "url": "https://t.me/cyberyozhtalks" 266 | }, 267 | { 268 | "id": "user-gspdnsobaka", 269 | "name": "господин собака", 270 | "type": "user", 271 | "links": [ 272 | "channel-osint-club-channel", 273 | "group-osint-club" 274 | ], 275 | "imageUrl": "static/logo/user-gspdnsobaka.jpg", 276 | "url": "https://t.me/gspdnsobaka" 277 | }, 278 | { 279 | "id": "user-jsdio", 280 | "name": "Григорич", 281 | "type": "user", 282 | "links": [ 283 | "channel-osint-club-channel", 284 | "group-osint-club" 285 | ], 286 | "imageUrl": "static/logo/user-jsdio.jpg", 287 | "url": "https://t.me/jsdio" 288 | }, 289 | { 290 | "id": "group-osint-club", 291 | "name": "OSINT Club", 292 | "type": "group", 293 | "links": [], 294 | "imageUrl": "static/logo/group-osint-club.jpg", 295 | "url": "https://t.me/osint_club" 296 | }, 297 | { 298 | "id": "channel-osint-club-channel", 299 | "name": "OSINT CLUB", 300 | "type": "channel", 301 | "links": [ 302 | "group-osint-club" 303 | ], 304 | "imageUrl": "static/logo/channel-osint-club-channel.jpg", 305 | "url": "https://t.me/osint_club_channel" 306 | }, 307 | { 308 | "id": "channel-b4tr-channel", 309 | "name": "b4tr_channel", 310 | "type": "channel", 311 | "links": [], 312 | "imageUrl": "static/logo/channel-b4tr-channel.jpg", 313 | "url": "https://t.me/b4tr_channel" 314 | }, 315 | { 316 | "id": "user-followmebla", 317 | "name": "Follow me!", 318 | "type": "user", 319 | "links": [ 320 | "channel-b4tr-channel" 321 | ], 322 | "imageUrl": "static/logo/user.jpg", 323 | "url": "https://t.me/followmebla" 324 | }, 325 | { 326 | "id": "user-alexmaknet", 327 | "name": "Error retrieving username", 328 | "type": "user", 329 | "links": [ 330 | "channel-alexmakus" 331 | ], 332 | "imageUrl": "static/logo/user-alexmaknet.jpg", 333 | "url": "https://t.me/alexmaknet" 334 | }, 335 | { 336 | "id": "channel-alexmakus", 337 | "name": "Информация опасносте", 338 | "type": "channel", 339 | "links": [], 340 | "imageUrl": "static/logo/channel-alexmakus.jpg", 341 | "url": "https://t.me/alexmakus" 342 | }, 343 | { 344 | "id": "user-bederov", 345 | "name": "Игорь Бедеров", 346 | "type": "user", 347 | "links": [ 348 | "channel-irozysk", 349 | "group-comments-irozysk", 350 | "website-irozysk" 351 | ], 352 | "imageUrl": "static/logo/user.jpg", 353 | "url": "https://t.me/ibederov" 354 | }, 355 | { 356 | "id": "channel-irozysk", 357 | "name": "Интернет-Розыск", 358 | "type": "channel", 359 | "links": [ 360 | "group-comments-irozysk" 361 | ], 362 | "imageUrl": "static/logo/channel-irozysk.jpg", 363 | "url": "https://t.me/irozysk" 364 | }, 365 | { 366 | "id": "group-comments-irozysk", 367 | "name": "ЯМы OSINT", 368 | "type": "group", 369 | "links": [], 370 | "imageUrl": "static/logo/group-comments-irozysk.jpg", 371 | "url": "https://t.me/comments_irozysk" 372 | }, 373 | { 374 | "id": "website-irozysk", 375 | "name": "Интернет-Розыск", 376 | "type": "website", 377 | "links": [], 378 | "imageUrl": "static/logo/website-irozysk.png", 379 | "url": "https://интернет-розыск.рф" 380 | }, 381 | { 382 | "id": "user-tomhunter", 383 | "name": "Tom Hunter", 384 | "type": "user", 385 | "links": [ 386 | "channel-tomhunter" 387 | ], 388 | "imageUrl": "static/logo/user.jpg", 389 | "url": null 390 | }, 391 | { 392 | "id": "channel-tomhunter", 393 | "name": "T.Hunter", 394 | "type": "channel", 395 | "links": [], 396 | "imageUrl": "static/logo/channel-tomhunter.jpg", 397 | "url": "https://t.me/tomhunter" 398 | }, 399 | { 400 | "id": "user-gijnru", 401 | "name": "???", 402 | "type": "user", 403 | "links": [ 404 | "channel-gijnru" 405 | ], 406 | "imageUrl": "static/logo/user.jpg", 407 | "url": null 408 | }, 409 | { 410 | "id": "channel-gijnru", 411 | "name": "Глобальная сеть журналистов-расследователей", 412 | "type": "channel", 413 | "links": [], 414 | "imageUrl": "static/logo/channel-gijnru.jpg", 415 | "url": "https://t.me/gijnru" 416 | }, 417 | { 418 | "id": "user-r3dhunt", 419 | "name": "R3dhunt", 420 | "type": "user", 421 | "links": [ 422 | "channel-russian-osint", 423 | "youtube-russianosint" 424 | ], 425 | "imageUrl": "static/logo/user-r3dhunt.jpg", 426 | "url": "https://t.me/r3dhunt" 427 | }, 428 | { 429 | "id": "channel-russian-osint", 430 | "name": "Russian OSINT", 431 | "type": "channel", 432 | "links": [ 433 | "youtube-russianosint" 434 | ], 435 | "imageUrl": "static/logo/channel-russian-osint.jpg", 436 | "url": "https://t.me/russian_osint" 437 | }, 438 | { 439 | "id": "youtube-russianosint", 440 | "name": "Russian OSINT", 441 | "type": "youtube", 442 | "links": [], 443 | "imageUrl": "static/logo/channel-russian-osint.jpg", 444 | "url": "https://youtube.com/c/RussianOSINT" 445 | }, 446 | { 447 | "id": "user-beholderishere", 448 | "name": "Beholder Is Here", 449 | "type": "user", 450 | "links": [ 451 | "channel-forensictools", 452 | "group-forensictoolslive", 453 | "channel-netsurvivalist" 454 | ], 455 | "imageUrl": "static/logo/user-beholderishere.jpg", 456 | "url": "https://t.me/beholderishere" 457 | }, 458 | { 459 | "id": "channel-forensictools", 460 | "name": "Investigation&Forensic Tools", 461 | "type": "channel", 462 | "links": [ 463 | "group-forensictoolslive" 464 | ], 465 | "imageUrl": "static/logo/channel-forensictools.jpg", 466 | "url": "https://t.me/forensictools" 467 | }, 468 | { 469 | "id": "group-forensictoolslive", 470 | "name": "Investigation&Forensic Tools Live", 471 | "type": "group", 472 | "links": [], 473 | "imageUrl": "static/logo/group-forensictoolslive.jpg", 474 | "url": "https://t.me/forensictoolslive" 475 | }, 476 | { 477 | "id": "channel-netsurvivalist", 478 | "name": "Net Survivalist", 479 | "type": "channel", 480 | "links": [], 481 | "imageUrl": "static/logo/channel-netsurvivalist.jpg", 482 | "url": "https://t.me/netsurvivalist" 483 | }, 484 | { 485 | "id": "user-ashotog", 486 | "name": "Ashot Oganesyan", 487 | "type": "user", 488 | "links": [ 489 | "channel-dataleak" 490 | ], 491 | "imageUrl": "static/logo/user-ashotog.jpg", 492 | "url": "https://t.me/ashotog" 493 | }, 494 | { 495 | "id": "channel-dataleak", 496 | "name": "Investigation&Forensic Tools", 497 | "type": "channel", 498 | "links": [], 499 | "imageUrl": "static/logo/channel-dataleak.jpg", 500 | "url": "https://t.me/dataleak" 501 | }, 502 | { 503 | "id": "user-cyb-detective", 504 | "name": "Stranger", 505 | "type": "user", 506 | "links": [ 507 | "channel-cybdetective" 508 | ], 509 | "imageUrl": "static/logo/user.jpg", 510 | "url": "https://t.me/cyb_detective" 511 | }, 512 | { 513 | "id": "channel-cybdetective", 514 | "name": "Cyber_detective", 515 | "type": "channel", 516 | "links": [], 517 | "imageUrl": "static/logo/channel-cybdetective.jpg", 518 | "url": "https://t.me/cybdetective" 519 | }, 520 | { 521 | "id": "user-x86corez", 522 | "name": "Stas'M", 523 | "type": "user", 524 | "links": [ 525 | "channel-routerscan" 526 | ], 527 | "imageUrl": "static/logo/user-x86corez.jpg", 528 | "url": "https://t.me/x86corez" 529 | }, 530 | { 531 | "id": "channel-routerscan", 532 | "name": "Router Scan", 533 | "type": "channel", 534 | "links": [], 535 | "imageUrl": "static/logo/channel-routerscan.jpg", 536 | "url": "https://t.me/routerscan" 537 | }, 538 | { 539 | "id": "user-antipovevgenii", 540 | "name": "Евгений Антипов", 541 | "type": "user", 542 | "links": [ 543 | "channel-antipov" 544 | ], 545 | "imageUrl": "static/logo/user-antipovevgenii.jpg", 546 | "url": "https://t.me/AntipovEvgenii" 547 | }, 548 | { 549 | "id": "channel-antipov", 550 | "name": "Antipov", 551 | "type": "channel", 552 | "links": [], 553 | "imageUrl": "static/logo/channel-antipov.jpg", 554 | "url": "https://t.me/antipov" 555 | }, 556 | { 557 | "id": "user-begtin", 558 | "name": "Иван Бегтин", 559 | "type": "user", 560 | "links": [ 561 | "channel-begtin", 562 | "group-begtinchat" 563 | ], 564 | "imageUrl": "static/logo/user.jpg", 565 | "url": null 566 | }, 567 | { 568 | "id": "channel-begtin", 569 | "name": "Ivan Begtin", 570 | "type": "channel", 571 | "links": [ 572 | "group-begtinchat" 573 | ], 574 | "imageUrl": "static/logo/channel-begtin.jpg", 575 | "url": "https://t.me/begtin" 576 | }, 577 | { 578 | "id": "group-begtinchat", 579 | "name": "Чат к каналу @begtin", 580 | "type": "group", 581 | "links": [], 582 | "imageUrl": "static/logo/group-begtinchat.jpg", 583 | "url": "https://t.me/begtinchat" 584 | }, 585 | { 586 | "id": "user-pavlovich", 587 | "name": "Сергей Павлович", 588 | "type": "user", 589 | "links": [ 590 | "channel-people-pro-main", 591 | "youtube-peoplepro" 592 | ], 593 | "imageUrl": "static/logo/user.jpg", 594 | "url": null 595 | }, 596 | { 597 | "id": "channel-people-pro-main", 598 | "name": "Люди PRO", 599 | "type": "channel", 600 | "links": [ 601 | "youtube-peoplepro" 602 | ], 603 | "imageUrl": "static/logo/channel-people-pro-main.jpg", 604 | "url": "https://t.me/people_pro_main" 605 | }, 606 | { 607 | "id": "youtube-peoplepro", 608 | "name": "Люди PRO", 609 | "type": "youtube", 610 | "links": [], 611 | "imageUrl": "static/logo/youtube-peoplepro.jpg", 612 | "url": "https://www.youtube.com/peoplepro" 613 | }, 614 | { 615 | "id": "user-johnripper", 616 | "name": "John", 617 | "type": "user", 618 | "links": [ 619 | "channel-data1eaks" 620 | ], 621 | "imageUrl": "static/logo/user-johnripper.jpg", 622 | "url": "https://t.me/j0hnr1pp3r" 623 | }, 624 | { 625 | "id": "channel-data1eaks", 626 | "name": "Data1eaks | Утечки баз данных", 627 | "type": "channel", 628 | "links": [], 629 | "imageUrl": "static/logo/channel-data1eaks.jpg", 630 | "url": "https://t.me/data1eaks" 631 | }, 632 | { 633 | "id": "user-hexuary", 634 | "name": "BIN", 635 | "type": "user", 636 | "links": [ 637 | "channel-hashb1n" 638 | ], 639 | "imageUrl": "static/logo/user-hexuary.jpg", 640 | "url": "https://t.me/hexuary" 641 | }, 642 | { 643 | "id": "channel-hashb1n", 644 | "name": "bin", 645 | "type": "channel", 646 | "links": [], 647 | "imageUrl": "static/logo/channel-hashb1n.jpg", 648 | "url": "https://t.me/hashb1n" 649 | }, 650 | { 651 | "id": "user-vektort13", 652 | "name": "Vektor (AFK) Support", 653 | "type": "user", 654 | "links": [ 655 | "channel-vschannel", 656 | "group-antidetectchat", 657 | "youtube-vektort13" 658 | ], 659 | "imageUrl": "static/logo/user-vektort13.jpg", 660 | "url": "https://t.me/vektort13" 661 | }, 662 | { 663 | "id": "channel-vschannel", 664 | "name": "Vektor Security Channel", 665 | "type": "channel", 666 | "links": [ 667 | "group-antidetectchat", 668 | "youtube-vektort13" 669 | ], 670 | "imageUrl": "static/logo/channel-vschannel.jpg", 671 | "url": "https://t.me/vschannel" 672 | }, 673 | { 674 | "id": "group-antidetectchat", 675 | "name": "Multiacc party [Russian]", 676 | "type": "group", 677 | "links": [], 678 | "imageUrl": "static/logo/group-antidetectchat.jpg", 679 | "url": "https://t.me/antidetectchat" 680 | }, 681 | { 682 | "id": "youtube-vektort13", 683 | "name": "Vektor T13", 684 | "type": "youtube", 685 | "links": [], 686 | "imageUrl": "static/logo/youtube-vektort13.jpg", 687 | "url": "https://youtube.com/c/vektort13" 688 | }, 689 | { 690 | "id": "user-satana666mx", 691 | "name": "Bafomёd. Максим Понамарев", 692 | "type": "user", 693 | "links": [ 694 | "channel-osint-san-framework", 695 | "group-osint-san", 696 | "github-bafomet666" 697 | ], 698 | "imageUrl": "static/logo/user-satana666mx.jpg", 699 | "url": "https://t.me/satana666mx" 700 | }, 701 | { 702 | "id": "channel-osint-san-framework", 703 | "name": "Bafomёd OSINT", 704 | "type": "channel", 705 | "links": [ 706 | "group-osint-san" 707 | ], 708 | "imageUrl": "static/logo/channel-osint-san-framework.jpg", 709 | "url": "https://t.me/osint_san_framework" 710 | }, 711 | { 712 | "id": "group-osint-san", 713 | "name": "OSINT-SAN", 714 | "type": "group", 715 | "links": [], 716 | "imageUrl": "static/logo/group-osint-san.jpg", 717 | "url": "https://t.me/joinchat/4qnEndyYOrdlNmJi" 718 | }, 719 | { 720 | "id": "github-bafomet666", 721 | "name": "Bafomet666", 722 | "type": "github", 723 | "links": [], 724 | "imageUrl": "static/logo/github-bafomet666.jpg", 725 | "url": "https://github.com/bafomet666" 726 | }, 727 | { 728 | "id": "org-elcomsoft", 729 | "name": "Elcomsoft", 730 | "type": "org", 731 | "links": [ 732 | "channel-elcomsoftru", 733 | "channel-elcomsoft" 734 | ], 735 | "imageUrl": "static/logo/org-elcomsoft.jpg", 736 | "url": "https://www.elcomsoft.ru" 737 | }, 738 | { 739 | "id": "channel-elcomsoftru", 740 | "name": "Elcomsoft RU", 741 | "type": "channel", 742 | "links": [], 743 | "imageUrl": "static/logo/channel-elcomsoftru.jpg", 744 | "url": "https://t.me/elcomsoftru" 745 | }, 746 | { 747 | "id": "channel-elcomsoft", 748 | "name": "Elcomsoft", 749 | "type": "channel", 750 | "links": [], 751 | "imageUrl": "static/logo/channel-elcomsoft.jpg", 752 | "url": "https://t.me/elcomsoft" 753 | }, 754 | { 755 | "id": "user-osintby", 756 | "name": "???", 757 | "type": "user", 758 | "links": [ 759 | "channel-osintby", 760 | "group-osintby-chat" 761 | ], 762 | "imageUrl": "static/logo/user.jpg", 763 | "url": null 764 | }, 765 | { 766 | "id": "channel-osintby", 767 | "name": "OSINT Беларусь", 768 | "type": "channel", 769 | "links": [ 770 | "group-osintby-chat" 771 | ], 772 | "imageUrl": "static/logo/channel-osintby.jpg", 773 | "url": "https://t.me/osintby" 774 | }, 775 | { 776 | "id": "group-osintby-chat", 777 | "name": "OSINT Беларусь Чат", 778 | "type": "group", 779 | "links": [], 780 | "imageUrl": "static/logo/group-osintby-chat.jpg", 781 | "url": "https://t.me/osintby_chat" 782 | }, 783 | { 784 | "id": "user-dstoun", 785 | "name": "D.Stoun", 786 | "type": "user", 787 | "links": [ 788 | "channel-pulsechanel" 789 | ], 790 | "imageUrl": "static/logo/user-dstoun.jpg", 791 | "url": "https://t.me/dstoun" 792 | }, 793 | { 794 | "id": "channel-pulsechanel", 795 | "name": "PulSe", 796 | "type": "channel", 797 | "links": [], 798 | "imageUrl": "static/logo/channel-pulsechanel.jpg", 799 | "url": "https://t.me/pulsechanel" 800 | }, 801 | { 802 | "id": "user-ciartem", 803 | "name": "AS", 804 | "type": "user", 805 | "links": [ 806 | "channel-molfar-bi" 807 | ], 808 | "imageUrl": "static/logo/user-ciartem.jpg", 809 | "url": "https://t.me/ciartem" 810 | }, 811 | { 812 | "id": "channel-molfar-bi", 813 | "name": "Molfar об OSINT", 814 | "type": "channel", 815 | "links": [], 816 | "imageUrl": "static/logo/channel-molfar-bi.jpg", 817 | "url": "https://t.me/molfar_bi" 818 | }, 819 | { 820 | "id": "user-timohin", 821 | "name": "Александр Тимохин", 822 | "type": "user", 823 | "links": [ 824 | "channel-rosint-info" 825 | ], 826 | "imageUrl": "static/logo/channel-rosint-info.jpg", 827 | "url": "https://t.me/rosint_info" 828 | }, 829 | { 830 | "id": "channel-rosint-info", 831 | "name": "ROSINT: Интернет-разведка с человеческим лицом", 832 | "type": "channel", 833 | "links": [], 834 | "imageUrl": "static/logo/channel-rosint-info.jpg", 835 | "url": "https://t.me/rosint_info" 836 | }, 837 | { 838 | "id": "user-masalovich", 839 | "name": "Андрей Масалович", 840 | "type": "user", 841 | "links": [ 842 | "channel-maspartners", 843 | "youtube-kiberded" 844 | ], 845 | "imageUrl": "static/logo/user.jpg", 846 | "url": null 847 | }, 848 | { 849 | "id": "channel-maspartners", 850 | "name": "Масалович и партнеры: OSINT", 851 | "type": "channel", 852 | "links": [ 853 | "youtube-kiberded" 854 | ], 855 | "imageUrl": "static/logo/channel-maspartners.jpg", 856 | "url": "https://t.me/maspartners" 857 | }, 858 | { 859 | "id": "youtube-kiberded", 860 | "name": "КиберДед", 861 | "type": "channel", 862 | "links": [], 863 | "imageUrl": "static/logo/youtube-kiberded.jpg", 864 | "url": "https://www.youtube.com/c/KiberDed" 865 | }, 866 | { 867 | "id": "user-itscrt", 868 | "name": "Админка IT&FCK RKN", 869 | "type": "user", 870 | "links": [ 871 | "channel-tg-security" 872 | ], 873 | "imageUrl": "static/logo/user-itscrt.jpg", 874 | "url": "https://t.me/it_scrt" 875 | }, 876 | { 877 | "id": "channel-tg-security", 878 | "name": "IT&Безопасность", 879 | "type": "channel", 880 | "links": [], 881 | "imageUrl": "static/logo/channel-tg-security.jpg", 882 | "url": "https://t.me/tg_security" 883 | }, 884 | { 885 | "id": "user-zeroday", 886 | "name": "???", 887 | "type": "user", 888 | "links": [ 889 | "channel-zeroday-spb" 890 | ], 891 | "imageUrl": "static/logo/user.jpg", 892 | "url": null 893 | }, 894 | { 895 | "id": "channel-zeroday-spb", 896 | "name": "ZERO-DAY", 897 | "type": "channel", 898 | "links": [], 899 | "imageUrl": "static/logo/channel-zeroday-spb.jpg", 900 | "url": "https://t.me/zeroday_spb" 901 | }, 902 | { 903 | "id": "user-over", 904 | "name": "Игорь Овер", 905 | "type": "user", 906 | "links": [ 907 | "channel-overlamer1" 908 | ], 909 | "imageUrl": "static/logo/user.jpg", 910 | "url": null 911 | }, 912 | { 913 | "id": "channel-overlamer1", 914 | "name": "LAMERLAND - overbafer1", 915 | "type": "channel", 916 | "links": [], 917 | "imageUrl": "static/logo/channel-overlamer1.jpg", 918 | "url": "https://t.me/overlamer1" 919 | }, 920 | { 921 | "id": "user-alukatsk", 922 | "name": "Alexey Lukatsky", 923 | "type": "user", 924 | "links": [ 925 | "channel-alukatsky", 926 | "youtube-lukatsky", 927 | "website-lukatsky", 928 | "twitter-alukatsky" 929 | ], 930 | "imageUrl": "static/logo/user-alukatsk.jpg", 931 | "url": "https://t.me/alukatsk" 932 | }, 933 | { 934 | "id": "channel-alukatsky", 935 | "name": "Пост Лукацкого", 936 | "type": "channel", 937 | "links": [], 938 | "imageUrl": "static/logo/channel-alukatsky.jpg", 939 | "url": "https://t.me/alukatsky" 940 | }, 941 | { 942 | "id": "youtube-lukatsky", 943 | "name": "Alexey Lukatsky", 944 | "type": "youtube", 945 | "links": [], 946 | "imageUrl": "static/logo/youtube-lukatsky.jpg", 947 | "url": "https://www.youtube.com/user/Lukatsky" 948 | }, 949 | { 950 | "id": "website-lukatsky", 951 | "name": "Бизнес без опасности", 952 | "type": "website", 953 | "links": [], 954 | "imageUrl": "static/logo/website-lukatsky.jpg", 955 | "url": "https://lukatsky.ru" 956 | }, 957 | { 958 | "id": "twitter-alukatsky", 959 | "name": "Alexey Lukatsky", 960 | "type": "twitter", 961 | "links": [], 962 | "imageUrl": "static/logo/twitter-alukatsky.jpg", 963 | "url": "https://alukatsky.ru" 964 | }, 965 | { 966 | "id": "user-romachev", 967 | "name": "Roman Romachev", 968 | "type": "user", 969 | "links": [ 970 | "channel-rtechnocom", 971 | "website-rtechno" 972 | ], 973 | "imageUrl": "static/logo/user-romachev.jpg", 974 | "url": "https://t.me/romachev" 975 | }, 976 | { 977 | "id": "channel-rtechnocom", 978 | "name": "Сводки частной разведки", 979 | "type": "channel", 980 | "links": [], 981 | "imageUrl": "static/logo/channel-rtechnocom.jpg", 982 | "url": "https://t.me/rtechnocom" 983 | }, 984 | { 985 | "id": "website-rtechno", 986 | "name": "r-techno", 987 | "type": "website", 988 | "links": [], 989 | "imageUrl": "static/logo/website-rtechno.png", 990 | "url": "https://r-techno.com" 991 | }, 992 | { 993 | "id": "user-freedomf0x", 994 | "name": "Павел Ситников", 995 | "type": "user", 996 | "links": [ 997 | "channel-freedomf0x" 998 | ], 999 | "imageUrl": "static/logo/user.jpg", 1000 | "url": null 1001 | }, 1002 | { 1003 | "id": "channel-freedomf0x", 1004 | "name": "Freedom F0x", 1005 | "type": "channel", 1006 | "links": [], 1007 | "imageUrl": "static/logo/channel-freedomf0x.jpg", 1008 | "url": "https://t.me/freedomf0x" 1009 | }, 1010 | { 1011 | "id": "user-ibooom", 1012 | "name": "Bo0oM", 1013 | "type": "user", 1014 | "links": [ 1015 | "group-webpwnchat" 1016 | ], 1017 | "imageUrl": "static/logo/user-ibooom.jpg", 1018 | "url": "https://t.me/i_bo0om" 1019 | }, 1020 | { 1021 | "id": "group-webpwnchat", 1022 | "name": "WebPwnChat", 1023 | "type": "group", 1024 | "links": [], 1025 | "imageUrl": "static/logo/group-webpwnchat.jpg", 1026 | "url": "https://t.me/webpwnchat" 1027 | }, 1028 | { 1029 | "id": "user-codeby", 1030 | "name": "???", 1031 | "type": "user", 1032 | "links": [ 1033 | "group-thecodeby", 1034 | "channel-codeby-sec", 1035 | "website-codeby" 1036 | ], 1037 | "imageUrl": "static/logo/user.jpg", 1038 | "url": null 1039 | }, 1040 | { 1041 | "id": "channel-codeby-sec", 1042 | "name": "Codeby Pentest", 1043 | "type": "channel", 1044 | "links": [ 1045 | "group-thecodeby" 1046 | ], 1047 | "imageUrl": "static/logo/channel-codeby-sec.jpg", 1048 | "url": "https://t.me/codeby_sec" 1049 | }, 1050 | { 1051 | "id": "group-thecodeby", 1052 | "name": "The Codeby", 1053 | "type": "group", 1054 | "links": [], 1055 | "imageUrl": "static/logo/group-thecodeby.jpg", 1056 | "url": "https://t.me/thecodeby" 1057 | }, 1058 | { 1059 | "id": "website-codeby", 1060 | "name": "CODEBY.NET", 1061 | "type": "website", 1062 | "links": [], 1063 | "imageUrl": "static/logo/website-codeby.jpg", 1064 | "url": "https://codeby.net" 1065 | }, 1066 | { 1067 | "id": "user-cybred", 1068 | "name": "???", 1069 | "type": "user", 1070 | "links": [ 1071 | "channel-cybred" 1072 | ], 1073 | "imageUrl": "static/logo/user.jpg", 1074 | "url": "https://t.me/moodytalk_bot" 1075 | }, 1076 | { 1077 | "id": "channel-cybred", 1078 | "name": "Cybred", 1079 | "type": "channel", 1080 | "links": [], 1081 | "imageUrl": "static/logo/channel-cybred.jpg", 1082 | "url": "https://t.me/cybred" 1083 | }, 1084 | { 1085 | "id": "user-true-secator", 1086 | "name": "???", 1087 | "type": "user", 1088 | "links": [ 1089 | "channel-true-secator" 1090 | ], 1091 | "imageUrl": "static/logo/user.jpg", 1092 | "url": null 1093 | }, 1094 | { 1095 | "id": "channel-true-secator", 1096 | "name": "SecAtor", 1097 | "type": "channel", 1098 | "links": [], 1099 | "imageUrl": "static/logo/channel-true-secator.jpg", 1100 | "url": "https://t.me/true_secator" 1101 | }, 1102 | { 1103 | "id": "user-mifkilla", 1104 | "name": "MiF", 1105 | "type": "user", 1106 | "links": [ 1107 | "channel-tmgroupsecurity", 1108 | "group-bolgarkachat" 1109 | ], 1110 | "imageUrl": "static/logo/user-mifkilla.jpg", 1111 | "url": "https://t.me/mifkilla" 1112 | }, 1113 | { 1114 | "id": "channel-tmgroupsecurity", 1115 | "name": "Нетипичный Безопасник (Мефодий Келевра)", 1116 | "type": "channel", 1117 | "links": [], 1118 | "imageUrl": "static/logo/channel-tmgroupsecurity.jpg", 1119 | "url": "https://t.me/tmgroupsecurity" 1120 | }, 1121 | { 1122 | "id": "group-bolgarkachat", 1123 | "name": "Kelevra Security Chat", 1124 | "type": "group", 1125 | "links": [], 1126 | "imageUrl": "static/logo/group-bolgarkachat.jpg", 1127 | "url": "https://t.me/bolgarkachat" 1128 | }, 1129 | { 1130 | "id": "user-yarbabin", 1131 | "name": "Yaroslav Babin", 1132 | "type": "user", 1133 | "links": [ 1134 | "group-thestandoff", 1135 | "channel-thestandoffnews" 1136 | ], 1137 | "imageUrl": "static/logo/user-yarbabin.jpg", 1138 | "url": "https://t.me/yarbabin" 1139 | }, 1140 | { 1141 | "id": "group-thestandoff", 1142 | "name": "THE STANDOFF CHAT", 1143 | "type": "group", 1144 | "links": [], 1145 | "imageUrl": "static/logo/group-thestandoff.jpg", 1146 | "url": "https://t.me/thestandoff" 1147 | }, 1148 | { 1149 | "id": "channel-thestandoffnews", 1150 | "name": "THE STANDOFF NEWS", 1151 | "type": "channel", 1152 | "links": [], 1153 | "imageUrl": "static/logo/channel-thestandoffnews.jpg", 1154 | "url": "https://t.me/thestandoffnews" 1155 | }, 1156 | { 1157 | "id": "user-cepter", 1158 | "name": "???", 1159 | "type": "user", 1160 | "links": [ 1161 | "channel-cepter", 1162 | "group-cepter-chat", 1163 | "twitter-intercepterng", 1164 | "youtube-intercepter" 1165 | ], 1166 | "imageUrl": "static/logo/user.jpg", 1167 | "url": null 1168 | }, 1169 | { 1170 | "id": "channel-cepter", 1171 | "name": "Intercepter-NG", 1172 | "type": "channel", 1173 | "links": [ 1174 | "group-cepter-chat" 1175 | ], 1176 | "imageUrl": "static/logo/channel-cepter.jpg", 1177 | "url": "https://t.me/cepter" 1178 | }, 1179 | { 1180 | "id": "group-cepter-chat", 1181 | "name": "Intercepter-NG Chat", 1182 | "type": "group", 1183 | "links": [], 1184 | "imageUrl": "static/logo/group-cepter-chat.jpg", 1185 | "url": "https://t.me/cepter_chat" 1186 | }, 1187 | { 1188 | "id": "twitter-intercepterng", 1189 | "name": "Intercepter", 1190 | "type": "twitter", 1191 | "links": [], 1192 | "imageUrl": "static/logo/twitter-intercepterng.jpg", 1193 | "url": "https://twitter.com/intercepterng" 1194 | }, 1195 | { 1196 | "id": "youtube-intercepter", 1197 | "name": "Intercepter", 1198 | "type": "youtube", 1199 | "links": [], 1200 | "imageUrl": "static/logo/youtube-intercepter.jpg", 1201 | "url": "https://youtube.com/c/intercepter" 1202 | }, 1203 | { 1204 | "id": "user-kvakirsanov", 1205 | "name": "Anton Kirsanov 🐸", 1206 | "type": "user", 1207 | "links": [ 1208 | "group-secinfosec" 1209 | ], 1210 | "imageUrl": "static/logo/user-kvakirsanov.jpg", 1211 | "url": "https://t.me/kvakirsanov" 1212 | }, 1213 | { 1214 | "id": "group-secinfosec", 1215 | "name": "secinfosec", 1216 | "type": "group", 1217 | "links": [], 1218 | "imageUrl": "static/logo/group-secinfosec.jpg", 1219 | "url": "https://t.me/secinfosec" 1220 | }, 1221 | { 1222 | "id": "user-usersbox", 1223 | "name": "???", 1224 | "type": "user", 1225 | "links": [ 1226 | "group-usersbox-chat" 1227 | ], 1228 | "imageUrl": "static/logo/user.jpg", 1229 | "url": null 1230 | }, 1231 | { 1232 | "id": "group-usersbox-chat", 1233 | "name": "usersbox.chat", 1234 | "type": "group", 1235 | "links": [], 1236 | "imageUrl": "static/logo/group-usersbox-chat.jpg", 1237 | "url": "https://t.me/usersbox_chat" 1238 | }, 1239 | { 1240 | "id": "user-shadow", 1241 | "name": "???", 1242 | "type": "user", 1243 | "links": [ 1244 | "group-shadow-chat-tg", 1245 | "channel-shadow-group-tg" 1246 | ], 1247 | "imageUrl": "static/logo/user.jpg", 1248 | "url": null 1249 | }, 1250 | { 1251 | "id": "group-shadow-chat-tg", 1252 | "name": "SHADOW:Chat", 1253 | "type": "group", 1254 | "links": [], 1255 | "imageUrl": "static/logo/group-shadow-chat-tg.jpg", 1256 | "url": "https://t.me/shadow_chat_tg" 1257 | }, 1258 | { 1259 | "id": "channel-shadow-group-tg", 1260 | "name": "SHADOW:Group", 1261 | "type": "channel", 1262 | "links": [], 1263 | "imageUrl": "static/logo/channel-shadow-group-tg.jpg", 1264 | "url": "https://t.me/shadow_group_tg" 1265 | }, 1266 | { 1267 | "id": "user-my-cyde", 1268 | "name": "???", 1269 | "type": "user", 1270 | "links": [ 1271 | "channel-my-cyde" 1272 | ], 1273 | "imageUrl": "static/logo/user.jpg", 1274 | "url": null 1275 | }, 1276 | { 1277 | "id": "channel-my-cyde", 1278 | "name": "Моя кибероборона // My CYber DEfence", 1279 | "type": "channel", 1280 | "links": [], 1281 | "imageUrl": "static/logo/channel-my-cyde.jpg", 1282 | "url": "https://t.me/my_cyde" 1283 | }, 1284 | { 1285 | "id": "user-ralf-hacker", 1286 | "name": "Ralf Hacker", 1287 | "type": "user", 1288 | "links": [ 1289 | "channel-ralfhackerchannel", 1290 | "group-ralfchackerpublicchat" 1291 | ], 1292 | "imageUrl": "static/logo/user-ralf-hacker.jpg", 1293 | "url": "https://t.me/hackerralf8" 1294 | }, 1295 | { 1296 | "id": "channel-ralfhackerchannel", 1297 | "name": "Ralf Hacker Channel", 1298 | "type": "channel", 1299 | "links": [], 1300 | "imageUrl": "static/logo/channel-ralfhackerchannel.jpg", 1301 | "url": "https://t.me/ralfhackerchannel" 1302 | }, 1303 | { 1304 | "id": "group-ralfchackerpublicchat", 1305 | "name": "Ralf Hacker Public Chat", 1306 | "type": "group", 1307 | "links": [], 1308 | "imageUrl": "static/logo/group-ralfchackerpublicchat.jpg", 1309 | "url": "https://t.me/ralfhackerpublicchat" 1310 | }, 1311 | { 1312 | "id": "user-gebutcher", 1313 | "name": "???", 1314 | "type": "user", 1315 | "links": [ 1316 | "channel-gebutcher" 1317 | ], 1318 | "imageUrl": "static/logo/user.jpg", 1319 | "url": null 1320 | }, 1321 | { 1322 | "id": "channel-gebutcher", 1323 | "name": "Заметки Gebutcher", 1324 | "type": "channel", 1325 | "links": [], 1326 | "imageUrl": "static/logo/channel-gebutcher.jpg", 1327 | "url": "https://t.me/gebutcher" 1328 | }, 1329 | { 1330 | "id": "user-infosecurityevil", 1331 | "name": "Infosecurity Evil", 1332 | "type": "user", 1333 | "links": [ 1334 | "channel-in4security" 1335 | ], 1336 | "imageUrl": "static/logo/user-infosecurityevil.jpg", 1337 | "url": "https://t.me/infosecurityevil" 1338 | }, 1339 | { 1340 | "id": "channel-in4security", 1341 | "name": "in4security", 1342 | "type": "channel", 1343 | "links": [], 1344 | "imageUrl": "static/logo/channel-in4security.jpg", 1345 | "url": "https://t.me/in4security" 1346 | }, 1347 | { 1348 | "id": "org-group-ib", 1349 | "name": "Group-IB", 1350 | "type": "org", 1351 | "links": [ 1352 | "channel-group-ib" 1353 | ], 1354 | "imageUrl": "static/logo/org-group-ib.jpg", 1355 | "url": null 1356 | }, 1357 | { 1358 | "id": "channel-group-ib", 1359 | "name": "Group-IB", 1360 | "type": "channel", 1361 | "links": [], 1362 | "imageUrl": "static/logo/channel-group-ib.jpg", 1363 | "url": "https://t.me/group_ib" 1364 | }, 1365 | { 1366 | "id": "user-iskra112", 1367 | "name": "???", 1368 | "type": "user", 1369 | "links": [ 1370 | "channel-iskra112" 1371 | ], 1372 | "imageUrl": "static/logo/user.jpg", 1373 | "url": null 1374 | }, 1375 | { 1376 | "id": "channel-iskra112", 1377 | "name": "𝕀𝕊𝕂ℝ-𝔸 𝔻𝕒𝕚𝕝𝕪", 1378 | "type": "channel", 1379 | "links": [], 1380 | "imageUrl": "static/logo/channel-iskra112.jpg", 1381 | "url": "https://t.me/iskra112" 1382 | }, 1383 | { 1384 | "id": "user-persdata", 1385 | "name": "???", 1386 | "type": "user", 1387 | "links": [ 1388 | "channel-persdata" 1389 | ], 1390 | "imageUrl": "static/logo/user.jpg", 1391 | "url": null 1392 | }, 1393 | { 1394 | "id": "channel-persdata", 1395 | "name": "Персональные_данные", 1396 | "type": "channel", 1397 | "links": [], 1398 | "imageUrl": "static/logo/channel-persdata.jpg", 1399 | "url": "https://t.me/persdata" 1400 | }, 1401 | { 1402 | "id": "user-seadm1n", 1403 | "name": "S.E.Admin", 1404 | "type": "user", 1405 | "links": [ 1406 | "channel-social-engineering", 1407 | "channel-s-e-book" 1408 | ], 1409 | "imageUrl": "static/logo/user-seadm1n.jpg", 1410 | "url": "https://t.me/seadm1n" 1411 | }, 1412 | { 1413 | "id": "channel-social-engineering", 1414 | "name": "Social Engineering", 1415 | "type": "channel", 1416 | "links": [], 1417 | "imageUrl": "static/logo/channel-social-engineering.jpg", 1418 | "url": "https://t.me/social_engineering" 1419 | }, 1420 | { 1421 | "id": "channel-s-e-book", 1422 | "name": "S.E.Book", 1423 | "type": "channel", 1424 | "links": [], 1425 | "imageUrl": "static/logo/channel-s-e-book.jpg", 1426 | "url": "https://t.me/s_e_book" 1427 | }, 1428 | { 1429 | "id": "user-defcon", 1430 | "name": "???", 1431 | "type": "user", 1432 | "links": [ 1433 | "group-dc7499", 1434 | "channel-defcon" 1435 | ], 1436 | "imageUrl": "static/logo/user.jpg", 1437 | "url": null 1438 | }, 1439 | { 1440 | "id": "group-dc7499", 1441 | "name": "DC7499", 1442 | "type": "group", 1443 | "links": [], 1444 | "imageUrl": "static/logo/group-dc7499.jpg", 1445 | "url": "https://t.me/dc7499" 1446 | }, 1447 | { 1448 | "id": "channel-defcon", 1449 | "name": "DEFCON Moscow", 1450 | "type": "channel", 1451 | "links": [], 1452 | "imageUrl": "static/logo/channel-defcon.jpg", 1453 | "url": "https://t.me/defcon" 1454 | }, 1455 | { 1456 | "id": "user-ksvark", 1457 | "name": "Kseniya Kravtsova", 1458 | "type": "user", 1459 | "links": [ 1460 | "group-spbctf", 1461 | "youtube-spbctf" 1462 | ], 1463 | "imageUrl": "static/logo/user-ksvark.jpg", 1464 | "url": "https://t.me/ksvark" 1465 | }, 1466 | { 1467 | "id": "group-spbctf", 1468 | "name": "SPbCTF", 1469 | "type": "group", 1470 | "links": [], 1471 | "imageUrl": "static/logo/group-spbctf.jpg", 1472 | "url": "https://t.me/spbctf" 1473 | }, 1474 | { 1475 | "id": "youtube-spbctf", 1476 | "name": "CTF в Петербурге", 1477 | "type": "youtube", 1478 | "links": [ 1479 | "group-spbctf" 1480 | ], 1481 | "imageUrl": "static/logo/youtube-spbctf.jpg", 1482 | "url": "https://youtube.com/c/spbctf" 1483 | }, 1484 | { 1485 | "id": "user-cyberjobsrussia", 1486 | "name": "???", 1487 | "type": "user", 1488 | "links": [ 1489 | "channel-cyberjobsrussia" 1490 | ], 1491 | "imageUrl": "static/logo/user.jpg", 1492 | "url": null 1493 | }, 1494 | { 1495 | "id": "channel-cyberjobsrussia", 1496 | "name": "CyberJobsRussia", 1497 | "type": "channel", 1498 | "links": [], 1499 | "imageUrl": "static/logo/channel-cyberjobsrussia.jpg", 1500 | "url": "https://t.me/cyberjobsrussia" 1501 | }, 1502 | { 1503 | "id": "user-dc8044", 1504 | "name": "???", 1505 | "type": "user", 1506 | "links": [ 1507 | "group-dc8044" 1508 | ], 1509 | "imageUrl": "static/logo/user.jpg", 1510 | "url": null 1511 | }, 1512 | { 1513 | "id": "group-dc8044", 1514 | "name": "DC8044 Newf4G ❄️", 1515 | "type": "group", 1516 | "links": [], 1517 | "imageUrl": "static/logo/group-dc8044.jpg", 1518 | "url": "https://t.me/dc8044" 1519 | }, 1520 | { 1521 | "id": "user-anton-shipulin", 1522 | "name": "Anton Shipulin", 1523 | "type": "user", 1524 | "links": [ 1525 | "channel-ruscadasecnews", 1526 | "group-ruscadasec" 1527 | ], 1528 | "imageUrl": "static/logo/user-anton-shipulin.jpg", 1529 | "url": "https://t.me/anton_shipulin" 1530 | }, 1531 | { 1532 | "id": "channel-ruscadasecnews", 1533 | "name": "RUSCADASEC news: Кибербезопасность АСУ ТП", 1534 | "type": "channel", 1535 | "links": [ 1536 | "group-ruscadasec" 1537 | ], 1538 | "imageUrl": "static/logo/channel-ruscadasecnews.jpg", 1539 | "url": "https://t.me/ruscadasecnews" 1540 | }, 1541 | { 1542 | "id": "group-ruscadasec", 1543 | "name": "RUSCADASEC community: Кибербезопасность АСУ ТП", 1544 | "type": "group", 1545 | "links": [], 1546 | "imageUrl": "static/logo/group-ruscadasec.jpg", 1547 | "url": "https://t.me/ruscadasec" 1548 | }, 1549 | { 1550 | "id": "user-router-os", 1551 | "name": "???", 1552 | "type": "user", 1553 | "links": [ 1554 | "group-router-os" 1555 | ], 1556 | "imageUrl": "static/logo/user.jpg", 1557 | "url": null 1558 | }, 1559 | { 1560 | "id": "group-router-os", 1561 | "name": "RouterOS Security MikroTik", 1562 | "type": "group", 1563 | "links": [], 1564 | "imageUrl": "static/logo/group-router-os.jpg", 1565 | "url": "https://t.me/router_os" 1566 | }, 1567 | { 1568 | "id": "user-kii187fz", 1569 | "name": "???", 1570 | "type": "user", 1571 | "links": [ 1572 | "group-kii187fz" 1573 | ], 1574 | "imageUrl": "static/logo/user.jpg", 1575 | "url": null 1576 | }, 1577 | { 1578 | "id": "group-kii187fz", 1579 | "name": "КИИ 187-ФЗ", 1580 | "type": "group", 1581 | "links": [], 1582 | "imageUrl": "static/logo/group-kii187fz.jpg", 1583 | "url": "https://t.me/kii187fz" 1584 | }, 1585 | { 1586 | "id": "user-komarov", 1587 | "name": "Алексей Комаров", 1588 | "type": "user", 1589 | "links": [ 1590 | "channel-zlonov", 1591 | "channel-authbiods" 1592 | ], 1593 | "imageUrl": "static/logo/user.jpg", 1594 | "url": null 1595 | }, 1596 | { 1597 | "id": "channel-zlonov", 1598 | "name": "ZLONOV", 1599 | "type": "channel", 1600 | "links": [], 1601 | "imageUrl": "static/logo/channel-zlonov.jpg", 1602 | "url": "https://t.me/zlonov" 1603 | }, 1604 | { 1605 | "id": "channel-authbiods", 1606 | "name": "Аутентификация, биометрия, электронная подпись", 1607 | "type": "channel", 1608 | "links": [], 1609 | "imageUrl": "static/logo/channel-authbiods.jpg", 1610 | "url": "https://t.me/authbiods" 1611 | }, 1612 | { 1613 | "id": "user-artemov", 1614 | "name": "Никита Артемов", 1615 | "type": "user", 1616 | "links": [ 1617 | "channel-artemov-security" 1618 | ], 1619 | "imageUrl": "static/logo/user.jpg", 1620 | "url": null 1621 | }, 1622 | { 1623 | "id": "channel-artemov-security", 1624 | "name": "Мыслить как безопасник", 1625 | "type": "channel", 1626 | "links": [], 1627 | "imageUrl": "static/logo/channel-artemov-security.jpg", 1628 | "url": "https://t.me/artemov_security" 1629 | }, 1630 | { 1631 | "id": "user-darknet-prison", 1632 | "name": "???", 1633 | "type": "user", 1634 | "links": [ 1635 | "channel-darknet-prison" 1636 | ], 1637 | "imageUrl": "static/logo/user.jpg", 1638 | "url": null 1639 | }, 1640 | { 1641 | "id": "channel-darknet-prison", 1642 | "name": "Горизонт Событий", 1643 | "type": "channel", 1644 | "links": [], 1645 | "imageUrl": "static/logo/channel-darknet-prison.jpg", 1646 | "url": "https://t.me/darknet_prison" 1647 | }, 1648 | { 1649 | "id": "user-nekaspersky", 1650 | "name": "???", 1651 | "type": "user", 1652 | "links": [ 1653 | "channel-nekaspersky" 1654 | ], 1655 | "imageUrl": "static/logo/user.jpg", 1656 | "url": null 1657 | }, 1658 | { 1659 | "id": "channel-nekaspersky", 1660 | "name": "НеКасперский", 1661 | "type": "channel", 1662 | "links": [], 1663 | "imageUrl": "static/logo/channel-nekaspersky.jpg", 1664 | "url": "https://t.me/nekaspersky" 1665 | }, 1666 | { 1667 | "id": "user-schwarz-osint", 1668 | "name": "Schwarz_Osint", 1669 | "type": "user", 1670 | "links": [ 1671 | "channel-schwarz-osint", 1672 | "group-geoint", 1673 | "group-intelligence-guild" 1674 | ], 1675 | "imageUrl": "static/logo/user-schwarz-osint.jpg", 1676 | "url": "https://t.me/schwarz_osint_contact" 1677 | }, 1678 | { 1679 | "id": "channel-schwarz-osint", 1680 | "name": "Schwarz_Osint", 1681 | "type": "channel", 1682 | "links": [ 1683 | "group-geoint" 1684 | ], 1685 | "imageUrl": "static/logo/channel-schwarz-osint.jpg", 1686 | "url": "https://t.me/schwarz_osint" 1687 | }, 1688 | { 1689 | "id": "group-geoint", 1690 | "name": "GEOINT", 1691 | "type": "group", 1692 | "links": [], 1693 | "imageUrl": "static/logo/group-geoint.jpg", 1694 | "url": "https://t.me/geoint" 1695 | }, 1696 | { 1697 | "id": "group-intelligence-guild", 1698 | "name": "Северная Пальмира", 1699 | "type": "group", 1700 | "links": [], 1701 | "imageUrl": "static/logo/group-intelligence-guild.jpg", 1702 | "url": "https://t.me/intelligence_guild" 1703 | } 1704 | ] 1705 | -------------------------------------------------------------------------------- /do.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python3 2 | from pprint import pprint 3 | import json 4 | import re 5 | from urllib.request import urlopen 6 | import sys 7 | import re 8 | import shutil 9 | from html import unescape 10 | 11 | RE_TME_IMG_URL = re.compile( 12 | r']+>\s*]+>([^<]+)' 16 | ) 17 | USER_PLACEHOLDER_IMAGE = 'static/logo/user.jpg' 18 | NODES_JSON_FILE = 'data/nodes.json' 19 | NODES_COMPILED_FILE = 'static/data/nodes.js' 20 | #ID_ROOT_NODE = 'scope-ru-osint-infosec' 21 | 22 | 23 | def build_tme_url(username): 24 | return 'https://t.me/%s' % username 25 | 26 | 27 | def get_tme_page(username): 28 | url = build_tme_url(username) 29 | html = urlopen(url).read().decode('utf-8') 30 | return html 31 | 32 | 33 | def action_getlogo(username, gid, html=None): 34 | if html is None: 35 | html = get_tme_page(username) 36 | match = RE_TME_IMG_URL.search(html) 37 | logo_path = 'static/logo/%s.jpg' % gid 38 | if not match: 39 | print('No image found, using placeholder') 40 | shutil.copyfile(USER_PLACEHOLDER_IMAGE, logo_path) 41 | else: 42 | img_url = match.group(1) 43 | print('Downloading %s' % img_url) 44 | img_data = urlopen(img_url).read() 45 | with open(logo_path, 'wb') as out: 46 | out.write(img_data) 47 | print('Saved %d bytes to %s' % (len(img_data), logo_path)) 48 | return logo_path 49 | 50 | 51 | def action_add(node_type, username, gid): 52 | assert node_type in [ 53 | 'user', 'channel', 'group', 54 | 'website', 'twitter', 'youtube' 55 | ] 56 | if node_type in ['user', 'channel', 'group']: 57 | if username == 'BLANK': 58 | name = '???' 59 | if node_type == 'user': 60 | logo_path = 'static/logo/user.jpg' 61 | else: 62 | logo_path = '' 63 | url = None 64 | else: 65 | html = get_tme_page(username) 66 | name = unescape(RE_TME_TITLE.search(html).group(1)) 67 | logo_path = action_getlogo(username, gid, html=html) 68 | url = build_tme_url(username) 69 | else: 70 | name = '' 71 | logo_path = '' 72 | url = None 73 | item = { 74 | 'id': gid, 75 | 'name': name, 76 | 'type': node_type, 77 | 'links': [], 78 | 'imageUrl': logo_path, 79 | 'url': url, 80 | } 81 | with open(NODES_JSON_FILE) as inp: 82 | data = json.load(inp) 83 | print('Loaded %d items from JSON file' % len(data)) 84 | #if node_type == 'user': 85 | # for node in data: 86 | # if node['id'] == ID_ROOT_NODE: 87 | # if not gid in node['links']: 88 | # node['links'].append(gid) 89 | data.append(item) 90 | print('Saved %d items to JSON file' % len(data)) 91 | with open(NODES_JSON_FILE, 'w') as out: 92 | out.write(json.dumps(data, indent=4, ensure_ascii=False)) 93 | action_compile() 94 | 95 | 96 | def action_compile(): 97 | with open(NODES_JSON_FILE) as inp: 98 | data = json.load(inp) 99 | with open(NODES_COMPILED_FILE, 'w') as out: 100 | json_data = json.dumps(data, indent=4, ensure_ascii=False) 101 | out.write('dataNodes = %s;' % json_data) 102 | print('Saved %d items to JS compiled file %s' % ( 103 | len(data), NODES_COMPILED_FILE 104 | )) 105 | 106 | 107 | def main(**kwargs): 108 | action = sys.argv[1] 109 | if action == 'getlogo': 110 | username = sys.argv[2] 111 | gid = sys.argv[3] 112 | action_getlogo(username, gid) 113 | elif action == 'add': 114 | node_type = sys.argv[2] 115 | username = sys.argv[3] 116 | gid = sys.argv[4] 117 | action_add(node_type, username, gid) 118 | elif action == 'compile': 119 | action_compile() 120 | else: 121 | sys.stderr.write('Unknown action: %s' % action) 122 | sys.exit(1) 123 | 124 | 125 | if __name__ == '__main__': 126 | main() 127 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 18 | 19 | 20 | Исходники на GitHub 21 |
22 | 23 | 120 | 121 | 122 | -------------------------------------------------------------------------------- /static/css/gh-fork-ribbon.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * "Fork me on GitHub" CSS ribbon v0.2.3 | MIT License 3 | * https://github.com/simonwhitaker/github-fork-ribbon-css 4 | */.github-fork-ribbon{width:12.1em;height:12.1em;position:absolute;overflow:hidden;top:0;right:0;z-index:9999;pointer-events:none;font-size:13px;text-decoration:none;text-indent:-999999px}.github-fork-ribbon.fixed{position:fixed}.github-fork-ribbon:active,.github-fork-ribbon:hover{background-color:rgba(0,0,0,0)}.github-fork-ribbon:after,.github-fork-ribbon:before{position:absolute;display:block;width:15.38em;height:1.54em;top:3.23em;right:-3.23em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.github-fork-ribbon:before{content:"";padding:.38em 0;background-color:#a00;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.15)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.15));background-image:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.15));background-image:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.15));background-image:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.15));background-image:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.15));-webkit-box-shadow:0 .15em .23em 0 rgba(0,0,0,.5);-moz-box-shadow:0 .15em .23em 0 rgba(0,0,0,.5);box-shadow:0 .15em .23em 0 rgba(0,0,0,.5);pointer-events:auto}.github-fork-ribbon:after{content:attr(data-ribbon);color:#fff;font:700 1em "Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.54em;text-decoration:none;text-shadow:0 -.08em rgba(0,0,0,.5);text-align:center;text-indent:0;padding:.15em 0;margin:.15em 0;border-width:.08em 0;border-style:dotted;border-color:#fff;border-color:rgba(255,255,255,.7)}.github-fork-ribbon.left-bottom,.github-fork-ribbon.left-top{right:auto;left:0}.github-fork-ribbon.left-bottom,.github-fork-ribbon.right-bottom{top:auto;bottom:0}.github-fork-ribbon.left-bottom:after,.github-fork-ribbon.left-bottom:before,.github-fork-ribbon.left-top:after,.github-fork-ribbon.left-top:before{right:auto;left:-3.23em}.github-fork-ribbon.left-bottom:after,.github-fork-ribbon.left-bottom:before,.github-fork-ribbon.right-bottom:after,.github-fork-ribbon.right-bottom:before{top:auto;bottom:3.23em}.github-fork-ribbon.left-top:after,.github-fork-ribbon.left-top:before,.github-fork-ribbon.right-bottom:after,.github-fork-ribbon.right-bottom:before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)} 5 | /*# sourceMappingURL=gh-fork-ribbon.min.css.map */ -------------------------------------------------------------------------------- /static/data/nodes.js: -------------------------------------------------------------------------------- 1 | dataNodes = [ 2 | { 3 | "id": "scope-ru", 4 | "type": "scope", 5 | "name": "", 6 | "links": [], 7 | "imageUrl": "static/logo/scope-house.png", 8 | "url": null 9 | }, 10 | { 11 | "id": "scope-ru-osint", 12 | "type": "scope", 13 | "name": "OSINT", 14 | "links": [ 15 | "scope-ru", 16 | "user-romachev", 17 | "user-masalovich", 18 | "user-timohin", 19 | "user-ciartem", 20 | "user-dstoun", 21 | "user-osintby", 22 | "user-satana666mx", 23 | "user-antipovevgenii", 24 | "user-beholderishere", 25 | "user-r3dhunt", 26 | "user-gijnru", 27 | "user-bederov", 28 | "user-gspdnsobaka", 29 | "user-jsdio", 30 | "user-usersbox", 31 | "user-cyb-detective", 32 | "user-agent-noreply", 33 | "user-soxoj", 34 | "user-denis-wagner", 35 | "user-madspectator", 36 | "user-schwarz-osint" 37 | ], 38 | "imageUrl": "static/logo/scope-house.png", 39 | "url": null 40 | }, 41 | { 42 | "id": "scope-ru-infosec", 43 | "type": "scope", 44 | "name": "Info Security", 45 | "links": [ 46 | "scope-ru", 47 | "user-iskra112", 48 | "user-infosecurityevil", 49 | "user-gebutcher", 50 | "user-shadow", 51 | "user-kvakirsanov", 52 | "user-yarbabin", 53 | "user-true-secator", 54 | "user-cybred", 55 | "user-codeby", 56 | "user-ibooom", 57 | "user-freedomf0x", 58 | "user-alukatsk", 59 | "org-elcomsoft", 60 | "user-vektort13", 61 | "user-pavlovich", 62 | "user-tomhunter", 63 | "user-followmebla", 64 | "user-cyberyozh", 65 | "user-mifkilla", 66 | "user-itscrt", 67 | "user-cepter", 68 | "user-over", 69 | "user-my-cyde", 70 | "user-zeroday", 71 | "user-ralf-hacker", 72 | "user-x86corez", 73 | "org-group-ib", 74 | "user-seadm1n", 75 | "user-defcon", 76 | "user-ksvark", 77 | "user-cyberjobsrussia", 78 | "user-dc8044", 79 | "user-anton-shipulin", 80 | "user-router-os", 81 | "user-kii187fz", 82 | "user-komarov", 83 | "user-artemov", 84 | "user-darknet-prison", 85 | "user-nekaspersky" 86 | ], 87 | "imageUrl": "static/logo/scope-house.png", 88 | "url": null 89 | }, 90 | { 91 | "id": "scope-ru-data", 92 | "type": "scope", 93 | "name": "Data", 94 | "links": [ 95 | "scope-ru", 96 | "user-persdata", 97 | "user-begtin", 98 | "user-alexmaknet", 99 | "user-hexuary", 100 | "user-ashotog", 101 | "user-johnripper" 102 | ], 103 | "imageUrl": "static/logo/scope-house.png", 104 | "url": null 105 | }, 106 | { 107 | "id": "user-madspectator", 108 | "type": "user", 109 | "name": "madspectator", 110 | "links": [ 111 | "channel-grablab-osint-news-ru", 112 | "group-grablab-osint-ru", 113 | "github-lorien" 114 | ], 115 | "imageUrl": "static/logo/user.jpg", 116 | "url": "https://t.me/madspectator" 117 | }, 118 | { 119 | "id": "channel-grablab-osint-news-ru", 120 | "name": "GrabLab OSINT Ru Новости", 121 | "type": "channel", 122 | "links": [ 123 | "group-grablab-osint-ru" 124 | ], 125 | "imageUrl": "static/logo/group-grablab-osint-news-ru.jpg", 126 | "url": "https://t.me/grablab_osint_news_ru" 127 | }, 128 | { 129 | "id": "group-grablab-osint-ru", 130 | "name": "GrabLab OSINT Ru Чат", 131 | "type": "group", 132 | "links": [], 133 | "imageUrl": "static/logo/group-grablab-osint-ru.jpg", 134 | "url": "https://t.me/grablab_osint_ru" 135 | }, 136 | { 137 | "id": "github-lorien", 138 | "name": "lorien", 139 | "type": "github", 140 | "links": [], 141 | "imageUrl": "static/logo/github.png", 142 | "url": "https://github.com/lorien" 143 | }, 144 | { 145 | "id": "user-agent-noreply", 146 | "name": "Agent", 147 | "type": "user", 148 | "links": [ 149 | "group-howtofind-chat", 150 | "channel-howtofind-ru" 151 | ], 152 | "imageUrl": "static/logo/user-agent-noreply.jpg", 153 | "url": "https://t.me/agent_noreply" 154 | }, 155 | { 156 | "id": "group-howtofind-chat", 157 | "name": "Public HowToFind Group", 158 | "type": "group", 159 | "links": [], 160 | "imageUrl": "static/logo/group-howtofind-chat.jpg", 161 | "url": "https://t.me/howtofind_chat" 162 | }, 163 | { 164 | "id": "channel-howtofind-ru", 165 | "name": "HowToFind на русском", 166 | "type": "channel", 167 | "links": [ 168 | "group-howtofind-chat" 169 | ], 170 | "imageUrl": "static/logo/channel-howtofind-ru.jpg", 171 | "url": "https://t.me/howtofind_ru" 172 | }, 173 | { 174 | "id": "user-soxoj", 175 | "name": "Soxoj", 176 | "type": "user", 177 | "links": [ 178 | "channel-osint-mindset", 179 | "github-soxoj" 180 | ], 181 | "imageUrl": "static/logo/user-soxoj.jpg", 182 | "url": "https://t.me/soxoj" 183 | }, 184 | { 185 | "id": "channel-osint-mindset", 186 | "name": "OSINT mindset", 187 | "type": "channel", 188 | "links": [], 189 | "imageUrl": "static/logo/channel-osint-mindset.jpg", 190 | "url": "https://t.me/osint_mindset" 191 | }, 192 | { 193 | "id": "github-soxoj", 194 | "name": "soxoj", 195 | "type": "github", 196 | "links": [], 197 | "imageUrl": "static/logo/user-soxoj.jpg", 198 | "url": "https://github.com/soxoj" 199 | }, 200 | { 201 | "id": "user-denis-wagner", 202 | "name": "Denis Wagner", 203 | "type": "user", 204 | "links": [ 205 | "channel-osint-rf-lib", 206 | "group-osint-rf", 207 | "group-osint-search" 208 | ], 209 | "imageUrl": "static/logo/user-denis-wagner.jpg", 210 | "url": null 211 | }, 212 | { 213 | "id": "channel-osint-rf-lib", 214 | "name": "Библиотека цифровой разведки - OSINT", 215 | "type": "channel", 216 | "links": [ 217 | "group-osint-rf" 218 | ], 219 | "imageUrl": "static/logo/channel-osint-rf-lib.jpg", 220 | "url": "https://t.me/osint_rf_lib" 221 | }, 222 | { 223 | "id": "group-osint-rf", 224 | "name": "OSINT | Сетевая разведка и поиск | Цифровая криминалистика | Forensic | Netstalking", 225 | "type": "group", 226 | "links": [], 227 | "imageUrl": "static/logo/group-osint-rf.jpg", 228 | "url": "https://t.me/osint_rf" 229 | }, 230 | { 231 | "id": "group-osint-search", 232 | "name": "OSINT | Поиск людей | Розыск преступников | Интернет-расследования", 233 | "type": "group", 234 | "links": [], 235 | "imageUrl": "static/logo/group-osint-search.jpg", 236 | "url": "https://t.me/osint_search" 237 | }, 238 | { 239 | "id": "user-cyberyozh", 240 | "name": "Cyber Yozh", 241 | "type": "user", 242 | "links": [ 243 | "channel-cyberyozh-official", 244 | "group-cyberyozhtalks" 245 | ], 246 | "imageUrl": "static/logo/user.jpg", 247 | "url": null 248 | }, 249 | { 250 | "id": "channel-cyberyozh-official", 251 | "name": "CyberYozh", 252 | "type": "channel", 253 | "links": [ 254 | "group-cyberyozhtalks" 255 | ], 256 | "imageUrl": "static/logo/channel-cyberyozh-official.jpg", 257 | "url": "https://t.me/cyberyozh_official" 258 | }, 259 | { 260 | "id": "group-cyberyozhtalks", 261 | "name": "CyberYozh Talks", 262 | "type": "group", 263 | "links": [], 264 | "imageUrl": "static/logo/group-cyberyozhtalks.jpg", 265 | "url": "https://t.me/cyberyozhtalks" 266 | }, 267 | { 268 | "id": "user-gspdnsobaka", 269 | "name": "господин собака", 270 | "type": "user", 271 | "links": [ 272 | "channel-osint-club-channel", 273 | "group-osint-club" 274 | ], 275 | "imageUrl": "static/logo/user-gspdnsobaka.jpg", 276 | "url": "https://t.me/gspdnsobaka" 277 | }, 278 | { 279 | "id": "user-jsdio", 280 | "name": "Григорич", 281 | "type": "user", 282 | "links": [ 283 | "channel-osint-club-channel", 284 | "group-osint-club" 285 | ], 286 | "imageUrl": "static/logo/user-jsdio.jpg", 287 | "url": "https://t.me/jsdio" 288 | }, 289 | { 290 | "id": "group-osint-club", 291 | "name": "OSINT Club", 292 | "type": "group", 293 | "links": [], 294 | "imageUrl": "static/logo/group-osint-club.jpg", 295 | "url": "https://t.me/osint_club" 296 | }, 297 | { 298 | "id": "channel-osint-club-channel", 299 | "name": "OSINT CLUB", 300 | "type": "channel", 301 | "links": [ 302 | "group-osint-club" 303 | ], 304 | "imageUrl": "static/logo/channel-osint-club-channel.jpg", 305 | "url": "https://t.me/osint_club_channel" 306 | }, 307 | { 308 | "id": "channel-b4tr-channel", 309 | "name": "b4tr_channel", 310 | "type": "channel", 311 | "links": [], 312 | "imageUrl": "static/logo/channel-b4tr-channel.jpg", 313 | "url": "https://t.me/b4tr_channel" 314 | }, 315 | { 316 | "id": "user-followmebla", 317 | "name": "Follow me!", 318 | "type": "user", 319 | "links": [ 320 | "channel-b4tr-channel" 321 | ], 322 | "imageUrl": "static/logo/user.jpg", 323 | "url": "https://t.me/followmebla" 324 | }, 325 | { 326 | "id": "user-alexmaknet", 327 | "name": "Error retrieving username", 328 | "type": "user", 329 | "links": [ 330 | "channel-alexmakus" 331 | ], 332 | "imageUrl": "static/logo/user-alexmaknet.jpg", 333 | "url": "https://t.me/alexmaknet" 334 | }, 335 | { 336 | "id": "channel-alexmakus", 337 | "name": "Информация опасносте", 338 | "type": "channel", 339 | "links": [], 340 | "imageUrl": "static/logo/channel-alexmakus.jpg", 341 | "url": "https://t.me/alexmakus" 342 | }, 343 | { 344 | "id": "user-bederov", 345 | "name": "Игорь Бедеров", 346 | "type": "user", 347 | "links": [ 348 | "channel-irozysk", 349 | "group-comments-irozysk", 350 | "website-irozysk" 351 | ], 352 | "imageUrl": "static/logo/user.jpg", 353 | "url": "https://t.me/ibederov" 354 | }, 355 | { 356 | "id": "channel-irozysk", 357 | "name": "Интернет-Розыск", 358 | "type": "channel", 359 | "links": [ 360 | "group-comments-irozysk" 361 | ], 362 | "imageUrl": "static/logo/channel-irozysk.jpg", 363 | "url": "https://t.me/irozysk" 364 | }, 365 | { 366 | "id": "group-comments-irozysk", 367 | "name": "ЯМы OSINT", 368 | "type": "group", 369 | "links": [], 370 | "imageUrl": "static/logo/group-comments-irozysk.jpg", 371 | "url": "https://t.me/comments_irozysk" 372 | }, 373 | { 374 | "id": "website-irozysk", 375 | "name": "Интернет-Розыск", 376 | "type": "website", 377 | "links": [], 378 | "imageUrl": "static/logo/website-irozysk.png", 379 | "url": "https://интернет-розыск.рф" 380 | }, 381 | { 382 | "id": "user-tomhunter", 383 | "name": "Tom Hunter", 384 | "type": "user", 385 | "links": [ 386 | "channel-tomhunter" 387 | ], 388 | "imageUrl": "static/logo/user.jpg", 389 | "url": null 390 | }, 391 | { 392 | "id": "channel-tomhunter", 393 | "name": "T.Hunter", 394 | "type": "channel", 395 | "links": [], 396 | "imageUrl": "static/logo/channel-tomhunter.jpg", 397 | "url": "https://t.me/tomhunter" 398 | }, 399 | { 400 | "id": "user-gijnru", 401 | "name": "???", 402 | "type": "user", 403 | "links": [ 404 | "channel-gijnru" 405 | ], 406 | "imageUrl": "static/logo/user.jpg", 407 | "url": null 408 | }, 409 | { 410 | "id": "channel-gijnru", 411 | "name": "Глобальная сеть журналистов-расследователей", 412 | "type": "channel", 413 | "links": [], 414 | "imageUrl": "static/logo/channel-gijnru.jpg", 415 | "url": "https://t.me/gijnru" 416 | }, 417 | { 418 | "id": "user-r3dhunt", 419 | "name": "R3dhunt", 420 | "type": "user", 421 | "links": [ 422 | "channel-russian-osint", 423 | "youtube-russianosint" 424 | ], 425 | "imageUrl": "static/logo/user-r3dhunt.jpg", 426 | "url": "https://t.me/r3dhunt" 427 | }, 428 | { 429 | "id": "channel-russian-osint", 430 | "name": "Russian OSINT", 431 | "type": "channel", 432 | "links": [ 433 | "youtube-russianosint" 434 | ], 435 | "imageUrl": "static/logo/channel-russian-osint.jpg", 436 | "url": "https://t.me/russian_osint" 437 | }, 438 | { 439 | "id": "youtube-russianosint", 440 | "name": "Russian OSINT", 441 | "type": "youtube", 442 | "links": [], 443 | "imageUrl": "static/logo/channel-russian-osint.jpg", 444 | "url": "https://youtube.com/c/RussianOSINT" 445 | }, 446 | { 447 | "id": "user-beholderishere", 448 | "name": "Beholder Is Here", 449 | "type": "user", 450 | "links": [ 451 | "channel-forensictools", 452 | "group-forensictoolslive", 453 | "channel-netsurvivalist" 454 | ], 455 | "imageUrl": "static/logo/user-beholderishere.jpg", 456 | "url": "https://t.me/beholderishere" 457 | }, 458 | { 459 | "id": "channel-forensictools", 460 | "name": "Investigation&Forensic Tools", 461 | "type": "channel", 462 | "links": [ 463 | "group-forensictoolslive" 464 | ], 465 | "imageUrl": "static/logo/channel-forensictools.jpg", 466 | "url": "https://t.me/forensictools" 467 | }, 468 | { 469 | "id": "group-forensictoolslive", 470 | "name": "Investigation&Forensic Tools Live", 471 | "type": "group", 472 | "links": [], 473 | "imageUrl": "static/logo/group-forensictoolslive.jpg", 474 | "url": "https://t.me/forensictoolslive" 475 | }, 476 | { 477 | "id": "channel-netsurvivalist", 478 | "name": "Net Survivalist", 479 | "type": "channel", 480 | "links": [], 481 | "imageUrl": "static/logo/channel-netsurvivalist.jpg", 482 | "url": "https://t.me/netsurvivalist" 483 | }, 484 | { 485 | "id": "user-ashotog", 486 | "name": "Ashot Oganesyan", 487 | "type": "user", 488 | "links": [ 489 | "channel-dataleak" 490 | ], 491 | "imageUrl": "static/logo/user-ashotog.jpg", 492 | "url": "https://t.me/ashotog" 493 | }, 494 | { 495 | "id": "channel-dataleak", 496 | "name": "Investigation&Forensic Tools", 497 | "type": "channel", 498 | "links": [], 499 | "imageUrl": "static/logo/channel-dataleak.jpg", 500 | "url": "https://t.me/dataleak" 501 | }, 502 | { 503 | "id": "user-cyb-detective", 504 | "name": "Stranger", 505 | "type": "user", 506 | "links": [ 507 | "channel-cybdetective" 508 | ], 509 | "imageUrl": "static/logo/user.jpg", 510 | "url": "https://t.me/cyb_detective" 511 | }, 512 | { 513 | "id": "channel-cybdetective", 514 | "name": "Cyber_detective", 515 | "type": "channel", 516 | "links": [], 517 | "imageUrl": "static/logo/channel-cybdetective.jpg", 518 | "url": "https://t.me/cybdetective" 519 | }, 520 | { 521 | "id": "user-x86corez", 522 | "name": "Stas'M", 523 | "type": "user", 524 | "links": [ 525 | "channel-routerscan" 526 | ], 527 | "imageUrl": "static/logo/user-x86corez.jpg", 528 | "url": "https://t.me/x86corez" 529 | }, 530 | { 531 | "id": "channel-routerscan", 532 | "name": "Router Scan", 533 | "type": "channel", 534 | "links": [], 535 | "imageUrl": "static/logo/channel-routerscan.jpg", 536 | "url": "https://t.me/routerscan" 537 | }, 538 | { 539 | "id": "user-antipovevgenii", 540 | "name": "Евгений Антипов", 541 | "type": "user", 542 | "links": [ 543 | "channel-antipov" 544 | ], 545 | "imageUrl": "static/logo/user-antipovevgenii.jpg", 546 | "url": "https://t.me/AntipovEvgenii" 547 | }, 548 | { 549 | "id": "channel-antipov", 550 | "name": "Antipov", 551 | "type": "channel", 552 | "links": [], 553 | "imageUrl": "static/logo/channel-antipov.jpg", 554 | "url": "https://t.me/antipov" 555 | }, 556 | { 557 | "id": "user-begtin", 558 | "name": "Иван Бегтин", 559 | "type": "user", 560 | "links": [ 561 | "channel-begtin", 562 | "group-begtinchat" 563 | ], 564 | "imageUrl": "static/logo/user.jpg", 565 | "url": null 566 | }, 567 | { 568 | "id": "channel-begtin", 569 | "name": "Ivan Begtin", 570 | "type": "channel", 571 | "links": [ 572 | "group-begtinchat" 573 | ], 574 | "imageUrl": "static/logo/channel-begtin.jpg", 575 | "url": "https://t.me/begtin" 576 | }, 577 | { 578 | "id": "group-begtinchat", 579 | "name": "Чат к каналу @begtin", 580 | "type": "group", 581 | "links": [], 582 | "imageUrl": "static/logo/group-begtinchat.jpg", 583 | "url": "https://t.me/begtinchat" 584 | }, 585 | { 586 | "id": "user-pavlovich", 587 | "name": "Сергей Павлович", 588 | "type": "user", 589 | "links": [ 590 | "channel-people-pro-main", 591 | "youtube-peoplepro" 592 | ], 593 | "imageUrl": "static/logo/user.jpg", 594 | "url": null 595 | }, 596 | { 597 | "id": "channel-people-pro-main", 598 | "name": "Люди PRO", 599 | "type": "channel", 600 | "links": [ 601 | "youtube-peoplepro" 602 | ], 603 | "imageUrl": "static/logo/channel-people-pro-main.jpg", 604 | "url": "https://t.me/people_pro_main" 605 | }, 606 | { 607 | "id": "youtube-peoplepro", 608 | "name": "Люди PRO", 609 | "type": "youtube", 610 | "links": [], 611 | "imageUrl": "static/logo/youtube-peoplepro.jpg", 612 | "url": "https://www.youtube.com/peoplepro" 613 | }, 614 | { 615 | "id": "user-johnripper", 616 | "name": "John", 617 | "type": "user", 618 | "links": [ 619 | "channel-data1eaks" 620 | ], 621 | "imageUrl": "static/logo/user-johnripper.jpg", 622 | "url": "https://t.me/j0hnr1pp3r" 623 | }, 624 | { 625 | "id": "channel-data1eaks", 626 | "name": "Data1eaks | Утечки баз данных", 627 | "type": "channel", 628 | "links": [], 629 | "imageUrl": "static/logo/channel-data1eaks.jpg", 630 | "url": "https://t.me/data1eaks" 631 | }, 632 | { 633 | "id": "user-hexuary", 634 | "name": "BIN", 635 | "type": "user", 636 | "links": [ 637 | "channel-hashb1n" 638 | ], 639 | "imageUrl": "static/logo/user-hexuary.jpg", 640 | "url": "https://t.me/hexuary" 641 | }, 642 | { 643 | "id": "channel-hashb1n", 644 | "name": "bin", 645 | "type": "channel", 646 | "links": [], 647 | "imageUrl": "static/logo/channel-hashb1n.jpg", 648 | "url": "https://t.me/hashb1n" 649 | }, 650 | { 651 | "id": "user-vektort13", 652 | "name": "Vektor (AFK) Support", 653 | "type": "user", 654 | "links": [ 655 | "channel-vschannel", 656 | "group-antidetectchat", 657 | "youtube-vektort13" 658 | ], 659 | "imageUrl": "static/logo/user-vektort13.jpg", 660 | "url": "https://t.me/vektort13" 661 | }, 662 | { 663 | "id": "channel-vschannel", 664 | "name": "Vektor Security Channel", 665 | "type": "channel", 666 | "links": [ 667 | "group-antidetectchat", 668 | "youtube-vektort13" 669 | ], 670 | "imageUrl": "static/logo/channel-vschannel.jpg", 671 | "url": "https://t.me/vschannel" 672 | }, 673 | { 674 | "id": "group-antidetectchat", 675 | "name": "Multiacc party [Russian]", 676 | "type": "group", 677 | "links": [], 678 | "imageUrl": "static/logo/group-antidetectchat.jpg", 679 | "url": "https://t.me/antidetectchat" 680 | }, 681 | { 682 | "id": "youtube-vektort13", 683 | "name": "Vektor T13", 684 | "type": "youtube", 685 | "links": [], 686 | "imageUrl": "static/logo/youtube-vektort13.jpg", 687 | "url": "https://youtube.com/c/vektort13" 688 | }, 689 | { 690 | "id": "user-satana666mx", 691 | "name": "Bafomёd. Максим Понамарев", 692 | "type": "user", 693 | "links": [ 694 | "channel-osint-san-framework", 695 | "group-osint-san", 696 | "github-bafomet666" 697 | ], 698 | "imageUrl": "static/logo/user-satana666mx.jpg", 699 | "url": "https://t.me/satana666mx" 700 | }, 701 | { 702 | "id": "channel-osint-san-framework", 703 | "name": "Bafomёd OSINT", 704 | "type": "channel", 705 | "links": [ 706 | "group-osint-san" 707 | ], 708 | "imageUrl": "static/logo/channel-osint-san-framework.jpg", 709 | "url": "https://t.me/osint_san_framework" 710 | }, 711 | { 712 | "id": "group-osint-san", 713 | "name": "OSINT-SAN", 714 | "type": "group", 715 | "links": [], 716 | "imageUrl": "static/logo/group-osint-san.jpg", 717 | "url": "https://t.me/joinchat/4qnEndyYOrdlNmJi" 718 | }, 719 | { 720 | "id": "github-bafomet666", 721 | "name": "Bafomet666", 722 | "type": "github", 723 | "links": [], 724 | "imageUrl": "static/logo/github-bafomet666.jpg", 725 | "url": "https://github.com/bafomet666" 726 | }, 727 | { 728 | "id": "org-elcomsoft", 729 | "name": "Elcomsoft", 730 | "type": "org", 731 | "links": [ 732 | "channel-elcomsoftru", 733 | "channel-elcomsoft" 734 | ], 735 | "imageUrl": "static/logo/org-elcomsoft.jpg", 736 | "url": "https://www.elcomsoft.ru" 737 | }, 738 | { 739 | "id": "channel-elcomsoftru", 740 | "name": "Elcomsoft RU", 741 | "type": "channel", 742 | "links": [], 743 | "imageUrl": "static/logo/channel-elcomsoftru.jpg", 744 | "url": "https://t.me/elcomsoftru" 745 | }, 746 | { 747 | "id": "channel-elcomsoft", 748 | "name": "Elcomsoft", 749 | "type": "channel", 750 | "links": [], 751 | "imageUrl": "static/logo/channel-elcomsoft.jpg", 752 | "url": "https://t.me/elcomsoft" 753 | }, 754 | { 755 | "id": "user-osintby", 756 | "name": "???", 757 | "type": "user", 758 | "links": [ 759 | "channel-osintby", 760 | "group-osintby-chat" 761 | ], 762 | "imageUrl": "static/logo/user.jpg", 763 | "url": null 764 | }, 765 | { 766 | "id": "channel-osintby", 767 | "name": "OSINT Беларусь", 768 | "type": "channel", 769 | "links": [ 770 | "group-osintby-chat" 771 | ], 772 | "imageUrl": "static/logo/channel-osintby.jpg", 773 | "url": "https://t.me/osintby" 774 | }, 775 | { 776 | "id": "group-osintby-chat", 777 | "name": "OSINT Беларусь Чат", 778 | "type": "group", 779 | "links": [], 780 | "imageUrl": "static/logo/group-osintby-chat.jpg", 781 | "url": "https://t.me/osintby_chat" 782 | }, 783 | { 784 | "id": "user-dstoun", 785 | "name": "D.Stoun", 786 | "type": "user", 787 | "links": [ 788 | "channel-pulsechanel" 789 | ], 790 | "imageUrl": "static/logo/user-dstoun.jpg", 791 | "url": "https://t.me/dstoun" 792 | }, 793 | { 794 | "id": "channel-pulsechanel", 795 | "name": "PulSe", 796 | "type": "channel", 797 | "links": [], 798 | "imageUrl": "static/logo/channel-pulsechanel.jpg", 799 | "url": "https://t.me/pulsechanel" 800 | }, 801 | { 802 | "id": "user-ciartem", 803 | "name": "AS", 804 | "type": "user", 805 | "links": [ 806 | "channel-molfar-bi" 807 | ], 808 | "imageUrl": "static/logo/user-ciartem.jpg", 809 | "url": "https://t.me/ciartem" 810 | }, 811 | { 812 | "id": "channel-molfar-bi", 813 | "name": "Molfar об OSINT", 814 | "type": "channel", 815 | "links": [], 816 | "imageUrl": "static/logo/channel-molfar-bi.jpg", 817 | "url": "https://t.me/molfar_bi" 818 | }, 819 | { 820 | "id": "user-timohin", 821 | "name": "Александр Тимохин", 822 | "type": "user", 823 | "links": [ 824 | "channel-rosint-info" 825 | ], 826 | "imageUrl": "static/logo/channel-rosint-info.jpg", 827 | "url": "https://t.me/rosint_info" 828 | }, 829 | { 830 | "id": "channel-rosint-info", 831 | "name": "ROSINT: Интернет-разведка с человеческим лицом", 832 | "type": "channel", 833 | "links": [], 834 | "imageUrl": "static/logo/channel-rosint-info.jpg", 835 | "url": "https://t.me/rosint_info" 836 | }, 837 | { 838 | "id": "user-masalovich", 839 | "name": "Андрей Масалович", 840 | "type": "user", 841 | "links": [ 842 | "channel-maspartners", 843 | "youtube-kiberded" 844 | ], 845 | "imageUrl": "static/logo/user.jpg", 846 | "url": null 847 | }, 848 | { 849 | "id": "channel-maspartners", 850 | "name": "Масалович и партнеры: OSINT", 851 | "type": "channel", 852 | "links": [ 853 | "youtube-kiberded" 854 | ], 855 | "imageUrl": "static/logo/channel-maspartners.jpg", 856 | "url": "https://t.me/maspartners" 857 | }, 858 | { 859 | "id": "youtube-kiberded", 860 | "name": "КиберДед", 861 | "type": "channel", 862 | "links": [], 863 | "imageUrl": "static/logo/youtube-kiberded.jpg", 864 | "url": "https://www.youtube.com/c/KiberDed" 865 | }, 866 | { 867 | "id": "user-itscrt", 868 | "name": "Админка IT&FCK RKN", 869 | "type": "user", 870 | "links": [ 871 | "channel-tg-security" 872 | ], 873 | "imageUrl": "static/logo/user-itscrt.jpg", 874 | "url": "https://t.me/it_scrt" 875 | }, 876 | { 877 | "id": "channel-tg-security", 878 | "name": "IT&Безопасность", 879 | "type": "channel", 880 | "links": [], 881 | "imageUrl": "static/logo/channel-tg-security.jpg", 882 | "url": "https://t.me/tg_security" 883 | }, 884 | { 885 | "id": "user-zeroday", 886 | "name": "???", 887 | "type": "user", 888 | "links": [ 889 | "channel-zeroday-spb" 890 | ], 891 | "imageUrl": "static/logo/user.jpg", 892 | "url": null 893 | }, 894 | { 895 | "id": "channel-zeroday-spb", 896 | "name": "ZERO-DAY", 897 | "type": "channel", 898 | "links": [], 899 | "imageUrl": "static/logo/channel-zeroday-spb.jpg", 900 | "url": "https://t.me/zeroday_spb" 901 | }, 902 | { 903 | "id": "user-over", 904 | "name": "Игорь Овер", 905 | "type": "user", 906 | "links": [ 907 | "channel-overlamer1" 908 | ], 909 | "imageUrl": "static/logo/user.jpg", 910 | "url": null 911 | }, 912 | { 913 | "id": "channel-overlamer1", 914 | "name": "LAMERLAND - overbafer1", 915 | "type": "channel", 916 | "links": [], 917 | "imageUrl": "static/logo/channel-overlamer1.jpg", 918 | "url": "https://t.me/overlamer1" 919 | }, 920 | { 921 | "id": "user-alukatsk", 922 | "name": "Alexey Lukatsky", 923 | "type": "user", 924 | "links": [ 925 | "channel-alukatsky", 926 | "youtube-lukatsky", 927 | "website-lukatsky", 928 | "twitter-alukatsky" 929 | ], 930 | "imageUrl": "static/logo/user-alukatsk.jpg", 931 | "url": "https://t.me/alukatsk" 932 | }, 933 | { 934 | "id": "channel-alukatsky", 935 | "name": "Пост Лукацкого", 936 | "type": "channel", 937 | "links": [], 938 | "imageUrl": "static/logo/channel-alukatsky.jpg", 939 | "url": "https://t.me/alukatsky" 940 | }, 941 | { 942 | "id": "youtube-lukatsky", 943 | "name": "Alexey Lukatsky", 944 | "type": "youtube", 945 | "links": [], 946 | "imageUrl": "static/logo/youtube-lukatsky.jpg", 947 | "url": "https://www.youtube.com/user/Lukatsky" 948 | }, 949 | { 950 | "id": "website-lukatsky", 951 | "name": "Бизнес без опасности", 952 | "type": "website", 953 | "links": [], 954 | "imageUrl": "static/logo/website-lukatsky.jpg", 955 | "url": "https://lukatsky.ru" 956 | }, 957 | { 958 | "id": "twitter-alukatsky", 959 | "name": "Alexey Lukatsky", 960 | "type": "twitter", 961 | "links": [], 962 | "imageUrl": "static/logo/twitter-alukatsky.jpg", 963 | "url": "https://alukatsky.ru" 964 | }, 965 | { 966 | "id": "user-romachev", 967 | "name": "Roman Romachev", 968 | "type": "user", 969 | "links": [ 970 | "channel-rtechnocom", 971 | "website-rtechno" 972 | ], 973 | "imageUrl": "static/logo/user-romachev.jpg", 974 | "url": "https://t.me/romachev" 975 | }, 976 | { 977 | "id": "channel-rtechnocom", 978 | "name": "Сводки частной разведки", 979 | "type": "channel", 980 | "links": [], 981 | "imageUrl": "static/logo/channel-rtechnocom.jpg", 982 | "url": "https://t.me/rtechnocom" 983 | }, 984 | { 985 | "id": "website-rtechno", 986 | "name": "r-techno", 987 | "type": "website", 988 | "links": [], 989 | "imageUrl": "static/logo/website-rtechno.png", 990 | "url": "https://r-techno.com" 991 | }, 992 | { 993 | "id": "user-freedomf0x", 994 | "name": "Павел Ситников", 995 | "type": "user", 996 | "links": [ 997 | "channel-freedomf0x" 998 | ], 999 | "imageUrl": "static/logo/user.jpg", 1000 | "url": null 1001 | }, 1002 | { 1003 | "id": "channel-freedomf0x", 1004 | "name": "Freedom F0x", 1005 | "type": "channel", 1006 | "links": [], 1007 | "imageUrl": "static/logo/channel-freedomf0x.jpg", 1008 | "url": "https://t.me/freedomf0x" 1009 | }, 1010 | { 1011 | "id": "user-ibooom", 1012 | "name": "Bo0oM", 1013 | "type": "user", 1014 | "links": [ 1015 | "group-webpwnchat" 1016 | ], 1017 | "imageUrl": "static/logo/user-ibooom.jpg", 1018 | "url": "https://t.me/i_bo0om" 1019 | }, 1020 | { 1021 | "id": "group-webpwnchat", 1022 | "name": "WebPwnChat", 1023 | "type": "group", 1024 | "links": [], 1025 | "imageUrl": "static/logo/group-webpwnchat.jpg", 1026 | "url": "https://t.me/webpwnchat" 1027 | }, 1028 | { 1029 | "id": "user-codeby", 1030 | "name": "???", 1031 | "type": "user", 1032 | "links": [ 1033 | "group-thecodeby", 1034 | "channel-codeby-sec", 1035 | "website-codeby" 1036 | ], 1037 | "imageUrl": "static/logo/user.jpg", 1038 | "url": null 1039 | }, 1040 | { 1041 | "id": "channel-codeby-sec", 1042 | "name": "Codeby Pentest", 1043 | "type": "channel", 1044 | "links": [ 1045 | "group-thecodeby" 1046 | ], 1047 | "imageUrl": "static/logo/channel-codeby-sec.jpg", 1048 | "url": "https://t.me/codeby_sec" 1049 | }, 1050 | { 1051 | "id": "group-thecodeby", 1052 | "name": "The Codeby", 1053 | "type": "group", 1054 | "links": [], 1055 | "imageUrl": "static/logo/group-thecodeby.jpg", 1056 | "url": "https://t.me/thecodeby" 1057 | }, 1058 | { 1059 | "id": "website-codeby", 1060 | "name": "CODEBY.NET", 1061 | "type": "website", 1062 | "links": [], 1063 | "imageUrl": "static/logo/website-codeby.jpg", 1064 | "url": "https://codeby.net" 1065 | }, 1066 | { 1067 | "id": "user-cybred", 1068 | "name": "???", 1069 | "type": "user", 1070 | "links": [ 1071 | "channel-cybred" 1072 | ], 1073 | "imageUrl": "static/logo/user.jpg", 1074 | "url": "https://t.me/moodytalk_bot" 1075 | }, 1076 | { 1077 | "id": "channel-cybred", 1078 | "name": "Cybred", 1079 | "type": "channel", 1080 | "links": [], 1081 | "imageUrl": "static/logo/channel-cybred.jpg", 1082 | "url": "https://t.me/cybred" 1083 | }, 1084 | { 1085 | "id": "user-true-secator", 1086 | "name": "???", 1087 | "type": "user", 1088 | "links": [ 1089 | "channel-true-secator" 1090 | ], 1091 | "imageUrl": "static/logo/user.jpg", 1092 | "url": null 1093 | }, 1094 | { 1095 | "id": "channel-true-secator", 1096 | "name": "SecAtor", 1097 | "type": "channel", 1098 | "links": [], 1099 | "imageUrl": "static/logo/channel-true-secator.jpg", 1100 | "url": "https://t.me/true_secator" 1101 | }, 1102 | { 1103 | "id": "user-mifkilla", 1104 | "name": "MiF", 1105 | "type": "user", 1106 | "links": [ 1107 | "channel-tmgroupsecurity", 1108 | "group-bolgarkachat" 1109 | ], 1110 | "imageUrl": "static/logo/user-mifkilla.jpg", 1111 | "url": "https://t.me/mifkilla" 1112 | }, 1113 | { 1114 | "id": "channel-tmgroupsecurity", 1115 | "name": "Нетипичный Безопасник (Мефодий Келевра)", 1116 | "type": "channel", 1117 | "links": [], 1118 | "imageUrl": "static/logo/channel-tmgroupsecurity.jpg", 1119 | "url": "https://t.me/tmgroupsecurity" 1120 | }, 1121 | { 1122 | "id": "group-bolgarkachat", 1123 | "name": "Kelevra Security Chat", 1124 | "type": "group", 1125 | "links": [], 1126 | "imageUrl": "static/logo/group-bolgarkachat.jpg", 1127 | "url": "https://t.me/bolgarkachat" 1128 | }, 1129 | { 1130 | "id": "user-yarbabin", 1131 | "name": "Yaroslav Babin", 1132 | "type": "user", 1133 | "links": [ 1134 | "group-thestandoff", 1135 | "channel-thestandoffnews" 1136 | ], 1137 | "imageUrl": "static/logo/user-yarbabin.jpg", 1138 | "url": "https://t.me/yarbabin" 1139 | }, 1140 | { 1141 | "id": "group-thestandoff", 1142 | "name": "THE STANDOFF CHAT", 1143 | "type": "group", 1144 | "links": [], 1145 | "imageUrl": "static/logo/group-thestandoff.jpg", 1146 | "url": "https://t.me/thestandoff" 1147 | }, 1148 | { 1149 | "id": "channel-thestandoffnews", 1150 | "name": "THE STANDOFF NEWS", 1151 | "type": "channel", 1152 | "links": [], 1153 | "imageUrl": "static/logo/channel-thestandoffnews.jpg", 1154 | "url": "https://t.me/thestandoffnews" 1155 | }, 1156 | { 1157 | "id": "user-cepter", 1158 | "name": "???", 1159 | "type": "user", 1160 | "links": [ 1161 | "channel-cepter", 1162 | "group-cepter-chat", 1163 | "twitter-intercepterng", 1164 | "youtube-intercepter" 1165 | ], 1166 | "imageUrl": "static/logo/user.jpg", 1167 | "url": null 1168 | }, 1169 | { 1170 | "id": "channel-cepter", 1171 | "name": "Intercepter-NG", 1172 | "type": "channel", 1173 | "links": [ 1174 | "group-cepter-chat" 1175 | ], 1176 | "imageUrl": "static/logo/channel-cepter.jpg", 1177 | "url": "https://t.me/cepter" 1178 | }, 1179 | { 1180 | "id": "group-cepter-chat", 1181 | "name": "Intercepter-NG Chat", 1182 | "type": "group", 1183 | "links": [], 1184 | "imageUrl": "static/logo/group-cepter-chat.jpg", 1185 | "url": "https://t.me/cepter_chat" 1186 | }, 1187 | { 1188 | "id": "twitter-intercepterng", 1189 | "name": "Intercepter", 1190 | "type": "twitter", 1191 | "links": [], 1192 | "imageUrl": "static/logo/twitter-intercepterng.jpg", 1193 | "url": "https://twitter.com/intercepterng" 1194 | }, 1195 | { 1196 | "id": "youtube-intercepter", 1197 | "name": "Intercepter", 1198 | "type": "youtube", 1199 | "links": [], 1200 | "imageUrl": "static/logo/youtube-intercepter.jpg", 1201 | "url": "https://youtube.com/c/intercepter" 1202 | }, 1203 | { 1204 | "id": "user-kvakirsanov", 1205 | "name": "Anton Kirsanov 🐸", 1206 | "type": "user", 1207 | "links": [ 1208 | "group-secinfosec" 1209 | ], 1210 | "imageUrl": "static/logo/user-kvakirsanov.jpg", 1211 | "url": "https://t.me/kvakirsanov" 1212 | }, 1213 | { 1214 | "id": "group-secinfosec", 1215 | "name": "secinfosec", 1216 | "type": "group", 1217 | "links": [], 1218 | "imageUrl": "static/logo/group-secinfosec.jpg", 1219 | "url": "https://t.me/secinfosec" 1220 | }, 1221 | { 1222 | "id": "user-usersbox", 1223 | "name": "???", 1224 | "type": "user", 1225 | "links": [ 1226 | "group-usersbox-chat" 1227 | ], 1228 | "imageUrl": "static/logo/user.jpg", 1229 | "url": null 1230 | }, 1231 | { 1232 | "id": "group-usersbox-chat", 1233 | "name": "usersbox.chat", 1234 | "type": "group", 1235 | "links": [], 1236 | "imageUrl": "static/logo/group-usersbox-chat.jpg", 1237 | "url": "https://t.me/usersbox_chat" 1238 | }, 1239 | { 1240 | "id": "user-shadow", 1241 | "name": "???", 1242 | "type": "user", 1243 | "links": [ 1244 | "group-shadow-chat-tg", 1245 | "channel-shadow-group-tg" 1246 | ], 1247 | "imageUrl": "static/logo/user.jpg", 1248 | "url": null 1249 | }, 1250 | { 1251 | "id": "group-shadow-chat-tg", 1252 | "name": "SHADOW:Chat", 1253 | "type": "group", 1254 | "links": [], 1255 | "imageUrl": "static/logo/group-shadow-chat-tg.jpg", 1256 | "url": "https://t.me/shadow_chat_tg" 1257 | }, 1258 | { 1259 | "id": "channel-shadow-group-tg", 1260 | "name": "SHADOW:Group", 1261 | "type": "channel", 1262 | "links": [], 1263 | "imageUrl": "static/logo/channel-shadow-group-tg.jpg", 1264 | "url": "https://t.me/shadow_group_tg" 1265 | }, 1266 | { 1267 | "id": "user-my-cyde", 1268 | "name": "???", 1269 | "type": "user", 1270 | "links": [ 1271 | "channel-my-cyde" 1272 | ], 1273 | "imageUrl": "static/logo/user.jpg", 1274 | "url": null 1275 | }, 1276 | { 1277 | "id": "channel-my-cyde", 1278 | "name": "Моя кибероборона // My CYber DEfence", 1279 | "type": "channel", 1280 | "links": [], 1281 | "imageUrl": "static/logo/channel-my-cyde.jpg", 1282 | "url": "https://t.me/my_cyde" 1283 | }, 1284 | { 1285 | "id": "user-ralf-hacker", 1286 | "name": "Ralf Hacker", 1287 | "type": "user", 1288 | "links": [ 1289 | "channel-ralfhackerchannel", 1290 | "group-ralfchackerpublicchat" 1291 | ], 1292 | "imageUrl": "static/logo/user-ralf-hacker.jpg", 1293 | "url": "https://t.me/hackerralf8" 1294 | }, 1295 | { 1296 | "id": "channel-ralfhackerchannel", 1297 | "name": "Ralf Hacker Channel", 1298 | "type": "channel", 1299 | "links": [], 1300 | "imageUrl": "static/logo/channel-ralfhackerchannel.jpg", 1301 | "url": "https://t.me/ralfhackerchannel" 1302 | }, 1303 | { 1304 | "id": "group-ralfchackerpublicchat", 1305 | "name": "Ralf Hacker Public Chat", 1306 | "type": "group", 1307 | "links": [], 1308 | "imageUrl": "static/logo/group-ralfchackerpublicchat.jpg", 1309 | "url": "https://t.me/ralfhackerpublicchat" 1310 | }, 1311 | { 1312 | "id": "user-gebutcher", 1313 | "name": "???", 1314 | "type": "user", 1315 | "links": [ 1316 | "channel-gebutcher" 1317 | ], 1318 | "imageUrl": "static/logo/user.jpg", 1319 | "url": null 1320 | }, 1321 | { 1322 | "id": "channel-gebutcher", 1323 | "name": "Заметки Gebutcher", 1324 | "type": "channel", 1325 | "links": [], 1326 | "imageUrl": "static/logo/channel-gebutcher.jpg", 1327 | "url": "https://t.me/gebutcher" 1328 | }, 1329 | { 1330 | "id": "user-infosecurityevil", 1331 | "name": "Infosecurity Evil", 1332 | "type": "user", 1333 | "links": [ 1334 | "channel-in4security" 1335 | ], 1336 | "imageUrl": "static/logo/user-infosecurityevil.jpg", 1337 | "url": "https://t.me/infosecurityevil" 1338 | }, 1339 | { 1340 | "id": "channel-in4security", 1341 | "name": "in4security", 1342 | "type": "channel", 1343 | "links": [], 1344 | "imageUrl": "static/logo/channel-in4security.jpg", 1345 | "url": "https://t.me/in4security" 1346 | }, 1347 | { 1348 | "id": "org-group-ib", 1349 | "name": "Group-IB", 1350 | "type": "org", 1351 | "links": [ 1352 | "channel-group-ib" 1353 | ], 1354 | "imageUrl": "static/logo/org-group-ib.jpg", 1355 | "url": null 1356 | }, 1357 | { 1358 | "id": "channel-group-ib", 1359 | "name": "Group-IB", 1360 | "type": "channel", 1361 | "links": [], 1362 | "imageUrl": "static/logo/channel-group-ib.jpg", 1363 | "url": "https://t.me/group_ib" 1364 | }, 1365 | { 1366 | "id": "user-iskra112", 1367 | "name": "???", 1368 | "type": "user", 1369 | "links": [ 1370 | "channel-iskra112" 1371 | ], 1372 | "imageUrl": "static/logo/user.jpg", 1373 | "url": null 1374 | }, 1375 | { 1376 | "id": "channel-iskra112", 1377 | "name": "𝕀𝕊𝕂ℝ-𝔸 𝔻𝕒𝕚𝕝𝕪", 1378 | "type": "channel", 1379 | "links": [], 1380 | "imageUrl": "static/logo/channel-iskra112.jpg", 1381 | "url": "https://t.me/iskra112" 1382 | }, 1383 | { 1384 | "id": "user-persdata", 1385 | "name": "???", 1386 | "type": "user", 1387 | "links": [ 1388 | "channel-persdata" 1389 | ], 1390 | "imageUrl": "static/logo/user.jpg", 1391 | "url": null 1392 | }, 1393 | { 1394 | "id": "channel-persdata", 1395 | "name": "Персональные_данные", 1396 | "type": "channel", 1397 | "links": [], 1398 | "imageUrl": "static/logo/channel-persdata.jpg", 1399 | "url": "https://t.me/persdata" 1400 | }, 1401 | { 1402 | "id": "user-seadm1n", 1403 | "name": "S.E.Admin", 1404 | "type": "user", 1405 | "links": [ 1406 | "channel-social-engineering", 1407 | "channel-s-e-book" 1408 | ], 1409 | "imageUrl": "static/logo/user-seadm1n.jpg", 1410 | "url": "https://t.me/seadm1n" 1411 | }, 1412 | { 1413 | "id": "channel-social-engineering", 1414 | "name": "Social Engineering", 1415 | "type": "channel", 1416 | "links": [], 1417 | "imageUrl": "static/logo/channel-social-engineering.jpg", 1418 | "url": "https://t.me/social_engineering" 1419 | }, 1420 | { 1421 | "id": "channel-s-e-book", 1422 | "name": "S.E.Book", 1423 | "type": "channel", 1424 | "links": [], 1425 | "imageUrl": "static/logo/channel-s-e-book.jpg", 1426 | "url": "https://t.me/s_e_book" 1427 | }, 1428 | { 1429 | "id": "user-defcon", 1430 | "name": "???", 1431 | "type": "user", 1432 | "links": [ 1433 | "group-dc7499", 1434 | "channel-defcon" 1435 | ], 1436 | "imageUrl": "static/logo/user.jpg", 1437 | "url": null 1438 | }, 1439 | { 1440 | "id": "group-dc7499", 1441 | "name": "DC7499", 1442 | "type": "group", 1443 | "links": [], 1444 | "imageUrl": "static/logo/group-dc7499.jpg", 1445 | "url": "https://t.me/dc7499" 1446 | }, 1447 | { 1448 | "id": "channel-defcon", 1449 | "name": "DEFCON Moscow", 1450 | "type": "channel", 1451 | "links": [], 1452 | "imageUrl": "static/logo/channel-defcon.jpg", 1453 | "url": "https://t.me/defcon" 1454 | }, 1455 | { 1456 | "id": "user-ksvark", 1457 | "name": "Kseniya Kravtsova", 1458 | "type": "user", 1459 | "links": [ 1460 | "group-spbctf", 1461 | "youtube-spbctf" 1462 | ], 1463 | "imageUrl": "static/logo/user-ksvark.jpg", 1464 | "url": "https://t.me/ksvark" 1465 | }, 1466 | { 1467 | "id": "group-spbctf", 1468 | "name": "SPbCTF", 1469 | "type": "group", 1470 | "links": [], 1471 | "imageUrl": "static/logo/group-spbctf.jpg", 1472 | "url": "https://t.me/spbctf" 1473 | }, 1474 | { 1475 | "id": "youtube-spbctf", 1476 | "name": "CTF в Петербурге", 1477 | "type": "youtube", 1478 | "links": [ 1479 | "group-spbctf" 1480 | ], 1481 | "imageUrl": "static/logo/youtube-spbctf.jpg", 1482 | "url": "https://youtube.com/c/spbctf" 1483 | }, 1484 | { 1485 | "id": "user-cyberjobsrussia", 1486 | "name": "???", 1487 | "type": "user", 1488 | "links": [ 1489 | "channel-cyberjobsrussia" 1490 | ], 1491 | "imageUrl": "static/logo/user.jpg", 1492 | "url": null 1493 | }, 1494 | { 1495 | "id": "channel-cyberjobsrussia", 1496 | "name": "CyberJobsRussia", 1497 | "type": "channel", 1498 | "links": [], 1499 | "imageUrl": "static/logo/channel-cyberjobsrussia.jpg", 1500 | "url": "https://t.me/cyberjobsrussia" 1501 | }, 1502 | { 1503 | "id": "user-dc8044", 1504 | "name": "???", 1505 | "type": "user", 1506 | "links": [ 1507 | "group-dc8044" 1508 | ], 1509 | "imageUrl": "static/logo/user.jpg", 1510 | "url": null 1511 | }, 1512 | { 1513 | "id": "group-dc8044", 1514 | "name": "DC8044 Newf4G ❄️", 1515 | "type": "group", 1516 | "links": [], 1517 | "imageUrl": "static/logo/group-dc8044.jpg", 1518 | "url": "https://t.me/dc8044" 1519 | }, 1520 | { 1521 | "id": "user-anton-shipulin", 1522 | "name": "Anton Shipulin", 1523 | "type": "user", 1524 | "links": [ 1525 | "channel-ruscadasecnews", 1526 | "group-ruscadasec" 1527 | ], 1528 | "imageUrl": "static/logo/user-anton-shipulin.jpg", 1529 | "url": "https://t.me/anton_shipulin" 1530 | }, 1531 | { 1532 | "id": "channel-ruscadasecnews", 1533 | "name": "RUSCADASEC news: Кибербезопасность АСУ ТП", 1534 | "type": "channel", 1535 | "links": [ 1536 | "group-ruscadasec" 1537 | ], 1538 | "imageUrl": "static/logo/channel-ruscadasecnews.jpg", 1539 | "url": "https://t.me/ruscadasecnews" 1540 | }, 1541 | { 1542 | "id": "group-ruscadasec", 1543 | "name": "RUSCADASEC community: Кибербезопасность АСУ ТП", 1544 | "type": "group", 1545 | "links": [], 1546 | "imageUrl": "static/logo/group-ruscadasec.jpg", 1547 | "url": "https://t.me/ruscadasec" 1548 | }, 1549 | { 1550 | "id": "user-router-os", 1551 | "name": "???", 1552 | "type": "user", 1553 | "links": [ 1554 | "group-router-os" 1555 | ], 1556 | "imageUrl": "static/logo/user.jpg", 1557 | "url": null 1558 | }, 1559 | { 1560 | "id": "group-router-os", 1561 | "name": "RouterOS Security MikroTik", 1562 | "type": "group", 1563 | "links": [], 1564 | "imageUrl": "static/logo/group-router-os.jpg", 1565 | "url": "https://t.me/router_os" 1566 | }, 1567 | { 1568 | "id": "user-kii187fz", 1569 | "name": "???", 1570 | "type": "user", 1571 | "links": [ 1572 | "group-kii187fz" 1573 | ], 1574 | "imageUrl": "static/logo/user.jpg", 1575 | "url": null 1576 | }, 1577 | { 1578 | "id": "group-kii187fz", 1579 | "name": "КИИ 187-ФЗ", 1580 | "type": "group", 1581 | "links": [], 1582 | "imageUrl": "static/logo/group-kii187fz.jpg", 1583 | "url": "https://t.me/kii187fz" 1584 | }, 1585 | { 1586 | "id": "user-komarov", 1587 | "name": "Алексей Комаров", 1588 | "type": "user", 1589 | "links": [ 1590 | "channel-zlonov", 1591 | "channel-authbiods" 1592 | ], 1593 | "imageUrl": "static/logo/user.jpg", 1594 | "url": null 1595 | }, 1596 | { 1597 | "id": "channel-zlonov", 1598 | "name": "ZLONOV", 1599 | "type": "channel", 1600 | "links": [], 1601 | "imageUrl": "static/logo/channel-zlonov.jpg", 1602 | "url": "https://t.me/zlonov" 1603 | }, 1604 | { 1605 | "id": "channel-authbiods", 1606 | "name": "Аутентификация, биометрия, электронная подпись", 1607 | "type": "channel", 1608 | "links": [], 1609 | "imageUrl": "static/logo/channel-authbiods.jpg", 1610 | "url": "https://t.me/authbiods" 1611 | }, 1612 | { 1613 | "id": "user-artemov", 1614 | "name": "Никита Артемов", 1615 | "type": "user", 1616 | "links": [ 1617 | "channel-artemov-security" 1618 | ], 1619 | "imageUrl": "static/logo/user.jpg", 1620 | "url": null 1621 | }, 1622 | { 1623 | "id": "channel-artemov-security", 1624 | "name": "Мыслить как безопасник", 1625 | "type": "channel", 1626 | "links": [], 1627 | "imageUrl": "static/logo/channel-artemov-security.jpg", 1628 | "url": "https://t.me/artemov_security" 1629 | }, 1630 | { 1631 | "id": "user-darknet-prison", 1632 | "name": "???", 1633 | "type": "user", 1634 | "links": [ 1635 | "channel-darknet-prison" 1636 | ], 1637 | "imageUrl": "static/logo/user.jpg", 1638 | "url": null 1639 | }, 1640 | { 1641 | "id": "channel-darknet-prison", 1642 | "name": "Горизонт Событий", 1643 | "type": "channel", 1644 | "links": [], 1645 | "imageUrl": "static/logo/channel-darknet-prison.jpg", 1646 | "url": "https://t.me/darknet_prison" 1647 | }, 1648 | { 1649 | "id": "user-nekaspersky", 1650 | "name": "???", 1651 | "type": "user", 1652 | "links": [ 1653 | "channel-nekaspersky" 1654 | ], 1655 | "imageUrl": "static/logo/user.jpg", 1656 | "url": null 1657 | }, 1658 | { 1659 | "id": "channel-nekaspersky", 1660 | "name": "НеКасперский", 1661 | "type": "channel", 1662 | "links": [], 1663 | "imageUrl": "static/logo/channel-nekaspersky.jpg", 1664 | "url": "https://t.me/nekaspersky" 1665 | }, 1666 | { 1667 | "id": "user-schwarz-osint", 1668 | "name": "Schwarz_Osint", 1669 | "type": "user", 1670 | "links": [ 1671 | "channel-schwarz-osint", 1672 | "group-geoint", 1673 | "group-intelligence-guild" 1674 | ], 1675 | "imageUrl": "static/logo/user-schwarz-osint.jpg", 1676 | "url": "https://t.me/schwarz_osint_contact" 1677 | }, 1678 | { 1679 | "id": "channel-schwarz-osint", 1680 | "name": "Schwarz_Osint", 1681 | "type": "channel", 1682 | "links": [ 1683 | "group-geoint" 1684 | ], 1685 | "imageUrl": "static/logo/channel-schwarz-osint.jpg", 1686 | "url": "https://t.me/schwarz_osint" 1687 | }, 1688 | { 1689 | "id": "group-geoint", 1690 | "name": "GEOINT", 1691 | "type": "group", 1692 | "links": [], 1693 | "imageUrl": "static/logo/group-geoint.jpg", 1694 | "url": "https://t.me/geoint" 1695 | }, 1696 | { 1697 | "id": "group-intelligence-guild", 1698 | "name": "Северная Пальмира", 1699 | "type": "group", 1700 | "links": [], 1701 | "imageUrl": "static/logo/group-intelligence-guild.jpg", 1702 | "url": "https://t.me/intelligence_guild" 1703 | } 1704 | ]; -------------------------------------------------------------------------------- /static/img/ru-osint-infosec-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/img/ru-osint-infosec-map.png -------------------------------------------------------------------------------- /static/js/vivagraph.min.js: -------------------------------------------------------------------------------- 1 | !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var n;"undefined"!=typeof window?n=window:"undefined"!=typeof global?n=global:"undefined"!=typeof self&&(n=self),n.Viva=e()}}(function(){return function e(n,t,r){function o(a,u){if(!t[a]){if(!n[a]){var s="function"==typeof require&&require;if(!u&&s)return s(a,!0);if(i)return i(a,!0);var f=new Error("Cannot find module '"+a+"'");throw f.code="MODULE_NOT_FOUND",f}var c=t[a]={exports:{}};n[a][0].call(c.exports,function(e){var t=n[a][1][e];return o(t?t:e)},c,c.exports,e,n,t,r)}return t[a].exports}for(var i="function"==typeof require&&require,a=0;a=0==m>=4?null:(f=u-i,d=o-a,p=a*i-o*u,v=f*e+d*n+p,h=f*t+d*r+p,0!==v&&0!==h&&v>=0==h>=0?null:(y=s*d-f*c,0===y?null:(x=y<0?-y/2:y/2,x=0,w=c*p-d*l,b.x=(w<0?w-x:w+x)/y,w=f*l-s*p,b.y=(w<0?w-x:w+x)/y,b)))}n.exports=r},{}],4:[function(e,n,t){n.exports.degree=e("./src/degree.js"),n.exports.betweenness=e("./src/betweenness.js"),n.exports.closeness=e("./src/closeness.js"),n.exports.eccentricity=e("./src/eccentricity.js")},{"./src/betweenness.js":5,"./src/closeness.js":6,"./src/degree.js":7,"./src/eccentricity.js":8}],5:[function(e,n,t){function r(e,n){function t(e){h[e]/=2}function r(e){h[e.id]=0}function o(e){s=e.id,u(s),i()}function i(){for(e.forEachNode(a);c.length;){for(var n=c.pop(),t=(1+v[n])/p[n],r=d[n],o=0;o0?f[a]=(n-1)/t:f[a]=0}function i(t){function r(e){var n=e.id;s[n]=-1}function o(e){var n=e.id;s[n]===-1&&(s[n]=s[i]+1,u.push(n))}for(e.forEachNode(r),s[t]=0,u.push(t);u.length;){var i=u.shift();e.forEachLinkedNode(i,o,n)}}var a,u=[],s=Object.create(null),f=Object.create(null);return e.forEachNode(t),e.forEachNode(r),f}n.exports=r},{}],7:[function(e,n,t){function r(e,n){function t(n){var t=e.getLinks(n.id);u[n.id]=r(t,n.id)}var r,u=Object.create(null);if(n=(n||"both").toLowerCase(),"both"===n||"inout"===n)r=a;else if("in"===n)r=o;else{if("out"!==n)throw new Error("Expected centrality degree kind is: in, out or both");r=i}return e.forEachNode(t),u}function o(e,n){var t=0;if(!e)return t;for(var r=0;r1&&(o=Array.prototype.splice.call(arguments,1));for(var i=0;i0&&i.addLink(a,r-1+o*e),o>0&&i.addLink(a,r+(o-1)*e)}return i}function s(e,t,r){if(e<1||t<1||r<1)throw new Error("Invalid number of nodes in grid3 graph");var o,i,a,u=n();if(1===e&&1===t&&1===r)return u.addNode(0),u;for(a=0;a0&&u.addLink(f,o-1+i*e+s),i>0&&u.addLink(f,o+(i-1)*e+s),a>0&&u.addLink(f,o+i*e+(a-1)*e*t)}return u}function f(e){if(e<0)throw new Error("Invalid number of nodes in balanced tree");var t,r=n(),o=Math.pow(2,e);for(0===e&&r.addNode(1),t=1;t= 0");var t,r=n();for(t=0;t0&&o.addLink(i*t,i*t-1);return o.addLink(0,o.getNodesCount()-1),o}function l(t,r,o,i){if(r>=t)throw new Error("Choose smaller `k`. It cannot be larger than number of nodes `n`");var a,u,s=e("ngraph.random").random(i||42),f=n();for(a=0;a=1||0===e);return n*Math.sqrt(-2*Math.log(e)/e)}function a(){var e=this.seed;return e=e+2127912214+(e<<12)&4294967295,e=4294967295&(3345072700^e^e>>>19),e=e+374761393+(e<<5)&4294967295,e=4294967295&(e+3550635116^e<<9),e=e+4251993797+(e<<3)&4294967295,e=4294967295&(3042594569^e^e>>>16),this.seed=e,(268435455&e)/268435456}function u(e){return Math.floor(this.nextDouble()*e)}function s(e,n){function t(){var n,t,r;for(n=e.length-1;n>0;--n)t=i.next(n+1),r=e[t],e[t]=e[n],e[n]=r;return e}function o(n){var t,r,o;for(t=e.length-1;t>0;--t)r=i.next(t+1),o=e[r],e[r]=e[t],e[t]=o,n(o);e.length&&n(e[0])}var i=n||r();if("function"!=typeof i.next)throw new Error("customRandom does not match expected API: next() function is missing");return{forEach:o,shuffle:t}}n.exports=r,n.exports.random=r,n.exports.randomIterator=s,o.prototype.next=u,o.prototype.nextDouble=a,o.prototype.uniform=a,o.prototype.gaussian=i},{}],16:[function(e,n,t){function r(e){function n(){function e(){return q.beginUpdate=F=k,q.endUpdate=G=P,B=t,O=r,q.on=n,n.apply(q,arguments)}var n=q.on;q.on=e}function t(e,n){R.push({link:e,changeType:n})}function r(e,n){R.push({node:e,changeType:n})}function c(e,n){if(void 0===e)throw new Error("Invalid node identifier");F();var t=d(e);return t?(t.data=n,O(t,"update")):(t=new i(e,n),S++,O(t,"add")),I[e]=t,G(),t}function d(e){return I[e]}function l(e){var n=d(e);if(!n)return!1;F();var t=n.links;if(t){n.links=null;for(var r=0;r=0&&t.links.splice(n,1)),r&&(n=o(e,r.links),n>=0&&r.links.splice(n,1)),B(e,"remove"),G(),!0}function y(e,n){var t,r=d(e);if(!r||!r.links)return null;for(t=0;t0&&(q.fire("changed",R),R.length=0)}function j(){return Object.keys?A:_}function A(e){if("function"==typeof e)for(var n=Object.keys(I),t=0;t=0?i:-1,o);return v.push(a),a},getTotalMovement:function(){return w},removeSpring:function(e){if(e){var n=v.indexOf(e);return n>-1?(v.splice(n,1),!0):void 0}},getBestNewBodyPosition:function(e){return g.getBestNewPosition(e)},getBBox:function(){return x&&(g.update(),x=!1),g.box},invalidateBBox:function(){x=!0},gravity:function(e){return void 0!==e?(n.gravity=e,h.options({gravity:e}),this):n.gravity},theta:function(e){return void 0!==e?(n.theta=e,h.options({theta:e}),this):n.theta}};return o(n,b),a(b),b}n.exports=r},{"./lib/bounds":20,"./lib/createBody":21,"./lib/dragForce":22,"./lib/eulerIntegrator":23,"./lib/spring":24,"./lib/springForce":25,"ngraph.events":9,"ngraph.expose":10,"ngraph.merge":17,"ngraph.quadtreebh":26}],20:[function(e,n,t){n.exports=function(n,t){function r(){var e=n.length;if(0!==e){for(var t=Number.MAX_VALUE,r=Number.MAX_VALUE,o=Number.MIN_VALUE,a=Number.MIN_VALUE;e--;){var u=n[e];u.isPinned?(u.pos.x=u.prevPos.x,u.pos.y=u.prevPos.y):(u.prevPos.x=u.pos.x,u.prevPos.y=u.pos.y),u.pos.xo&&(o=u.pos.x),u.pos.ya&&(a=u.pos.y)}i.x1=t,i.x2=o,i.y1=r,i.y2=a}}var o=e("ngraph.random").random(42),i={x1:0,y1:0,x2:0,y2:0};return{box:i,update:r,reset:function(){i.x1=i.y1=0,i.x2=i.y2=0},getBestNewPosition:function(e){var n=i,r=0,a=0;if(e.length){for(var u=0;u1&&(s.velocity.x=c/l,s.velocity.y=d/l),r=n*s.velocity.x,i=n*s.velocity.y,s.pos.x+=r,s.pos.y+=i,o+=Math.abs(r),a+=Math.abs(i)}return(o*o+a*a)/u}n.exports=r},{}],24:[function(e,n,t){function r(e,n,t,r,o){this.from=e,this.to=n,this.length=t,this.coeff=r,this.weight="number"==typeof o?o:1}n.exports=r},{}],25:[function(e,n,t){n.exports=function(n){var t=e("ngraph.merge"),r=e("ngraph.random").random(42),o=e("ngraph.expose");n=t(n,{springCoeff:2e-4,springLength:80});var i={update:function(e){var t=e.from,o=e.to,i=e.length<0?n.springLength:e.length,a=o.pos.x-t.pos.x,u=o.pos.y-t.pos.y,s=Math.sqrt(a*a+u*u);0===s&&(a=(r.nextDouble()-.5)/50,u=(r.nextDouble()-.5)/50,s=Math.sqrt(a*a+u*u));var f=s-i,c=(!e.coeff||e.coeff<0?n.springCoeff:e.coeff)*f/s*e.weight;t.force.x+=c*a,t.force.y+=c*u,o.force.x-=c*a,o.force.y-=c*u}};return o(n,i,["springCoeff","springLength"]),i}},{"ngraph.expose":10,"ngraph.merge":17,"ngraph.random":30}],26:[function(e,n,t){function r(e,n){return 0===n?e.quad0:1===n?e.quad1:2===n?e.quad2:3===n?e.quad3:null}function o(e,n,t){0===n?e.quad0=t:1===n?e.quad1=t:2===n?e.quad2=t:3===n&&(e.quad3=t)}n.exports=function(n){function t(){var e=g[m];return e?(e.quad0=null,e.quad1=null,e.quad2=null,e.quad3=null,e.body=null,e.mass=e.massX=e.massY=0,e.left=e.right=e.top=e.bottom=0):(e=new f,g[m]=e),++m,e}function i(e){var n,t,r,o,i=p,a=0,u=0,f=1,c=0,d=1;for(i[0]=y;f;){var v=i[c],g=v.body;f-=1,c+=1;var m=g!==e;g&&m?(t=g.pos.x-e.pos.x,r=g.pos.y-e.pos.y,o=Math.sqrt(t*t+r*r),0===o&&(t=(s.nextDouble()-.5)/50,r=(s.nextDouble()-.5)/50,o=Math.sqrt(t*t+r*r)),n=l*g.mass*e.mass/(o*o*o),a+=n*t,u+=n*r):m&&(t=v.massX/v.mass-e.pos.x,r=v.massY/v.mass-e.pos.y,o=Math.sqrt(t*t+r*r),0===o&&(t=(s.nextDouble()-.5)/50,r=(s.nextDouble()-.5)/50,o=Math.sqrt(t*t+r*r)),(v.right-v.left)/oi&&(i=f),ca&&(a=c)}var d=i-r,l=a-o;for(d>l?a=o+d:i=r+l,m=0,y=t(),y.left=r,y.right=i,y.top=o,y.bottom=a,n=s-1,n>=0&&(y.body=e[n]);n--;)u(e[n],y)}function u(e){for(v.reset(),v.push(y,e);!v.isEmpty();){var n=v.pop(),i=n.node,a=n.body;if(i.body){var u=i.body;if(i.body=null,d(u.pos,a.pos)){var f=3;do{var c=s.nextDouble(),l=(i.right-i.left)*c,p=(i.bottom-i.top)*c;u.pos.x=i.left+l,u.pos.y=i.top+p,f-=1}while(f>0&&d(u.pos,a.pos));if(0===f&&d(u.pos,a.pos))return}v.push(i,u),v.push(i,a)}else{var h=a.pos.x,g=a.pos.y;i.mass=i.mass+a.mass,i.massX=i.massX+a.mass*h,i.massY=i.massY+a.mass*g;var m=0,x=i.left,w=(i.right+x)/2,b=i.top,E=(i.bottom+b)/2;h>w&&(m+=1,x=w,w=i.right),g>E&&(m+=2,b=E,E=i.bottom);var L=r(i,m);L?v.push(L,a):(L=t(),L.left=x,L.top=b,L.right=w,L.bottom=E,L.body=a,o(i,m,L))}}}n=n||{},n.gravity="number"==typeof n.gravity?n.gravity:-1,n.theta="number"==typeof n.theta?n.theta:.8;var s=e("ngraph.random").random(1984),f=e("./node"),c=e("./insertStack"),d=e("./isSamePosition"),l=n.gravity,p=[],v=new c,h=n.theta,g=[],m=0,y=t();return{insertBodies:a,getRoot:function(){return y},updateBodyForce:i,options:function(e){return e?("number"==typeof e.gravity&&(l=e.gravity),"number"==typeof e.theta&&(h=e.theta),this):{gravity:l,theta:h}}}}},{"./insertStack":27,"./isSamePosition":28,"./node":29,"ngraph.random":30}],27:[function(e,n,t){function r(){this.stack=[],this.popIdx=0}function o(e,n){this.node=e,this.body=n}n.exports=r,r.prototype={isEmpty:function(){return 0===this.popIdx},push:function(e,n){var t=this.stack[this.popIdx];t?(t.node=e,t.body=n):this.stack[this.popIdx]=new o(e,n),++this.popIdx},pop:function(){if(this.popIdx>0)return this.stack[--this.popIdx]},reset:function(){this.popIdx=0}}},{}],28:[function(e,n,t){n.exports=function(e,n){var t=Math.abs(e.x-n.x),r=Math.abs(e.y-n.y);return t<1e-8&&r<1e-8}},{}],29:[function(e,n,t){n.exports=function(){this.body=null,this.quad0=null,this.quad1=null,this.quad2=null,this.quad3=null,this.mass=0,this.massX=0,this.massY=0,this.left=0,this.top=0,this.bottom=0,this.right=0}},{}],30:[function(e,n,t){function r(e){var n="number"==typeof e?e:+new Date,t=function(){return n=n+2127912214+(n<<12)&4294967295,n=4294967295&(3345072700^n^n>>>19),n=n+374761393+(n<<5)&4294967295,n=4294967295&(n+3550635116^n<<9),n=n+4251993797+(n<<3)&4294967295,n=4294967295&(3042594569^n^n>>>16),(268435455&n)/268435456};return{next:function(e){return Math.floor(t()*e)},nextDouble:function(){return t()}}}function o(e,n){var t=n||r();if("function"!=typeof t.next)throw new Error("customRandom does not match expected API: next() function is missing");return{forEach:function(n){var r,o,i;for(r=e.length-1;r>0;--r)o=t.next(r+1),i=e[o],e[o]=e[r],e[r]=i,n(i);e.length&&n(e[0])},shuffle:function(){var n,r,o;for(n=e.length-1;n>0;--n)r=t.next(n+1),o=e[r],e[r]=e[n],e[n]=o;return e}}}n.exports={random:r,randomIterator:o}},{}],31:[function(e,n,t){function r(e,n,t){function r(e){u.nodes.push(s(e))}function o(e){u.links.push(f(e))}function i(e){var n={id:e.id};return void 0!==e.data&&(n.data=e.data),n}function a(e){var n={fromId:e.fromId,toId:e.toId};return void 0!==e.data&&(n.data=e.data),n}var u={nodes:[],links:[]},s=n||i,f=t||a;return e.forEachNode(r),e.forEachLink(o),JSON.stringify(u)}n.exports=r},{}],32:[function(e,n,t){function r(e,n){var t=o(e);if(void 0===n)return t;for(var r=Object.keys(n),i=0;iv&&(r=1),u(e,r,{x:e.touches[0].clientX,y:e.touches[0].clientY}),v=t,m(e),y(e)}},j=function(e){p=!1,o.off("touchmove",P),o.off("touchend",j),o.off("touchcancel",j),c=null,r&&r(e)},A=function(e,t){m(e),y(e),d=t.clientX,l=t.clientY,c=e.target||e.srcElement,n&&n(e,{x:d,y:l}),p||(p=!0,o.on("touchmove",P),o.on("touchend",j),o.on("touchcancel",j))},_=function(e){return 1===e.touches.length?A(e,e.touches[0]):void(2===e.touches.length&&(m(e),y(e),v=k(e.touches[0],e.touches[1])))};return e.addEventListener("mousedown",b),e.addEventListener("touchstart",_),{onStart:function(e){return n=e,this},onDrag:function(e){return t=e,this},onStop:function(e){return r=e,this},onScroll:function(e){return N(e),this},release:function(){e.removeEventListener("mousedown",b),e.removeEventListener("touchstart",_),o.off("mousemove",w),o.off("mouseup",E),o.off("touchmove",P),o.off("touchend",j),o.off("touchcancel",j),N(null)}}}n.exports=r;var o=e("../Utils/documentEvents.js"),i=e("../Utils/browserInfo.js"),a=e("../Utils/findElementPosition.js")},{"../Utils/browserInfo.js":43,"../Utils/documentEvents.js":44,"../Utils/findElementPosition.js":45}],40:[function(e,n,t){function r(e,n){var t=o(n),r=null,i={},a={x:0,y:0};return t.mouseDown(function(e,n){r=e,a.x=n.clientX,a.y=n.clientY,t.mouseCapture(r);var o=i[e.id];return o&&o.onStart&&o.onStart(n,a),!0}).mouseUp(function(e){t.releaseMouseCapture(r),r=null;var n=i[e.id];return n&&n.onStop&&n.onStop(),!0}).mouseMove(function(e,n){if(r){var t=i[r.id];return t&&t.onDrag&&t.onDrag(n,{x:n.clientX-a.x,y:n.clientY-a.y}),a.x=n.clientX,a.y=n.clientY,!0}}),{bindDragNDrop:function(e,n){i[e.id]=n,n||delete i[e.id]}}}n.exports=r;var o=e("../WebGL/webglInputEvents.js")},{"../WebGL/webglInputEvents.js":61}],41:[function(e,n,t){function r(e,n){function t(e){return d[e]}n=o(n,{maxX:1024,maxY:1024,seed:"Deterministic randomness made me do this"});var r=i(n.seed),u=new a(Number.MAX_VALUE,Number.MAX_VALUE,Number.MIN_VALUE,Number.MIN_VALUE),s={},f=function(e){return{x:r.next(n.maxX),y:r.next(n.maxY)}},c=function(e,n){e.xn.x2&&(n.x2=e.x),e.yn.y2&&(n.y2=e.y)},d="function"==typeof Object.create?Object.create(null):{},l=function(e){d[e.id]=f(e),c(d[e.id],u)},p=function(){0!==e.getNodesCount()&&(u.x1=Number.MAX_VALUE,u.y1=Number.MAX_VALUE,u.x2=Number.MIN_VALUE,u.y2=Number.MIN_VALUE,e.forEachNode(l))},v=function(e){s[e.id]=e},h=function(e){for(var n=0;n=0:"boolean"!=typeof q||q}function r(){G=G||window.document.body,O=O||i(e,{springLength:80,springCoeff:2e-4}),F=F||a(e,{container:G}),n.hasOwnProperty("renderLinks")||(n.renderLinks=!0),n.prerender=n.prerender||0,U=(F.inputManager||s)(e,F)}function l(){F.beginRender(),n.renderLinks&&F.renderLinks(),F.renderNodes(),F.endRender()}function p(){return X=O.step()&&!V,l(),!X}function v(e){R||(R=void 0!==e?f(function(){if(e-=1,e<0){var n=!1;return n}return p()},M):f(p,M))}function h(){W||(X=!1,R.restart())}function g(){if("number"==typeof n.prerender&&n.prerender>0)for(var e=0;e0?n.insertBefore(r,n.firstChild):n.appendChild(r),r},releaseLink:function(e){var t=d[e.id];t&&(n.removeChild(t),delete d[e.id])},addNode:function(e,t){var r=l(e);if(r)return r.position=t,r.node=e,c[e.id]=r,n.appendChild(r),r},releaseNode:function(e){var t=c[e.id];t&&(n.removeChild(t),delete c[e.id])},renderNodes:function(){for(var e in c)if(c.hasOwnProperty(e)){var n=c[e];m.x=n.position.x,m.y=n.position.y,p(n,m,n.node)}},renderLinks:function(){for(var e in d)if(d.hasOwnProperty(e)){var n=d[e];y.x=n.position.from.x,y.y=n.position.from.y,x.x=n.position.to.x,x.y=n.position.to.y,h(n,y,x,n.link)}},getGraphicsRoot:function(e){return"function"==typeof e&&(t?e(t):r=e),t},getSvgRoot:function(){return t}};return i(b),b}n.exports=r;var o=e("simplesvg"),i=e("ngraph.events"),a=e("../Input/domInputManager.js")},{"../Input/domInputManager.js":38,"ngraph.events":9,simplesvg:32}],54:[function(e,n,t){function r(e){e=c(e,{enableBlending:!0,preserveDrawingBuffer:!1,clearColor:!1,clearColorValue:{r:1,g:1,b:1,a:1}});var n,t,r,d,l,p,v,h,g=0,m=0,y=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],x=[],w=[],b={},E={},L=i(),N=a(),k=function(e){return u()},P=function(e){return s(3014898687)},j=function(){L.updateTransform(y),N.updateTransform(y)},A=function(){y=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1]},_=function(){n&&t&&(d=t.width=Math.max(n.offsetWidth,1),l=t.height=Math.max(n.offsetHeight,1),r&&r.viewport(0,0,d,l),L&&L.updateSize(d/2,l/2),N&&N.updateSize(d/2,l/2))},I=function(e){e.fire("rescaled")};t=window.document.createElement("canvas");var T={getLinkUI:function(e){return E[e]},getNodeUI:function(e){return b[e]},node:function(e){if("function"==typeof e)return k=e,this},link:function(e){if("function"==typeof e)return P=e,this},placeNode:function(e){return p=e,this},placeLink:function(e){return v=e,this},inputManager:o,beginRender:function(){},endRender:function(){m>0&&L.render(),g>0&&N.render()},bringLinkToFront:function(e){var n,t,r=L.getFrontLinkId();L.bringToFront(e),r>e.id&&(n=e.id,t=w[r],w[r]=w[n],w[r].id=r,w[n]=t,w[n].id=n)},graphCenterChanged:function(e,n){y[12]=2*e/d-1,y[13]=1-2*n/l,j()},addLink:function(e,n){var t=m++,r=P(e);return r.id=t,r.pos=n,L.createLink(r),w[t]=r,E[e.id]=r,r},addNode:function(e,n){var t=g++,r=k(e);return r.id=t,r.position=n,r.node=e,N.createNode(r),x[t]=r,b[e.id]=r,r},translateRel:function(e,n){y[12]+=2*y[0]*e/d/y[0],y[13]-=2*y[5]*n/l/y[5],j()},scale:function(e,n){var t=2*n.x/d-1,r=1-2*n.y/l;return t-=y[12],r-=y[13],y[12]+=t*(1-e),y[13]+=r*(1-e),y[0]*=e,y[5]*=e,j(),I(this),y[0]},resetScale:function(){return A(),r&&(_(),j()),this},updateSize:_,init:function(o){var i={};if(e.preserveDrawingBuffer&&(i.preserveDrawingBuffer=!0),n=o,_(),A(),n.appendChild(t),r=t.getContext("experimental-webgl",i),!r){var a="Could not initialize WebGL. Seems like the browser doesn't support it.";throw window.alert(a),a}if(e.enableBlending&&(r.blendFunc(r.SRC_ALPHA,r.ONE_MINUS_SRC_ALPHA),r.enable(r.BLEND)),e.clearColor){var u=e.clearColorValue;r.clearColor(u.r,u.g,u.b,u.a),this.beginRender=function(){r.clear(r.COLOR_BUFFER_BIT)}}L.load(r),L.updateSize(d/2,l/2),N.load(r),N.updateSize(d/2,l/2),j(),"function"==typeof h&&h(t)},release:function(e){t&&e&&e.removeChild(t)},isSupported:function(){var e=window.document.createElement("canvas"),n=e&&e.getContext&&e.getContext("experimental-webgl");return n},releaseLink:function(e){m>0&&(m-=1);var n=E[e.id];delete E[e.id],L.removeLink(n);var t=n.id;if(t0&&(g-=1);var n=b[e.id];delete b[e.id],N.removeNode(n);var t=n.id;if(te.length){var r=new Float32Array(e.length*t*2);return r.set(e),r}return e}function a(n,t){for(var r={},o=0;o=w.length&&s();var i=w[r.textureNumber];i.ctx.drawImage(n,r.col*g,r.row*g,g,g),b[e]=n.src,y[n.src]=o,i.isDirty=!0,t(o)}function c(n){var t=n/e<<0,r=n%e,o=r/h<<0,i=r%h;return{textureNumber:t,row:o,col:i}}function d(){E.isDirty=!0,x=0,v=null}function l(){v&&(window.clearTimeout(v),x+=1,v=null),x>10?d():v=window.setTimeout(d,400)}function p(e,n){var t=w[e.textureNumber].canvas,r=w[n.textureNumber].ctx,o=n.col*g,i=n.row*g;r.drawImage(t,e.col*g,e.row*g,g,g,o,i,g,g),w[e.textureNumber].isDirty=!0,w[n.textureNumber].isDirty=!0}var v,h=Math.sqrt(e||1024)<<0,g=h,m=1,y={},x=0,w=[],b=[];if(!o(e))throw"Tiles per texture should be power of two.";var E={isDirty:!1,clearDirty:n,remove:t,getTextures:r,getCoordinates:a,load:u};return E}function o(e){return 0===(e&e-1)}var i=e("./texture.js");n.exports=r},{"./texture.js":56}],59:[function(e,n,t){function r(e,n){return{_texture:0,_offset:0,size:"number"==typeof e?e:32,src:n}}n.exports=r},{}],60:[function(e,n,t){function r(e){function n(e,n){e.nativeObject&&m.deleteTexture(e.nativeObject);var t=m.createTexture();m.activeTexture(m["TEXTURE"+n]),m.bindTexture(m.TEXTURE_2D,t),m.texImage2D(m.TEXTURE_2D,0,m.RGBA,m.RGBA,m.UNSIGNED_BYTE,e.canvas),m.texParameteri(m.TEXTURE_2D,m.TEXTURE_MAG_FILTER,m.LINEAR),m.texParameteri(m.TEXTURE_2D,m.TEXTURE_MIN_FILTER,m.LINEAR_MIPMAP_NEAREST),m.generateMipmap(m.TEXTURE_2D),m.uniform1i(w["sampler"+n],n),e.nativeObject=t}function t(){if(h.isDirty){var e,t=h.getTextures();for(e=0;e0&&(A-=1),e.id0&&(e.src&&h.remove(e.src),x.copyArrayPart(_,e.id*k,A*k,k))}function d(e,n){n._offset=e._offset}function l(e){N=!0,L=e}function p(e,n){b=e,E=n,N=!0}function v(){m.useProgram(g),m.bindBuffer(m.ARRAY_BUFFER,y),m.bufferData(m.ARRAY_BUFFER,_,m.DYNAMIC_DRAW),N&&(N=!1,m.uniformMatrix4fv(w.transform,!1,L),m.uniform2f(w.screenSize,b,E)),m.vertexAttribPointer(w.vertexPos,2,m.FLOAT,!1,3*Float32Array.BYTES_PER_ELEMENT,0),m.vertexAttribPointer(w.customAttributes,1,m.FLOAT,!1,3*Float32Array.BYTES_PER_ELEMENT,8),t(),m.drawArrays(m.TRIANGLES,0,6*A)}var h,g,m,y,x,w,b,E,L,N,k=18,P=o(),j=i(),e=e||1024,A=0,_=new Float32Array(64);return{load:r,position:s,createNode:f,removeNode:c,replaceProperties:d,updateTransform:l,updateSize:p,render:v}}function o(){return["precision mediump float;","varying vec4 color;","varying vec3 vTextureCoord;","uniform sampler2D u_sampler0;","uniform sampler2D u_sampler1;","uniform sampler2D u_sampler2;","uniform sampler2D u_sampler3;","void main(void) {"," if (vTextureCoord.z == 0.) {"," gl_FragColor = texture2D(u_sampler0, vTextureCoord.xy);"," } else if (vTextureCoord.z == 1.) {"," gl_FragColor = texture2D(u_sampler1, vTextureCoord.xy);"," } else if (vTextureCoord.z == 2.) {"," gl_FragColor = texture2D(u_sampler2, vTextureCoord.xy);"," } else if (vTextureCoord.z == 3.) {"," gl_FragColor = texture2D(u_sampler3, vTextureCoord.xy);"," } else { gl_FragColor = vec4(0, 1, 0, 1); }","}"].join("\n")}function i(){return["attribute vec2 a_vertexPos;","attribute float a_customAttributes;","uniform vec2 u_screenSize;","uniform mat4 u_transform;","uniform float u_tilesPerTexture;","varying vec3 vTextureCoord;","void main(void) {"," gl_Position = u_transform * vec4(a_vertexPos/u_screenSize, 0, 1);","float corner = mod(a_customAttributes, 4.);","float tileIndex = mod(floor(a_customAttributes / 4.), u_tilesPerTexture);","float tilesPerRow = sqrt(u_tilesPerTexture);","float tileSize = 1./tilesPerRow;","float tileColumn = mod(tileIndex, tilesPerRow);","float tileRow = floor(tileIndex/tilesPerRow);","if(corner == 0.0) {"," vTextureCoord.xy = vec2(0, 1);","} else if(corner == 1.0) {"," vTextureCoord.xy = vec2(1, 1);","} else if(corner == 2.0) {"," vTextureCoord.xy = vec2(0, 0);","} else {"," vTextureCoord.xy = vec2(1, 0);","}","vTextureCoord *= tileSize;","vTextureCoord.x += tileColumn * tileSize;","vTextureCoord.y += tileRow * tileSize;","vTextureCoord.z = floor(floor(a_customAttributes / 4.)/u_tilesPerTexture);","}"].join("\n")}var a=e("./webglAtlas.js"),u=e("./webgl.js");n.exports=r},{"./webgl.js":57,"./webglAtlas.js":58}],61:[function(e,n,t){function r(e){function n(){x=null}function t(e){x=e}function r(e){return"function"==typeof e&&P.push(e),A}function i(e){return"function"==typeof e&&k.push(e),A}function a(e){return"function"==typeof e&&N.push(e),A}function u(e){return"function"==typeof e&&L.push(e),A}function s(e){return"function"==typeof e&&E.push(e),A}function f(e){return"function"==typeof e&&b.push(e),A}function c(e){return"function"==typeof e&&w.push(e),A}function d(e,n,t){if(e&&e.size){var r=e.position,o=e.size;return r.x-og.byteLength){var e=new ArrayBuffer(2*g.byteLength),n=new Float32Array(e),t=new Uint32Array(e);t.set(y),m=n,y=t,g=e}};return{load:function(a){n=a,r=o(a),e=r.createProgram(v,p),n.useProgram(e),i=r.getLocations(e,["a_vertexPos","a_color","u_screenSize","u_transform"]),n.enableVertexAttribArray(i.vertexPos),n.enableVertexAttribArray(i.color),t=n.createBuffer()},position:function(e,n,t){var r=e.id,o=r*d;m[o]=n.x,m[o+1]=n.y,y[o+2]=e.color,m[o+3]=t.x,m[o+4]=t.y,y[o+5]=e.color},createLink:function(e){x(),h+=1,a=e.id},removeLink:function(e){h>0&&(h-=1),e.id0&&r.copyArrayPart(y,e.id*d,h*d,d)},updateTransform:function(e){c=!0,f=e},updateSize:function(e,n){u=e,s=n,c=!0},render:function(){n.useProgram(e),n.bindBuffer(n.ARRAY_BUFFER,t),n.bufferData(n.ARRAY_BUFFER,g,n.DYNAMIC_DRAW),c&&(c=!1,n.uniformMatrix4fv(i.transform,!1,f),n.uniform2f(i.screenSize,u,s)),n.vertexAttribPointer(i.vertexPos,2,n.FLOAT,!1,3*Float32Array.BYTES_PER_ELEMENT,0),n.vertexAttribPointer(i.color,4,n.UNSIGNED_BYTE,!0,3*Float32Array.BYTES_PER_ELEMENT,8),n.drawArrays(n.LINES,0,2*h),a=h-1},bringToFront:function(e){a>e.id&&r.swapArrayPart(m,e.id*d,a*d,d),a>0&&(a-=1)},getFrontLinkId:function(){return a}}}var o=e("./webgl.js");n.exports=r},{"./webgl.js":57}],64:[function(e,n,t){function r(){function e(){if((P+1)*w>=L.byteLength){var e=new ArrayBuffer(2*L.byteLength),n=new Float32Array(e),t=new Uint32Array(e);t.set(k),N=n,k=t,L=e}}function n(e){d=e,v=o(e),c=v.createProgram(E,b),d.useProgram(c), 3 | p=v.getLocations(c,["a_vertexPos","a_color","u_screenSize","u_transform"]),d.enableVertexAttribArray(p.vertexPos),d.enableVertexAttribArray(p.color),l=d.createBuffer()}function t(e,n){var t=e.id;N[t*x]=n.x,N[t*x+1]=-n.y,N[t*x+2]=e.size,k[t*x+3]=e.color}function r(e){y=!0,m=e}function i(e,n){h=e,g=n,y=!0}function a(e){P>0&&(P-=1),e.id0&&v.copyArrayPart(k,e.id*x,P*x,x)}function u(){e(),P+=1}function s(){}function f(){d.useProgram(c),d.bindBuffer(d.ARRAY_BUFFER,l),d.bufferData(d.ARRAY_BUFFER,L,d.DYNAMIC_DRAW),y&&(y=!1,d.uniformMatrix4fv(p.transform,!1,m),d.uniform2f(p.screenSize,h,g)),d.vertexAttribPointer(p.vertexPos,3,d.FLOAT,!1,x*Float32Array.BYTES_PER_ELEMENT,0),d.vertexAttribPointer(p.color,4,d.UNSIGNED_BYTE,!0,x*Float32Array.BYTES_PER_ELEMENT,12),d.drawArrays(d.POINTS,0,P)}var c,d,l,p,v,h,g,m,y,x=4,w=3*Float32Array.BYTES_PER_ELEMENT+Uint32Array.BYTES_PER_ELEMENT,b=["precision mediump float;","varying vec4 color;","void main(void) {"," gl_FragColor = color;","}"].join("\n"),E=["attribute vec3 a_vertexPos;","attribute vec4 a_color;","uniform vec2 u_screenSize;","uniform mat4 u_transform;","varying vec4 color;","void main(void) {"," gl_Position = u_transform * vec4(a_vertexPos.xy/u_screenSize, 0, 1);"," gl_PointSize = a_vertexPos.z * u_transform[0][0];"," color = a_color.abgr;","}"].join("\n"),L=new ArrayBuffer(16*w),N=new Float32Array(L),k=new Uint32Array(L),P=0;return{load:n,position:t,updateTransform:r,updateSize:i,removeNode:a,createNode:u,replaceProperties:s,render:f}}var o=e("./webgl.js");n.exports=r},{"./webgl.js":57}],65:[function(e,n,t){function r(e,n){return{size:"number"==typeof e?e:10,color:o(n)}}var o=e("./parseColor.js");n.exports=r},{"./parseColor.js":55}],66:[function(e,n,t){n.exports="0.10.1"},{}]},{},[1])(1)}); -------------------------------------------------------------------------------- /static/logo/channel-alexmakus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-alexmakus.jpg -------------------------------------------------------------------------------- /static/logo/channel-alukatsky.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-alukatsky.jpg -------------------------------------------------------------------------------- /static/logo/channel-antipov.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-antipov.jpg -------------------------------------------------------------------------------- /static/logo/channel-artemov-security.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-artemov-security.jpg -------------------------------------------------------------------------------- /static/logo/channel-authbiods.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-authbiods.jpg -------------------------------------------------------------------------------- /static/logo/channel-b4tr-channel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-b4tr-channel.jpg -------------------------------------------------------------------------------- /static/logo/channel-begtin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-begtin.jpg -------------------------------------------------------------------------------- /static/logo/channel-cepter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-cepter.jpg -------------------------------------------------------------------------------- /static/logo/channel-codeby-sec.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-codeby-sec.jpg -------------------------------------------------------------------------------- /static/logo/channel-cybdetective.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-cybdetective.jpg -------------------------------------------------------------------------------- /static/logo/channel-cyberjobsrussia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-cyberjobsrussia.jpg -------------------------------------------------------------------------------- /static/logo/channel-cyberyozh-official.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-cyberyozh-official.jpg -------------------------------------------------------------------------------- /static/logo/channel-cybred.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-cybred.jpg -------------------------------------------------------------------------------- /static/logo/channel-darknet-prison.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-darknet-prison.jpg -------------------------------------------------------------------------------- /static/logo/channel-data1eaks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-data1eaks.jpg -------------------------------------------------------------------------------- /static/logo/channel-dataleak.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-dataleak.jpg -------------------------------------------------------------------------------- /static/logo/channel-defcon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-defcon.jpg -------------------------------------------------------------------------------- /static/logo/channel-elcomsoft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-elcomsoft.jpg -------------------------------------------------------------------------------- /static/logo/channel-elcomsoftru.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-elcomsoftru.jpg -------------------------------------------------------------------------------- /static/logo/channel-forensictools.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-forensictools.jpg -------------------------------------------------------------------------------- /static/logo/channel-freedomf0x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-freedomf0x.jpg -------------------------------------------------------------------------------- /static/logo/channel-gebutcher.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-gebutcher.jpg -------------------------------------------------------------------------------- /static/logo/channel-gijnru.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-gijnru.jpg -------------------------------------------------------------------------------- /static/logo/channel-group-ib.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-group-ib.jpg -------------------------------------------------------------------------------- /static/logo/channel-hashb1n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-hashb1n.jpg -------------------------------------------------------------------------------- /static/logo/channel-howtofind-ru.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-howtofind-ru.jpg -------------------------------------------------------------------------------- /static/logo/channel-howtofind.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-howtofind.jpg -------------------------------------------------------------------------------- /static/logo/channel-in4security.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-in4security.jpg -------------------------------------------------------------------------------- /static/logo/channel-irozysk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-irozysk.jpg -------------------------------------------------------------------------------- /static/logo/channel-iskra112.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-iskra112.jpg -------------------------------------------------------------------------------- /static/logo/channel-maspartners.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-maspartners.jpg -------------------------------------------------------------------------------- /static/logo/channel-molfar-bi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-molfar-bi.jpg -------------------------------------------------------------------------------- /static/logo/channel-my-cyde.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-my-cyde.jpg -------------------------------------------------------------------------------- /static/logo/channel-nekaspersky.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-nekaspersky.jpg -------------------------------------------------------------------------------- /static/logo/channel-netsurvivalist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-netsurvivalist.jpg -------------------------------------------------------------------------------- /static/logo/channel-osint-club-channel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-osint-club-channel.jpg -------------------------------------------------------------------------------- /static/logo/channel-osint-mindset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-osint-mindset.jpg -------------------------------------------------------------------------------- /static/logo/channel-osint-rf-lib.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-osint-rf-lib.jpg -------------------------------------------------------------------------------- /static/logo/channel-osint-san-framework.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-osint-san-framework.jpg -------------------------------------------------------------------------------- /static/logo/channel-osintby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-osintby.jpg -------------------------------------------------------------------------------- /static/logo/channel-overlamer1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-overlamer1.jpg -------------------------------------------------------------------------------- /static/logo/channel-people-pro-main.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-people-pro-main.jpg -------------------------------------------------------------------------------- /static/logo/channel-persdata.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-persdata.jpg -------------------------------------------------------------------------------- /static/logo/channel-pulsechanel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-pulsechanel.jpg -------------------------------------------------------------------------------- /static/logo/channel-ralfhackerchannel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-ralfhackerchannel.jpg -------------------------------------------------------------------------------- /static/logo/channel-rosint-info.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-rosint-info.jpg -------------------------------------------------------------------------------- /static/logo/channel-routerscan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-routerscan.jpg -------------------------------------------------------------------------------- /static/logo/channel-rtechnocom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-rtechnocom.jpg -------------------------------------------------------------------------------- /static/logo/channel-ruscadasecnews.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-ruscadasecnews.jpg -------------------------------------------------------------------------------- /static/logo/channel-russian-osint.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-russian-osint.jpg -------------------------------------------------------------------------------- /static/logo/channel-s-e-book.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-s-e-book.jpg -------------------------------------------------------------------------------- /static/logo/channel-schwarz-osint.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-schwarz-osint.jpg -------------------------------------------------------------------------------- /static/logo/channel-shadow-group-tg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-shadow-group-tg.jpg -------------------------------------------------------------------------------- /static/logo/channel-social-engineering.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-social-engineering.jpg -------------------------------------------------------------------------------- /static/logo/channel-tg-security.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-tg-security.jpg -------------------------------------------------------------------------------- /static/logo/channel-thestandoff.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-thestandoff.jpg -------------------------------------------------------------------------------- /static/logo/channel-thestandoffnews.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-thestandoffnews.jpg -------------------------------------------------------------------------------- /static/logo/channel-tmgroupsecurity.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-tmgroupsecurity.jpg -------------------------------------------------------------------------------- /static/logo/channel-tomhunter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-tomhunter.jpg -------------------------------------------------------------------------------- /static/logo/channel-true-secator.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-true-secator.jpg -------------------------------------------------------------------------------- /static/logo/channel-vschannel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-vschannel.jpg -------------------------------------------------------------------------------- /static/logo/channel-zeroday-spb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-zeroday-spb.jpg -------------------------------------------------------------------------------- /static/logo/channel-zlonov.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/channel-zlonov.jpg -------------------------------------------------------------------------------- /static/logo/github-bafomet666.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/github-bafomet666.jpg -------------------------------------------------------------------------------- /static/logo/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/github.png -------------------------------------------------------------------------------- /static/logo/group-antidetectchat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-antidetectchat.jpg -------------------------------------------------------------------------------- /static/logo/group-begtinchat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-begtinchat.jpg -------------------------------------------------------------------------------- /static/logo/group-bolgarkachat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-bolgarkachat.jpg -------------------------------------------------------------------------------- /static/logo/group-cepter-chat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-cepter-chat.jpg -------------------------------------------------------------------------------- /static/logo/group-comments-irozysk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-comments-irozysk.jpg -------------------------------------------------------------------------------- /static/logo/group-cyberyozhtalks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-cyberyozhtalks.jpg -------------------------------------------------------------------------------- /static/logo/group-dc7499.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-dc7499.jpg -------------------------------------------------------------------------------- /static/logo/group-dc8044.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-dc8044.jpg -------------------------------------------------------------------------------- /static/logo/group-forensictoolslive.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-forensictoolslive.jpg -------------------------------------------------------------------------------- /static/logo/group-geoint.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-geoint.jpg -------------------------------------------------------------------------------- /static/logo/group-grablab-osint-news-ru.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-grablab-osint-news-ru.jpg -------------------------------------------------------------------------------- /static/logo/group-grablab-osint-news.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-grablab-osint-news.jpg -------------------------------------------------------------------------------- /static/logo/group-grablab-osint-ru.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-grablab-osint-ru.jpg -------------------------------------------------------------------------------- /static/logo/group-grablab-osint.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-grablab-osint.jpg -------------------------------------------------------------------------------- /static/logo/group-howtofind-chat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-howtofind-chat.jpg -------------------------------------------------------------------------------- /static/logo/group-intelligence-guild.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-intelligence-guild.jpg -------------------------------------------------------------------------------- /static/logo/group-kii187fz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-kii187fz.jpg -------------------------------------------------------------------------------- /static/logo/group-multiacceng.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-multiacceng.jpg -------------------------------------------------------------------------------- /static/logo/group-osint-club.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-osint-club.jpg -------------------------------------------------------------------------------- /static/logo/group-osint-rf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-osint-rf.jpg -------------------------------------------------------------------------------- /static/logo/group-osint-san.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-osint-san.jpg -------------------------------------------------------------------------------- /static/logo/group-osint-search.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-osint-search.jpg -------------------------------------------------------------------------------- /static/logo/group-osintby-chat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-osintby-chat.jpg -------------------------------------------------------------------------------- /static/logo/group-ralfchackerpublicchat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-ralfchackerpublicchat.jpg -------------------------------------------------------------------------------- /static/logo/group-router-os.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-router-os.jpg -------------------------------------------------------------------------------- /static/logo/group-ruscadasec.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-ruscadasec.jpg -------------------------------------------------------------------------------- /static/logo/group-secinfosec.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-secinfosec.jpg -------------------------------------------------------------------------------- /static/logo/group-shadow-chat-tg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-shadow-chat-tg.jpg -------------------------------------------------------------------------------- /static/logo/group-spbctf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-spbctf.jpg -------------------------------------------------------------------------------- /static/logo/group-thecodeby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-thecodeby.jpg -------------------------------------------------------------------------------- /static/logo/group-thestandoff.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-thestandoff.jpg -------------------------------------------------------------------------------- /static/logo/group-usersbox-chat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-usersbox-chat.jpg -------------------------------------------------------------------------------- /static/logo/group-webpwnchat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/group-webpwnchat.jpg -------------------------------------------------------------------------------- /static/logo/komarov.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/komarov.jpg -------------------------------------------------------------------------------- /static/logo/org-elcomsoft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/org-elcomsoft.jpg -------------------------------------------------------------------------------- /static/logo/org-group-ib.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/org-group-ib.jpg -------------------------------------------------------------------------------- /static/logo/scope-house.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/scope-house.png -------------------------------------------------------------------------------- /static/logo/twitter-alukatsky.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/twitter-alukatsky.jpg -------------------------------------------------------------------------------- /static/logo/twitter-intercepterng.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/twitter-intercepterng.jpg -------------------------------------------------------------------------------- /static/logo/user-agent-noreply.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-agent-noreply.jpg -------------------------------------------------------------------------------- /static/logo/user-alexmaknet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-alexmaknet.jpg -------------------------------------------------------------------------------- /static/logo/user-alukatsk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-alukatsk.jpg -------------------------------------------------------------------------------- /static/logo/user-antipovevgenii.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-antipovevgenii.jpg -------------------------------------------------------------------------------- /static/logo/user-anton-shipulin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-anton-shipulin.jpg -------------------------------------------------------------------------------- /static/logo/user-ashotog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-ashotog.jpg -------------------------------------------------------------------------------- /static/logo/user-beholderishere.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-beholderishere.jpg -------------------------------------------------------------------------------- /static/logo/user-ciartem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-ciartem.jpg -------------------------------------------------------------------------------- /static/logo/user-cyb-detective.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-cyb-detective.jpg -------------------------------------------------------------------------------- /static/logo/user-cyber-yozh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-cyber-yozh.jpg -------------------------------------------------------------------------------- /static/logo/user-denis-wagner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-denis-wagner.jpg -------------------------------------------------------------------------------- /static/logo/user-dstoun.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-dstoun.jpg -------------------------------------------------------------------------------- /static/logo/user-gspdnsobaka.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-gspdnsobaka.jpg -------------------------------------------------------------------------------- /static/logo/user-hexuary.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-hexuary.jpg -------------------------------------------------------------------------------- /static/logo/user-ibooom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-ibooom.jpg -------------------------------------------------------------------------------- /static/logo/user-infosecurityevil.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-infosecurityevil.jpg -------------------------------------------------------------------------------- /static/logo/user-itscrt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-itscrt.jpg -------------------------------------------------------------------------------- /static/logo/user-johnripper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-johnripper.jpg -------------------------------------------------------------------------------- /static/logo/user-jsdio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-jsdio.jpg -------------------------------------------------------------------------------- /static/logo/user-ksvark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-ksvark.jpg -------------------------------------------------------------------------------- /static/logo/user-kvakirsanov.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-kvakirsanov.jpg -------------------------------------------------------------------------------- /static/logo/user-mifkilla.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-mifkilla.jpg -------------------------------------------------------------------------------- /static/logo/user-r3dhunt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-r3dhunt.jpg -------------------------------------------------------------------------------- /static/logo/user-ralf-hacker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-ralf-hacker.jpg -------------------------------------------------------------------------------- /static/logo/user-romachev.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-romachev.jpg -------------------------------------------------------------------------------- /static/logo/user-routerscan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-routerscan.jpg -------------------------------------------------------------------------------- /static/logo/user-satana666mx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-satana666mx.jpg -------------------------------------------------------------------------------- /static/logo/user-schwarz-osint.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-schwarz-osint.jpg -------------------------------------------------------------------------------- /static/logo/user-seadm1n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-seadm1n.jpg -------------------------------------------------------------------------------- /static/logo/user-soxoj.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-soxoj.jpg -------------------------------------------------------------------------------- /static/logo/user-vektort13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-vektort13.jpg -------------------------------------------------------------------------------- /static/logo/user-x86corez.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-x86corez.jpg -------------------------------------------------------------------------------- /static/logo/user-yarbabin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user-yarbabin.jpg -------------------------------------------------------------------------------- /static/logo/user.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/user.jpg -------------------------------------------------------------------------------- /static/logo/website-codeby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/website-codeby.jpg -------------------------------------------------------------------------------- /static/logo/website-irozysk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/website-irozysk.png -------------------------------------------------------------------------------- /static/logo/website-lukatsky.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/website-lukatsky.jpg -------------------------------------------------------------------------------- /static/logo/website-rtechno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/website-rtechno.png -------------------------------------------------------------------------------- /static/logo/youtube-intercepter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/youtube-intercepter.jpg -------------------------------------------------------------------------------- /static/logo/youtube-kiberded.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/youtube-kiberded.jpg -------------------------------------------------------------------------------- /static/logo/youtube-lukatsky.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/youtube-lukatsky.jpg -------------------------------------------------------------------------------- /static/logo/youtube-peoplepro.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/youtube-peoplepro.jpg -------------------------------------------------------------------------------- /static/logo/youtube-spbctf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/youtube-spbctf.jpg -------------------------------------------------------------------------------- /static/logo/youtube-vektort13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lorien/ru-osint-infosec-map/5816d6b09549b3ff3823f1587bfa18862031072b/static/logo/youtube-vektort13.jpg --------------------------------------------------------------------------------