Weekly Report for 2022-02-25 to 2022-03-04

STIX2 Files

Weekly Summary

  • The top attacking country was China with 1516 individual attacking IPs
  • The most attacked protocol was ssh with 1448 attacker IPs
  • Total attacks are up 79% from last week (9981 vs 5553)
Weekly Threat Intelligence Report
    <div>
    <h2>Weekly Comparison</h2>
    <div id="weekcomparisonchart"></div>
    <h2>Attacks by Destination</h2>
    <div id="honeychart"></div>
    <h2>Attacks By Country & ASN</h2>
    <div id="chartdiv"></div>
    <h2>Attacks By Date</h2>
    <div id="protocolbarchart"></div>
    <h2>Attacks By Protocol</h2>
    <table>
    <tbody>
      <tr>
        <td><div id="sshattacks"></div></td>
        <td><div id="ftpattacks"></div></td>
        <td><div id="ntpattacks"></div></td>
      </tr>
      <tr>
        <td><div id="sipattacks"></div></td>
        <td><div id="snmpattacks"></div></td>
        <td><div id="telnetattacks"></div></td>
      </tr>
      <tr>
        <td><div id="mssqlattacks"></div></td>
        <td><div id="mysqlattacks"></div></td>
        <td><div id="redisattacks"></div></td>
      </tr>
      <tr>
        <td><div id="nmapattacks"></div></td>
        <td><div id="gitattacks"></div></td>
        <td><div id="dorkattacks"></div></td>
      </tr>
    </tbody>
    </table>
    <h2>Phishing Domains by Category</h2>
    <div id="phishingchart"></div>
    
        <script>
        am4core.ready(function() {
            am4core.useTheme(am4themes_dark);
            am4core.useTheme(am4themes_animated);
            var honeychart = am4core.create("honeychart", am4charts.PieChart);
            honeychart.hiddenState.properties.opacity = 0;

            honeychart.data = [
        {"country": "Spain", "value": 36},{"country": "Poland", "value": 158},{"country": "France", "value": 380},{"country": "Singapore", "value": 419},{"country": "Germany", "value": 464},{"country": "Canada", "value": 361},{"country": "England", "value": 507},
            ];

            honeychart.radius = am4core.percent(70);
            honeychart.innerRadius = am4core.percent(40);
            honeychart.startAngle = 180;
            honeychart.endAngle = 360;

            var series = honeychart.series.push(new am4charts.PieSeries());
            series.dataFields.value = "value";
            series.dataFields.category = "country";
            series.slices.template.cornerRadius = 10;
            series.slices.template.innerCornerRadius = 7;
            series.slices.template.draggable = true;
            series.slices.template.inert = true;
            series.alignLabels = false;
            series.hiddenState.properties.startAngle = 90;
            series.hiddenState.properties.endAngle = 90;
            honeychart.legend = new am4charts.Legend();

            series.colors.list = [
                am4core.color("#17b924"), am4core.color("#16a622"),
                am4core.color("#12821b"), am4core.color("#0d6614"),
                am4core.color("#0a4f10"), am4core.color("#347a3a"),
                am4core.color("#2d6932"), am4core.color("#377f3d"),
                am4core.color("#43994a"), am4core.color("#4fb057"),
                am4core.color("#5ac964"), am4core.color("#3b5f3e"),
                am4core.color("#4f7f53"), am4core.color("#629e67"),
                am4core.color("#77c57e"), am4core.color("#8ee796")
            ];
        });
        </script>
        
        <div id="countryasnchart"></div>
        <script>
        am4core.useTheme(am4themes_dark);
        am4core.useTheme(am4themes_animated);
        var container = am4core.create("countryasnchart", am4core.Container);
        container.width = am4core.percent(100);
        container.height = am4core.percent(100);
        container.layout = "horizontal";
        var chart = container.createChild(am4charts.PieChart);

        chart.data = [
        
                {
                    "country": "China",
                    "attacks": 1516,
                    "subData": [
                {"name": "4837", "value": 366},{"name": "45090", "value": 361},{"name": "4134", "value": 268},{"name": "37963", "value": 122},{"name": "38365", "value": 68},{"name": "4808", "value": 61},{"name": "9808", "value": 39},{"name": "4812", "value": 30},{"name": "58461", "value": 15},{"name": "23724", "value": 15},{"name": "58593", "value": 10},{"name": "56046", "value": 9},{"name": "58519", "value": 9},{"name": "4847", "value": 8},{"name": "133774", "value": 6},{"name": "24547", "value": 6},{"name": "24444", "value": 6},{"name": "56041", "value": 5},{"name": "59078", "value": 5},{"name": "4811", "value": 5},{"name": "38283", "value": 5},{"name": "4538", "value": 4},{"name": "137697", "value": 4},{"name": "56048", "value": 4},{"name": "132525", "value": 4},{"name": "58563", "value": 4},{"name": "55933", "value": 3},{"name": "56044", "value": 3},{"name": "136190", "value": 3},{"name": "56047", "value": 3},{"name": "134768", "value": 3},{"name": "63835", "value": 3},{"name": "17964", "value": 3},{"name": "56040", "value": 3},{"name": "140726", "value": 2},{"name": "137691", "value": 2},{"name": "140292", "value": 2},{"name": "133118", "value": 2},{"name": "134762", "value": 2},{"name": "4816", "value": 2},{"name": "58466", "value": 2},{"name": "17622", "value": 2},{"name": "134420", "value": 2},{"name": "137687", "value": 2},{"name": "45062", "value": 2},{"name": "17621", "value": 2},{"name": "58543", "value": 2},{"name": "24138", "value": 2},{"name": "55990", "value": 2},{"name": "58541", "value": 2},{"name": "56005", "value": 1},{"name": "17623", "value": 1},{"name": "24139", "value": 1},{"name": "17962", "value": 1},{"name": "136959", "value": 1},{"name": "17638", "value": 1},{"name": "134238", "value": 1},{"name": "139080", "value": 1},{"name": "134548", "value": 1},{"name": "17775", "value": 1},{"name": "59019", "value": 1},{"name": "136197", "value": 1},{"name": "9814", "value": 1},{"name": "134763", "value": 1},{"name": "134774", "value": 1},{"name": "134756", "value": 1},{"name": "137693", "value": 1},{"name": "138421", "value": 1},{"name": "7497", "value": 1},{"name": "133775", "value": 1},{"name": "134761", "value": 1}
                    ]
                },
                
                {
                    "country": "United_States",
                    "attacks": 992,
                    "subData": [
                {"name": "14061", "value": 228},{"name": "20052", "value": 95},{"name": "6939", "value": 91},{"name": "53667", "value": 80},{"name": "398324", "value": 55},{"name": "701", "value": 31},{"name": "8075", "value": 29},{"name": "398722", "value": 29},{"name": "396982", "value": 28},{"name": "213035", "value": 19},{"name": "132203", "value": 18},{"name": "6130", "value": 18},{"name": "51167", "value": 14},{"name": "14618", "value": 12},{"name": "7922", "value": 12},{"name": "10439", "value": 12},{"name": "40065", "value": 12},{"name": "46844", "value": 11},{"name": "16509", "value": 10},{"name": "2914", "value": 9},{"name": "40676", "value": 9},{"name": "20001", "value": 9},{"name": "21859", "value": 8},{"name": "6128", "value": 8},{"name": "399045", "value": 7},{"name": "40021", "value": 7},{"name": "36352", "value": 6},{"name": "62904", "value": 6},{"name": "55293", "value": 5},{"name": "30083", "value": 5},{"name": "19108", "value": 4},{"name": "20115", "value": 4},{"name": "398355", "value": 4},{"name": "46664", "value": 4},{"name": "7018", "value": 4},{"name": "11426", "value": 3},{"name": "12271", "value": 3},{"name": "35913", "value": 3},{"name": "3356", "value": 3},{"name": "14987", "value": 3},{"name": "5650", "value": 2},{"name": "10796", "value": 2},{"name": "211252", "value": 2},{"name": "25679", "value": 2},{"name": "19318", "value": 2},{"name": "46606", "value": 2},{"name": "20055", "value": 2},{"name": "7029", "value": 2},{"name": "31898", "value": 2},{"name": "64050", "value": 2},{"name": "16591", "value": 2},{"name": "63023", "value": 2},{"name": "209", "value": 2},{"name": "11427", "value": 2},{"name": "22773", "value": 2},{"name": "49532", "value": 2},{"name": "8100", "value": 2},{"name": "27257", "value": 2},{"name": "21547", "value": 1},{"name": "46475", "value": 1},{"name": "10242", "value": 1},{"name": "25820", "value": 1},{"name": "5033", "value": 1},{"name": "63949", "value": 1},{"name": "64236", "value": 1},{"name": "18786", "value": 1},{"name": "11351", "value": 1},{"name": "142580", "value": 1},{"name": "46652", "value": 1},{"name": "26496", "value": 1},{"name": "46562", "value": 1},{"name": "398101", "value": 1},{"name": "398705", "value": 1},{"name": "15169", "value": 1},{"name": "29930", "value": 1},{"name": "23470", "value": 1},{"name": "25780", "value": 1},{"name": "11776", "value": 1},{"name": "13614", "value": 1},{"name": "26554", "value": 1},{"name": "20473", "value": 1},{"name": "62744", "value": 1},{"name": "12083", "value": 1},{"name": "47583", "value": 1},{"name": "174", "value": 1},{"name": "133527", "value": 1},{"name": "46573", "value": 1},{"name": "11232", "value": 1},{"name": "18978", "value": 1},{"name": "12266", "value": 1},{"name": "3737", "value": 1},{"name": "33544", "value": 1},{"name": "33363", "value": 1},{"name": "33152", "value": 1},{"name": "13693", "value": 1},{"name": "395559", "value": 1}
                    ]
                },
                
                {
                    "country": "Germany",
                    "attacks": 248,
                    "subData": [
                {"name": "14061", "value": 86},{"name": "47154", "value": 46},{"name": "23470", "value": 27},{"name": "24961", "value": 24},{"name": "51167", "value": 21},{"name": "63949", "value": 10},{"name": "3209", "value": 4},{"name": "24940", "value": 4},{"name": "399471", "value": 4},{"name": "48314", "value": 3},{"name": "49581", "value": 3},{"name": "3320", "value": 3},{"name": "45102", "value": 2},{"name": "8881", "value": 1},{"name": "15169", "value": 1},{"name": "39783", "value": 1},{"name": "8220", "value": 1},{"name": "33846", "value": 1},{"name": "205388", "value": 1},{"name": "12586", "value": 1},{"name": "8422", "value": 1},{"name": "35916", "value": 1},{"name": "197540", "value": 1},{"name": "8560", "value": 1}
                    ]
                },
                
                {
                    "country": "Vietnam",
                    "attacks": 214,
                    "subData": [
                {"name": "24086", "value": 75},{"name": "135905", "value": 60},{"name": "18403", "value": 25},{"name": "45899", "value": 17},{"name": "7552", "value": 15},{"name": "135967", "value": 5},{"name": "38731", "value": 3},{"name": "56150", "value": 2},{"name": "45903", "value": 2},{"name": "56153", "value": 2},{"name": "45538", "value": 1},{"name": "140803", "value": 1},{"name": "135915", "value": 1},{"name": "135987", "value": 1},{"name": "131353", "value": 1},{"name": "24088", "value": 1},{"name": "140833", "value": 1},{"name": "135920", "value": 1}
                    ]
                },
                
                {
                    "country": "Russia",
                    "attacks": 199,
                    "subData": [
                {"name": "12389", "value": 47},{"name": "208911", "value": 15},{"name": "197068", "value": 15},{"name": "49505", "value": 14},{"name": "50340", "value": 9},{"name": "8369", "value": 5},{"name": "61432", "value": 4},{"name": "207569", "value": 4},{"name": "50113", "value": 4},{"name": "35029", "value": 3},{"name": "41843", "value": 3},{"name": "200350", "value": 3},{"name": "12714", "value": 2},{"name": "210079", "value": 2},{"name": "8402", "value": 2},{"name": "209024", "value": 2},{"name": "50187", "value": 2},{"name": "50928", "value": 2},{"name": "39805", "value": 2},{"name": "12846", "value": 2},{"name": "208677", "value": 2},{"name": "31163", "value": 1},{"name": "57271", "value": 1},{"name": "8334", "value": 1},{"name": "42498", "value": 1},{"name": "33696", "value": 1},{"name": "16285", "value": 1},{"name": "31483", "value": 1},{"name": "8342", "value": 1},{"name": "48096", "value": 1},{"name": "15774", "value": 1},{"name": "21353", "value": 1},{"name": "57835", "value": 1},{"name": "51604", "value": 1},{"name": "204833", "value": 1},{"name": "39811", "value": 1},{"name": "31370", "value": 1},{"name": "3168", "value": 1},{"name": "204490", "value": 1},{"name": "59706", "value": 1},{"name": "41668", "value": 1},{"name": "50477", "value": 1},{"name": "57523", "value": 1},{"name": "33934", "value": 1},{"name": "12695", "value": 1},{"name": "31257", "value": 1},{"name": "50596", "value": 1},{"name": "24811", "value": 1},{"name": "201825", "value": 1},{"name": "35539", "value": 1},{"name": "21127", "value": 1},{"name": "29124", "value": 1},{"name": "29648", "value": 1},{"name": "41733", "value": 1},{"name": "24699", "value": 1},{"name": "21378", "value": 1},{"name": "25159", "value": 1},{"name": "9123", "value": 1},{"name": "8580", "value": 1},{"name": "31214", "value": 1},{"name": "43761", "value": 1},{"name": "59637", "value": 1},{"name": "35815", "value": 1},{"name": "208701", "value": 1},{"name": "43660", "value": 1},{"name": "60490", "value": 1},{"name": "47111", "value": 1},{"name": "201211", "value": 1},{"name": "50276", "value": 1},{"name": "42245", "value": 1},{"name": "29319", "value": 1},{"name": "49863", "value": 1},{"name": "15599", "value": 1},{"name": "48822", "value": 1},{"name": "47193", "value": 1},{"name": "14576", "value": 1}
                    ]
                },
                
                {
                    "country": "Hong_Kong",
                    "attacks": 186,
                    "subData": [
                {"name": "132203", "value": 95},{"name": "57523", "value": 16},{"name": "396982", "value": 14},{"name": "201814", "value": 11},{"name": "55933", "value": 7},{"name": "135377", "value": 7},{"name": "9269", "value": 5},{"name": "9381", "value": 4},{"name": "141167", "value": 4},{"name": "55020", "value": 3},{"name": "16509", "value": 3},{"name": "4760", "value": 2},{"name": "3491", "value": 1},{"name": "138152", "value": 1},{"name": "142403", "value": 1},{"name": "8075", "value": 1},{"name": "38197", "value": 1},{"name": "64050", "value": 1},{"name": "133380", "value": 1},{"name": "135391", "value": 1},{"name": "38186", "value": 1},{"name": "136798", "value": 1},{"name": "137443", "value": 1},{"name": "63888", "value": 1},{"name": "133073", "value": 1},{"name": "133929", "value": 1},{"name": "136209", "value": 1}
                    ]
                },
                
                {
                    "country": "South_Korea",
                    "attacks": 171,
                    "subData": [
                {"name": "4766", "value": 83},{"name": "9318", "value": 32},{"name": "3786", "value": 21},{"name": "17858", "value": 11},{"name": "17853", "value": 5},{"name": "9698", "value": 2},{"name": "9762", "value": 1},{"name": "132203", "value": 1},{"name": "17589", "value": 1},{"name": "139070", "value": 1},{"name": "10054", "value": 1},{"name": "38684", "value": 1},{"name": "38120", "value": 1},{"name": "9319", "value": 1},{"name": "9781", "value": 1},{"name": "31898", "value": 1},{"name": "10175", "value": 1},{"name": "17864", "value": 1},{"name": "16509", "value": 1},{"name": "38661", "value": 1},{"name": "17877", "value": 1},{"name": "4670", "value": 1},{"name": "9694", "value": 1}
                    ]
                },
                
                {
                    "country": "France",
                    "attacks": 166,
                    "subData": [
                {"name": "12876", "value": 111},{"name": "16276", "value": 20},{"name": "29066", "value": 8},{"name": "60068", "value": 5},{"name": "12322", "value": 5},{"name": "8972", "value": 4},{"name": "15557", "value": 2},{"name": "203476", "value": 2},{"name": "8075", "value": 1},{"name": "21499", "value": 1},{"name": "49619", "value": 1},{"name": "49434", "value": 1},{"name": "3215", "value": 1},{"name": "31898", "value": 1},{"name": "63023", "value": 1},{"name": "9009", "value": 1},{"name": "60132", "value": 1}
                    ]
                },
                
                {
                    "country": "India",
                    "attacks": 140,
                    "subData": [
                {"name": "14061", "value": 35},{"name": "24560", "value": 11},{"name": "9829", "value": 10},{"name": "45820", "value": 6},{"name": "24309", "value": 5},{"name": "17488", "value": 4},{"name": "18207", "value": 3},{"name": "9498", "value": 3},{"name": "133296", "value": 3},{"name": "24186", "value": 3},{"name": "45582", "value": 2},{"name": "63949", "value": 2},{"name": "45102", "value": 2},{"name": "45536", "value": 2},{"name": "133275", "value": 2},{"name": "139195", "value": 2},{"name": "138277", "value": 2},{"name": "8075", "value": 2},{"name": "18002", "value": 2},{"name": "17439", "value": 2},{"name": "55836", "value": 2},{"name": "17762", "value": 2},{"name": "135808", "value": 1},{"name": "17665", "value": 1},{"name": "141266", "value": 1},{"name": "134331", "value": 1},{"name": "23860", "value": 1},{"name": "136284", "value": 1},{"name": "138718", "value": 1},{"name": "18101", "value": 1},{"name": "63199", "value": 1},{"name": "132573", "value": 1},{"name": "134859", "value": 1},{"name": "133297", "value": 1},{"name": "134884", "value": 1},{"name": "4755", "value": 1},{"name": "132754", "value": 1},{"name": "132717", "value": 1},{"name": "134041", "value": 1},{"name": "16509", "value": 1},{"name": "137109", "value": 1},{"name": "133965", "value": 1},{"name": "138411", "value": 1},{"name": "45184", "value": 1},{"name": "9583", "value": 1},{"name": "138275", "value": 1},{"name": "133311", "value": 1},{"name": "45528", "value": 1},{"name": "133469", "value": 1},{"name": "45916", "value": 1},{"name": "10225", "value": 1},{"name": "131210", "value": 1},{"name": "18209", "value": 1},{"name": "18229", "value": 1},{"name": "133001", "value": 1}
                    ]
                },
                
                {
                    "country": "Brazil",
                    "attacks": 132,
                    "subData": [
                {"name": "28573", "value": 18},{"name": "263880", "value": 12},{"name": "18881", "value": 9},{"name": "27699", "value": 7},{"name": "53138", "value": 3},{"name": "8075", "value": 3},{"name": "26599", "value": 2},{"name": "262624", "value": 2},{"name": "262503", "value": 2},{"name": "10429", "value": 2},{"name": "31898", "value": 2},{"name": "16509", "value": 2},{"name": "269663", "value": 2},{"name": "16735", "value": 2},{"name": "28146", "value": 2},{"name": "270704", "value": 1},{"name": "28343", "value": 1},{"name": "52995", "value": 1},{"name": "266253", "value": 1},{"name": "268581", "value": 1},{"name": "264417", "value": 1},{"name": "270814", "value": 1},{"name": "14463", "value": 1},{"name": "52768", "value": 1},{"name": "264987", "value": 1},{"name": "270523", "value": 1},{"name": "271613", "value": 1},{"name": "264127", "value": 1},{"name": "64102", "value": 1},{"name": "265761", "value": 1},{"name": "262497", "value": 1},{"name": "16397", "value": 1},{"name": "262387", "value": 1},{"name": "396982", "value": 1},{"name": "52898", "value": 1},{"name": "262794", "value": 1},{"name": "262595", "value": 1},{"name": "53006", "value": 1},{"name": "265259", "value": 1},{"name": "267295", "value": 1},{"name": "263656", "value": 1},{"name": "270669", "value": 1},{"name": "52923", "value": 1},{"name": "7738", "value": 1},{"name": "267418", "value": 1},{"name": "264159", "value": 1},{"name": "265291", "value": 1},{"name": "268048", "value": 1},{"name": "28287", "value": 1},{"name": "263661", "value": 1},{"name": "262532", "value": 1},{"name": "262674", "value": 1},{"name": "263333", "value": 1},{"name": "4230", "value": 1},{"name": "61689", "value": 1},{"name": "268625", "value": 1},{"name": "61664", "value": 1},{"name": "28656", "value": 1},{"name": "262879", "value": 1},{"name": "61834", "value": 1},{"name": "263400", "value": 1},{"name": "11921", "value": 1},{"name": "268648", "value": 1},{"name": "265078", "value": 1},{"name": "262907", "value": 1},{"name": "8167", "value": 1},{"name": "28665", "value": 1},{"name": "262726", "value": 1},{"name": "53062", "value": 1},{"name": "263252", "value": 1},{"name": "61858", "value": 1},{"name": "28359", "value": 1},{"name": "264598", "value": 1},{"name": "263433", "value": 1},{"name": "262817", "value": 1},{"name": "19182", "value": 1},{"name": "61591", "value": 1}
                    ]
                },
                
                {
                    "country": "Romania",
                    "attacks": 130,
                    "subData": [
                {"name": "47890", "value": 112},{"name": "48090", "value": 14},{"name": "8708", "value": 2},{"name": "48161", "value": 1},{"name": "9050", "value": 1}
                    ]
                },
                
                {
                    "country": "Singapore",
                    "attacks": 107,
                    "subData": [
                {"name": "14061", "value": 61},{"name": "134963", "value": 16},{"name": "63949", "value": 8},{"name": "132203", "value": 4},{"name": "9506", "value": 4},{"name": "26496", "value": 4},{"name": "8075", "value": 3},{"name": "64050", "value": 2},{"name": "396982", "value": 1},{"name": "24549", "value": 1},{"name": "3758", "value": 1},{"name": "55430", "value": 1},{"name": "47583", "value": 1}
                    ]
                },
                
                {
                    "country": "Netherlands",
                    "attacks": 104,
                    "subData": [
                {"name": "14061", "value": 18},{"name": "51447", "value": 16},{"name": "50673", "value": 15},{"name": "202425", "value": 13},{"name": "48090", "value": 8},{"name": "48357", "value": 6},{"name": "211895", "value": 5},{"name": "399471", "value": 5},{"name": "8075", "value": 4},{"name": "63023", "value": 2},{"name": "49981", "value": 2},{"name": "208006", "value": 2},{"name": "21501", "value": 1},{"name": "139884", "value": 1},{"name": "15435", "value": 1},{"name": "12876", "value": 1},{"name": "49870", "value": 1},{"name": "14576", "value": 1},{"name": "31898", "value": 1},{"name": "212708", "value": 1}
                    ]
                },
                
                {
                    "country": "United_Kingdom",
                    "attacks": 76,
                    "subData": [
                {"name": "14061", "value": 25},{"name": "16276", "value": 21},{"name": "5607", "value": 5},{"name": "13285", "value": 4},{"name": "20860", "value": 3},{"name": "9105", "value": 3},{"name": "2856", "value": 3},{"name": "8075", "value": 3},{"name": "208226", "value": 1},{"name": "5413", "value": 1},{"name": "135377", "value": 1},{"name": "5089", "value": 1},{"name": "29550", "value": 1},{"name": "63949", "value": 1},{"name": "51561", "value": 1},{"name": "12708", "value": 1},{"name": "16509", "value": 1}
                    ]
                },
                
                {
                    "country": "Turkey",
                    "attacks": 53,
                    "subData": [
                {"name": "9121", "value": 25},{"name": "16135", "value": 14},{"name": "34984", "value": 5},{"name": "47331", "value": 2},{"name": "51559", "value": 2},{"name": "12735", "value": 1},{"name": "15897", "value": 1},{"name": "20649", "value": 1},{"name": "47524", "value": 1},{"name": "209711", "value": 1}
                    ]
                },
                
                {
                    "country": "Italy",
                    "attacks": 52,
                    "subData": [
                {"name": "3269", "value": 17},{"name": "30722", "value": 16},{"name": "12874", "value": 8},{"name": "31222", "value": 2},{"name": "1267", "value": 2},{"name": "31898", "value": 1},{"name": "203489", "value": 1},{"name": "48815", "value": 1},{"name": "20811", "value": 1},{"name": "35612", "value": 1},{"name": "15589", "value": 1},{"name": "9009", "value": 1}
                    ]
                },
                
                {
                    "country": "Indonesia",
                    "attacks": 50,
                    "subData": [
                {"name": "7713", "value": 11},{"name": "132203", "value": 5},{"name": "17451", "value": 5},{"name": "45102", "value": 3},{"name": "9462", "value": 2},{"name": "55656", "value": 2},{"name": "132653", "value": 2},{"name": "4761", "value": 2},{"name": "17995", "value": 2},{"name": "4800", "value": 2},{"name": "139190", "value": 1},{"name": "139989", "value": 1},{"name": "137289", "value": 1},{"name": "134655", "value": 1},{"name": "131755", "value": 1},{"name": "140389", "value": 1},{"name": "137342", "value": 1},{"name": "137310", "value": 1},{"name": "138841", "value": 1},{"name": "131710", "value": 1},{"name": "138062", "value": 1},{"name": "55693", "value": 1},{"name": "136065", "value": 1},{"name": "9905", "value": 1}
                    ]
                },
                
                {
                    "country": "Taiwan",
                    "attacks": 48,
                    "subData": [
                {"name": "3462", "value": 32},{"name": "38841", "value": 3},{"name": "18182", "value": 2},{"name": "131628", "value": 2},{"name": "9924", "value": 2},{"name": "396982", "value": 2},{"name": "134823", "value": 1},{"name": "9416", "value": 1},{"name": "63199", "value": 1},{"name": "17421", "value": 1},{"name": "24164", "value": 1}
                    ]
                },
                
                {
                    "country": "Iran",
                    "attacks": 44,
                    "subData": [
                {"name": "58224", "value": 17},{"name": "31549", "value": 5},{"name": "43754", "value": 3},{"name": "39501", "value": 2},{"name": "57474", "value": 2},{"name": "16322", "value": 2},{"name": "43395", "value": 2},{"name": "39308", "value": 1},{"name": "34918", "value": 1},{"name": "51469", "value": 1},{"name": "49100", "value": 1},{"name": "48391", "value": 1},{"name": "62442", "value": 1},{"name": "50810", "value": 1},{"name": "56402", "value": 1},{"name": "51235", "value": 1},{"name": "40676", "value": 1},{"name": "39368", "value": 1}
                    ]
                },
                
                {
                    "country": "Canada",
                    "attacks": 42,
                    "subData": [
                {"name": "8075", "value": 10},{"name": "16276", "value": 6},{"name": "14061", "value": 6},{"name": "6327", "value": 5},{"name": "396982", "value": 4},{"name": "577", "value": 2},{"name": "63949", "value": 1},{"name": "803", "value": 1},{"name": "812", "value": 1},{"name": "54643", "value": 1},{"name": "855", "value": 1},{"name": "5645", "value": 1},{"name": "852", "value": 1},{"name": "11260", "value": 1},{"name": "46562", "value": 1}
                    ]
                },
                
                {
                    "country": "Spain",
                    "attacks": 35,
                    "subData": [
                {"name": "29119", "value": 11},{"name": "35394", "value": 3},{"name": "42820", "value": 3},{"name": "15704", "value": 2},{"name": "6739", "value": 2},{"name": "35699", "value": 2},{"name": "204821", "value": 2},{"name": "199312", "value": 1},{"name": "39155", "value": 1},{"name": "12338", "value": 1},{"name": "3352", "value": 1},{"name": "12479", "value": 1},{"name": "209170", "value": 1},{"name": "42612", "value": 1},{"name": "12334", "value": 1},{"name": "50564", "value": 1},{"name": "57269", "value": 1}
                    ]
                },
                
                {
                    "country": "Mexico",
                    "attacks": 34,
                    "subData": [
                {"name": "8151", "value": 22},{"name": "17072", "value": 3},{"name": "22884", "value": 3},{"name": "6503", "value": 2},{"name": "11172", "value": 1},{"name": "32098", "value": 1},{"name": "278", "value": 1},{"name": "13579", "value": 1}
                    ]
                },
                
                {
                    "country": "Belgium",
                    "attacks": 34,
                    "subData": [
                {"name": "396982", "value": 27},{"name": "15169", "value": 4},{"name": "5432", "value": 2},{"name": "6848", "value": 1}
                    ]
                },
                
                {
                    "country": "Japan",
                    "attacks": 31,
                    "subData": [
                {"name": "7506", "value": 5},{"name": "2527", "value": 3},{"name": "31898", "value": 3},{"name": "63199", "value": 3},{"name": "16509", "value": 2},{"name": "2518", "value": 2},{"name": "9370", "value": 2},{"name": "58519", "value": 1},{"name": "63916", "value": 1},{"name": "12389", "value": 1},{"name": "24282", "value": 1},{"name": "10019", "value": 1},{"name": "4713", "value": 1},{"name": "4694", "value": 1},{"name": "45102", "value": 1},{"name": "135377", "value": 1},{"name": "18268", "value": 1},{"name": "396982", "value": 1}
                    ]
                },
                
                {
                    "country": "Ukraine",
                    "attacks": 29,
                    "subData": [
                {"name": "57049", "value": 2},{"name": "15895", "value": 2},{"name": "39027", "value": 2},{"name": "15377", "value": 2},{"name": "51937", "value": 1},{"name": "56668", "value": 1},{"name": "210327", "value": 1},{"name": "16044", "value": 1},{"name": "201776", "value": 1},{"name": "41161", "value": 1},{"name": "52180", "value": 1},{"name": "3326", "value": 1},{"name": "42512", "value": 1},{"name": "35816", "value": 1},{"name": "25229", "value": 1},{"name": "13188", "value": 1},{"name": "6877", "value": 1},{"name": "25514", "value": 1},{"name": "6702", "value": 1},{"name": "208397", "value": 1},{"name": "49223", "value": 1},{"name": "43110", "value": 1},{"name": "51121", "value": 1},{"name": "6849", "value": 1},{"name": "28996", "value": 1}
                    ]
                },
                
                {
                    "country": "Colombia",
                    "attacks": 26,
                    "subData": [
                {"name": "14080", "value": 5},{"name": "13489", "value": 4},{"name": "19429", "value": 3},{"name": "10620", "value": 3},{"name": "3816", "value": 2},{"name": "262186", "value": 2},{"name": "27951", "value": 2},{"name": "8065", "value": 1},{"name": "269836", "value": 1},{"name": "267788", "value": 1},{"name": "18747", "value": 1},{"name": "27831", "value": 1}
                    ]
                },
                
                {
                    "country": "Australia",
                    "attacks": 25,
                    "subData": [
                {"name": "8075", "value": 6},{"name": "36351", "value": 4},{"name": "1221", "value": 3},{"name": "206898", "value": 3},{"name": "133612", "value": 2},{"name": "4764", "value": 1},{"name": "4739", "value": 1},{"name": "45102", "value": 1},{"name": "7545", "value": 1},{"name": "9723", "value": 1},{"name": "45671", "value": 1},{"name": "55803", "value": 1}
                    ]
                },
                
                {
                    "country": "Egypt",
                    "attacks": 23,
                    "subData": [
                {"name": "8452", "value": 17},{"name": "24863", "value": 4},{"name": "36992", "value": 2}
                    ]
                },
                
                {
                    "country": "Poland",
                    "attacks": 21,
                    "subData": [
                {"name": "213010", "value": 6},{"name": "197226", "value": 4},{"name": "21021", "value": 2},{"name": "5617", "value": 2},{"name": "15967", "value": 1},{"name": "29414", "value": 1},{"name": "12824", "value": 1},{"name": "34337", "value": 1},{"name": "29314", "value": 1},{"name": "201725", "value": 1},{"name": "197025", "value": 1}
                    ]
                },
                
                {
                    "country": "Argentina",
                    "attacks": 20,
                    "subData": [
                {"name": "7303", "value": 8},{"name": "10834", "value": 2},{"name": "27747", "value": 2},{"name": "52504", "value": 2},{"name": "52440", "value": 1},{"name": "28048", "value": 1},{"name": "16814", "value": 1},{"name": "4270", "value": 1},{"name": "266777", "value": 1},{"name": "266761", "value": 1}
                    ]
                },
                
                {
                    "country": "Czechia",
                    "attacks": 18,
                    "subData": [
                {"name": "211252", "value": 7},{"name": "51659", "value": 4},{"name": "34222", "value": 1},{"name": "13036", "value": 1},{"name": "213387", "value": 1},{"name": "5610", "value": 1},{"name": "16246", "value": 1},{"name": "20884", "value": 1},{"name": "197393", "value": 1}
                    ]
                },
                
                {
                    "country": "Pakistan",
                    "attacks": 17,
                    "subData": [
                {"name": "17557", "value": 8},{"name": "140607", "value": 2},{"name": "23674", "value": 2},{"name": "38584", "value": 1},{"name": "38713", "value": 1},{"name": "9541", "value": 1},{"name": "7590", "value": 1},{"name": "142552", "value": 1}
                    ]
                },
                
                {
                    "country": "Thailand",
                    "attacks": 17,
                    "subData": [
                {"name": "131090", "value": 7},{"name": "23969", "value": 3},{"name": "45758", "value": 2},{"name": "4618", "value": 1},{"name": "4765", "value": 1},{"name": "24328", "value": 1},{"name": "9891", "value": 1},{"name": "17552", "value": 1}
                    ]
                },
                
                {
                    "country": "Malaysia",
                    "attacks": 17,
                    "subData": [
                {"name": "4788", "value": 11},{"name": "45785", "value": 2},{"name": "55720", "value": 1},{"name": "132890", "value": 1},{"name": "18206", "value": 1},{"name": "136209", "value": 1}
                    ]
                },
                
                {
                    "country": "South_Africa",
                    "attacks": 17,
                    "subData": [
                {"name": "37611", "value": 4},{"name": "8075", "value": 3},{"name": "37680", "value": 2},{"name": "3741", "value": 2},{"name": "328598", "value": 1},{"name": "37353", "value": 1},{"name": "327987", "value": 1},{"name": "138915", "value": 1},{"name": "327960", "value": 1},{"name": "37100", "value": 1}
                    ]
                },
                
                {
                    "country": "Switzerland",
                    "attacks": 17,
                    "subData": [
                {"name": "8075", "value": 8},{"name": "51852", "value": 7},{"name": "6730", "value": 1},{"name": "41872", "value": 1}
                    ]
                },
                
                {
                    "country": "Luxembourg",
                    "attacks": 13,
                    "subData": [
                {"name": "53667", "value": 13}
                    ]
                },
                
                {
                    "country": "Sweden",
                    "attacks": 12,
                    "subData": [
                {"name": "8473", "value": 5},{"name": "3301", "value": 3},{"name": "42708", "value": 3},{"name": "35706", "value": 1}
                    ]
                },
                
                {
                    "country": "United_Arab_Emirates",
                    "attacks": 12,
                    "subData": [
                {"name": "36351", "value": 5},{"name": "5384", "value": 4},{"name": "8075", "value": 2},{"name": "138915", "value": 1}
                    ]
                },
                
                {
                    "country": "Bolivia",
                    "attacks": 12,
                    "subData": [
                {"name": "27839", "value": 9},{"name": "25620", "value": 2},{"name": "26210", "value": 1}
                    ]
                },
                
                {
                    "country": "Estonia",
                    "attacks": 10,
                    "subData": [
                {"name": "213010", "value": 6},{"name": "56694", "value": 3},{"name": "3249", "value": 1}
                    ]
                },
                
                {
                    "country": "Bulgaria",
                    "attacks": 10,
                    "subData": [
                {"name": "8866", "value": 4},{"name": "50360", "value": 2},{"name": "8717", "value": 2},{"name": "209564", "value": 1},{"name": "39251", "value": 1}
                    ]
                },
                
                {
                    "country": "Kazakhstan",
                    "attacks": 9,
                    "subData": [
                {"name": "9198", "value": 2},{"name": "21299", "value": 2},{"name": "35104", "value": 2},{"name": "59583", "value": 1},{"name": "39188", "value": 1},{"name": "41798", "value": 1}
                    ]
                },
                
                {
                    "country": "Venezuela",
                    "attacks": 9,
                    "subData": [
                {"name": "8048", "value": 5},{"name": "61461", "value": 2},{"name": "21826", "value": 1},{"name": "269750", "value": 1}
                    ]
                },
                
                {
                    "country": "Ecuador",
                    "attacks": 8,
                    "subData": [
                {"name": "14522", "value": 6},{"name": "28006", "value": 1},{"name": "27738", "value": 1}
                    ]
                },
                
                {
                    "country": "Kenya",
                    "attacks": 8,
                    "subData": [
                {"name": "15808", "value": 4},{"name": "37219", "value": 2},{"name": "30844", "value": 1},{"name": "37684", "value": 1}
                    ]
                },
                
                {
                    "country": "Portugal",
                    "attacks": 8,
                    "subData": [
                {"name": "211680", "value": 3},{"name": "15525", "value": 2},{"name": "12353", "value": 1},{"name": "2860", "value": 1},{"name": "3243", "value": 1}
                    ]
                },
                
                {
                    "country": "Bangladesh",
                    "attacks": 8,
                    "subData": [
                {"name": "17494", "value": 1},{"name": "133854", "value": 1},{"name": "58689", "value": 1},{"name": "135524", "value": 1},{"name": "9230", "value": 1},{"name": "63526", "value": 1},{"name": "56054", "value": 1},{"name": "134186", "value": 1}
                    ]
                },
                
                {
                    "country": "Greece",
                    "attacks": 8,
                    "subData": [
                {"name": "6799", "value": 6},{"name": "25472", "value": 1},{"name": "3329", "value": 1}
                    ]
                },
                
                {
                    "country": "Denmark",
                    "attacks": 6,
                    "subData": [
                {"name": "204274", "value": 4},{"name": "33796", "value": 1},{"name": "44869", "value": 1}
                    ]
                },
                
                {
                    "country": "Mongolia",
                    "attacks": 6,
                    "subData": [
                {"name": "17882", "value": 2},{"name": "63962", "value": 2},{"name": "38818", "value": 1},{"name": "137982", "value": 1}
                    ]
                },
                
                {
                    "country": "Saudi_Arabia",
                    "attacks": 6,
                    "subData": [
                {"name": "25019", "value": 4},{"name": "31898", "value": 2}
                    ]
                },
                
                {
                    "country": "Paraguay",
                    "attacks": 6,
                    "subData": [
                {"name": "23201", "value": 3},{"name": "27895", "value": 1},{"name": "11664", "value": 1},{"name": "266831", "value": 1}
                    ]
                },
                
                {
                    "country": "Hungary",
                    "attacks": 6,
                    "subData": [
                {"name": "5483", "value": 3},{"name": "12301", "value": 2},{"name": "25274", "value": 1}
                    ]
                },
                
                {
                    "country": "Chile",
                    "attacks": 6,
                    "subData": [
                {"name": "27651", "value": 2},{"name": "7418", "value": 2},{"name": "6429", "value": 1},{"name": "15311", "value": 1}
                    ]
                },
                
                {
                    "country": "Philippines",
                    "attacks": 6,
                    "subData": [
                {"name": "9299", "value": 5},{"name": "9658", "value": 1}
                    ]
                },
                
                {
                    "country": "Peru",
                    "attacks": 6,
                    "subData": [
                {"name": "27843", "value": 2},{"name": "12252", "value": 2},{"name": "22411", "value": 1},{"name": "19180", "value": 1}
                    ]
                },
                
                {
                    "country": "Belarus",
                    "attacks": 5,
                    "subData": [
                {"name": "25106", "value": 3},{"name": "6697", "value": 1},{"name": "42772", "value": 1}
                    ]
                },
                
                {
                    "country": "Nepal",
                    "attacks": 5,
                    "subData": [
                {"name": "134995", "value": 5}
                    ]
                },
                
                {
                    "country": "Armenia",
                    "attacks": 5,
                    "subData": [
                {"name": "12297", "value": 2},{"name": "44395", "value": 1},{"name": "49800", "value": 1},{"name": "205368", "value": 1}
                    ]
                },
                
                {
                    "country": "Honduras",
                    "attacks": 5,
                    "subData": [
                {"name": "263725", "value": 4},{"name": "27696", "value": 1}
                    ]
                },
                
                {
                    "country": "Serbia",
                    "attacks": 5,
                    "subData": [
                {"name": "8400", "value": 4},{"name": "9125", "value": 1}
                    ]
                },
                
                {
                    "country": "Slovakia",
                    "attacks": 5,
                    "subData": [
                {"name": "35328", "value": 2},{"name": "5578", "value": 1},{"name": "6830", "value": 1},{"name": "42841", "value": 1}
                    ]
                },
                
                {
                    "country": "Ethiopia",
                    "attacks": 5,
                    "subData": [
                {"name": "24757", "value": 5}
                    ]
                },
                
                {
                    "country": "Uruguay",
                    "attacks": 4,
                    "subData": [
                {"name": "6057", "value": 4}
                    ]
                },
                
                {
                    "country": "Moldova",
                    "attacks": 4,
                    "subData": [
                {"name": "31252", "value": 2},{"name": "8926", "value": 1},{"name": "39798", "value": 1}
                    ]
                },
                
                {
                    "country": "Georgia",
                    "attacks": 4,
                    "subData": [
                {"name": "35805", "value": 3},{"name": "44327", "value": 1}
                    ]
                },
                
                {
                    "country": "Lithuania",
                    "attacks": 4,
                    "subData": [
                {"name": "209605", "value": 4}
                    ]
                },
                
                {
                    "country": "Cambodia",
                    "attacks": 4,
                    "subData": [
                {"name": "131178", "value": 1},{"name": "17726", "value": 1},{"name": "38235", "value": 1},{"name": "23673", "value": 1}
                    ]
                },
                
                {
                    "country": "Tunisia",
                    "attacks": 4,
                    "subData": [
                {"name": "37705", "value": 3},{"name": "37492", "value": 1}
                    ]
                },
                
                {
                    "country": "Austria",
                    "attacks": 4,
                    "subData": [
                {"name": "1901", "value": 3},{"name": "203833", "value": 1}
                    ]
                },
                
                {
                    "country": "Guatemala",
                    "attacks": 4,
                    "subData": [
                {"name": "14754", "value": 1},{"name": "52286", "value": 1},{"name": "26617", "value": 1},{"name": "23383", "value": 1}
                    ]
                },
                
                {
                    "country": "Trinidad_and_Tobago",
                    "attacks": 3,
                    "subData": [
                {"name": "27665", "value": 2},{"name": "27800", "value": 1}
                    ]
                },
                
                {
                    "country": "Croatia",
                    "attacks": 3,
                    "subData": [
                {"name": "5391", "value": 3}
                    ]
                },
                
                {
                    "country": "Algeria",
                    "attacks": 3,
                    "subData": [
                {"name": "3208", "value": 2},{"name": "36891", "value": 1}
                    ]
                },
                
                {
                    "country": "Ghana",
                    "attacks": 3,
                    "subData": [
                {"name": "37148", "value": 3}
                    ]
                },
                
                {
                    "country": "Israel",
                    "attacks": 3,
                    "subData": [
                {"name": "8551", "value": 2},{"name": "12400", "value": 1}
                    ]
                },
                
                {
                    "country": "Cameroon",
                    "attacks": 3,
                    "subData": [
                {"name": "36905", "value": 2},{"name": "15964", "value": 1}
                    ]
                },
                
                {
                    "country": "Uganda",
                    "attacks": 3,
                    "subData": [
                {"name": "21491", "value": 2},{"name": "327687", "value": 1}
                    ]
                },
                
                {
                    "country": "Morocco",
                    "attacks": 3,
                    "subData": [
                {"name": "36925", "value": 1},{"name": "6713", "value": 1},{"name": "36903", "value": 1}
                    ]
                },
                
                {
                    "country": "Iraq",
                    "attacks": 3,
                    "subData": [
                {"name": "41032", "value": 1},{"name": "197882", "value": 1},{"name": "203735", "value": 1}
                    ]
                },
                
                {
                    "country": "Libya",
                    "attacks": 2,
                    "subData": [
                {"name": "21003", "value": 1},{"name": "37284", "value": 1}
                    ]
                },
                
                {
                    "country": "Bahrain",
                    "attacks": 2,
                    "subData": [
                {"name": "5416", "value": 1},{"name": "39273", "value": 1}
                    ]
                },
                
                {
                    "country": "El_Salvador",
                    "attacks": 2,
                    "subData": [
                {"name": "27773", "value": 2}
                    ]
                },
                
                {
                    "country": "Lebanon",
                    "attacks": 2,
                    "subData": [
                {"name": "9051", "value": 1},{"name": "42003", "value": 1}
                    ]
                },
                
                {
                    "country": "Ireland",
                    "attacks": 2,
                    "subData": [
                {"name": "15502", "value": 1},{"name": "8075", "value": 1}
                    ]
                },
                
                {
                    "country": "Jordan",
                    "attacks": 2,
                    "subData": [
                {"name": "8376", "value": 2}
                    ]
                },
                
                {
                    "country": "Nigeria",
                    "attacks": 2,
                    "subData": [
                {"name": "37282", "value": 1},{"name": "36873", "value": 1}
                    ]
                },
                
                {
                    "country": "Panama",
                    "attacks": 2,
                    "subData": [
                {"name": "27796", "value": 1},{"name": "21599", "value": 1}
                    ]
                },
                
                {
                    "country": "Seychelles",
                    "attacks": 2,
                    "subData": [
                {"name": "40065", "value": 1},{"name": "43350", "value": 1}
                    ]
                },
                
                {
                    "country": "Zambia",
                    "attacks": 2,
                    "subData": [
                {"name": "37532", "value": 2}
                    ]
                },
                
                {
                    "country": "Norway",
                    "attacks": 2,
                    "subData": [
                {"name": "56655", "value": 2}
                    ]
                },
                
                {
                    "country": "Slovenia",
                    "attacks": 2,
                    "subData": [
                {"name": "34779", "value": 1},{"name": "5603", "value": 1}
                    ]
                },
                
                {
                    "country": "Angola",
                    "attacks": 2,
                    "subData": [
                {"name": "37119", "value": 1},{"name": "36907", "value": 1}
                    ]
                },
                
                {
                    "country": "Azerbaijan",
                    "attacks": 2,
                    "subData": [
                {"name": "201167", "value": 1},{"name": "61304", "value": 1}
                    ]
                },
                
                {
                    "country": "Jamaica",
                    "attacks": 2,
                    "subData": [
                {"name": "33576", "value": 1},{"name": "10292", "value": 1}
                    ]
                },
                
                {
                    "country": "Malta",
                    "attacks": 1,
                    "subData": [
                {"name": "15735", "value": 1}
                    ]
                },
                
                {
                    "country": "Guadeloupe",
                    "attacks": 1,
                    "subData": [
                {"name": "3215", "value": 1}
                    ]
                },
                
                {
                    "country": "Saint_Lucia",
                    "attacks": 1,
                    "subData": [
                {"name": "15344", "value": 1}
                    ]
                },
                
                {
                    "country": "Somalia",
                    "attacks": 1,
                    "subData": [
                {"name": "37371", "value": 1}
                    ]
                },
                
                {
                    "country": "Yemen",
                    "attacks": 1,
                    "subData": [
                {"name": "30873", "value": 1}
                    ]
                },
                
                {
                    "country": "Ivory_Coast",
                    "attacks": 1,
                    "subData": [
                {"name": "37381", "value": 1}
                    ]
                },
                
                {
                    "country": "Kuwait",
                    "attacks": 1,
                    "subData": [
                {"name": "3225", "value": 1}
                    ]
                },
                
                {
                    "country": "Andorra",
                    "attacks": 1,
                    "subData": [
                {"name": "6752", "value": 1}
                    ]
                },
                
                {
                    "country": "Albania",
                    "attacks": 1,
                    "subData": [
                {"name": "206088", "value": 1}
                    ]
                },
                
                {
                    "country": "Cayman_Islands",
                    "attacks": 1,
                    "subData": [
                {"name": "6639", "value": 1}
                    ]
                },
                
                {
                    "country": "Suriname",
                    "attacks": 1,
                    "subData": [
                {"name": "27775", "value": 1}
                    ]
                },
                
                {
                    "country": "Finland",
                    "attacks": 1,
                    "subData": [
                {"name": "396982", "value": 1}
                    ]
                },
                
                {
                    "country": "Senegal",
                    "attacks": 1,
                    "subData": [
                {"name": "8346", "value": 1}
                    ]
                },
                
                {
                    "country": "U.S._Virgin_Islands",
                    "attacks": 1,
                    "subData": [
                {"name": "393275", "value": 1}
                    ]
                },
                
                {
                    "country": "Costa_Rica",
                    "attacks": 1,
                    "subData": [
                {"name": "262197", "value": 1}
                    ]
                },
                
                {
                    "country": "Latvia",
                    "attacks": 1,
                    "subData": [
                {"name": "20910", "value": 1}
                    ]
                },
                
                {
                    "country": "Maldives",
                    "attacks": 1,
                    "subData": [
                {"name": "136238", "value": 1}
                    ]
                },
                
                {
                    "country": "Chad",
                    "attacks": 1,
                    "subData": [
                {"name": "327975", "value": 1}
                    ]
                },
                
                {
                    "country": "Belize",
                    "attacks": 1,
                    "subData": [
                {"name": "200514", "value": 1}
                    ]
                },
                
                {
                    "country": "Mozambique",
                    "attacks": 1,
                    "subData": [
                {"name": "327700", "value": 1}
                    ]
                },
                
                {
                    "country": "Zimbabwe",
                    "attacks": 1,
                    "subData": [
                {"name": "30844", "value": 1}
                    ]
                },
                
                {
                    "country": "Mauritius",
                    "attacks": 1,
                    "subData": [
                {"name": "23889", "value": 1}
                    ]
                },
                
                {
                    "country": "Tajikistan",
                    "attacks": 1,
                    "subData": [
                {"name": "8847", "value": 1}
                    ]
                },
                
                {
                    "country": "Myanmar",
                    "attacks": 1,
                    "subData": [
                {"name": "133524", "value": 1}
                    ]
                },
                
                {
                    "country": "South_Sudan",
                    "attacks": 1,
                    "subData": [
                {"name": "328614", "value": 1}
                    ]
                },
                
                {
                    "country": "Mali",
                    "attacks": 1,
                    "subData": [
                {"name": "21271", "value": 1}
                    ]
                },
                
                {
                    "country": "New_Zealand",
                    "attacks": 1,
                    "subData": [
                {"name": "64073", "value": 1}
                    ]
                },
                
                {
                    "country": "Tanzania",
                    "attacks": 1,
                    "subData": [
                {"name": "37182", "value": 1}
                    ]
                },
                
                {
                    "country": "Niger",
                    "attacks": 1,
                    "subData": [
                {"name": "37385", "value": 1}
                    ]
                },
                
        ];

        var pieSeries = chart.series.push(new am4charts.PieSeries());
        pieSeries.dataFields.value = "attacks";
        pieSeries.dataFields.category = "country";
        pieSeries.slices.template.states.getKey("active").properties.shiftRadius = 0;
        pieSeries.slices.template.events.on("hit", function(event) {
            selectSlice(event.target.dataItem);
        });

        var chart2 = container.createChild(am4charts.PieChart);
        chart2.width = am4core.percent(25);
        chart2.radius = am4core.percent(80);

        var pieSeries2 = chart2.series.push(new am4charts.PieSeries());
        pieSeries2.dataFields.value = "value";
        pieSeries2.dataFields.category = "name";
        pieSeries2.slices.template.states.getKey("active").properties.shiftRadius = 0;
        pieSeries2.labels.template.disabled = true;
        pieSeries2.ticks.template.disabled = true;
        pieSeries2.alignLabels = false;
        pieSeries2.events.on("positionchanged", updateLines);

        var interfaceColors = new am4core.InterfaceColorSet();

        var line1 = container.createChild(am4core.Line);
        line1.strokeDasharray = "2,2";
        line1.strokeOpacity = 1;
        line1.stroke = interfaceColors.getFor("alternativeBackground");
        line1.isMeasured = false;

        var line2 = container.createChild(am4core.Line);
        line2.strokeDasharray = "2,2";
        line2.strokeOpacity = 1;
        line2.stroke = interfaceColors.getFor("alternativeBackground");
        line2.isMeasured = false;

        var selectedSlice;

        function selectSlice(dataItem) {
            selectedSlice = dataItem.slice;
            var fill = selectedSlice.fill;
            var count = dataItem.dataContext.subData.length;
            pieSeries2.colors.list = [];
            for (var i = 0; i < count; i++) {
                pieSeries2.colors.list.push(fill.brighten(i * 2 / count));
            }

            chart2.data = dataItem.dataContext.subData;
            pieSeries2.appear();

            var middleAngle = selectedSlice.middleAngle;
            var firstAngle = pieSeries.slices.getIndex(0).startAngle;
            var animation = pieSeries.animate([
                { property: "startAngle", to: firstAngle - middleAngle },
                { property: "endAngle", to: firstAngle - middleAngle + 360 }
            ], 600, am4core.ease.sinOut);

            animation.events.on("animationprogress", updateLines);
            selectedSlice.events.on("transformed", updateLines);
        }

        function updateLines() {
            if (selectedSlice) {
                var p11 = { x: selectedSlice.radius * am4core.math.cos(selectedSlice.startAngle),
                           y: selectedSlice.radius * am4core.math.sin(selectedSlice.startAngle) };
                var p12 = { x: selectedSlice.radius * am4core.math.cos(selectedSlice.startAngle + selectedSlice.arc),
                           y: selectedSlice.radius * am4core.math.sin(selectedSlice.startAngle + selectedSlice.arc) };

                p11 = am4core.utils.spritePointToSvg(p11, selectedSlice);
                p12 = am4core.utils.spritePointToSvg(p12, selectedSlice);

                var p21 = { x: 0, y: -pieSeries2.pixelRadius };
                var p22 = { x: 0, y: pieSeries2.pixelRadius };

                p21 = am4core.utils.spritePointToSvg(p21, pieSeries2);
                p22 = am4core.utils.spritePointToSvg(p22, pieSeries2);

                line1.x1 = p11.x;
                line1.x2 = p21.x;
                line1.y1 = p11.y;
                line1.y2 = p21.y;

                line2.x1 = p12.x;
                line2.x2 = p22.x;
                line2.y1 = p12.y;
                line2.y2 = p22.y;
            }
        }

        chart.events.on("datavalidated", function() {
            setTimeout(function() {
                selectSlice(pieSeries.dataItems.getIndex(0));
            }, 1000);
        });
        </script>
        
                <script>
                am4core.useTheme(am4themes_animated);
                var sshchart = am4core.create("sshattacks", am4charts.PieChart);
                sshchart.startAngle = 160;
                sshchart.endAngle = 380;
                sshchart.innerRadius = am4core.percent(40);

                sshchart.data = [
                
                        {
                            "country": "Greece",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "South Africa",
                            "attacks": 6,
                            "asns": 6
                        },
                        
                        {
                            "country": "China",
                            "attacks": 354,
                            "asns": 37
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 114,
                            "asns": 16
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 228,
                            "asns": 47
                        },
                        
                        {
                            "country": "Pakistan",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 59,
                            "asns": 14
                        },
                        
                        {
                            "country": "Mozambique",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 46,
                            "asns": 35
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 71,
                            "asns": 9
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 31,
                            "asns": 10
                        },
                        
                        {
                            "country": "Hungary",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Czechia",
                            "attacks": 6,
                            "asns": 3
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 14,
                            "asns": 8
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 31,
                            "asns": 18
                        },
                        
                        {
                            "country": "India",
                            "attacks": 70,
                            "asns": 27
                        },
                        
                        {
                            "country": "Brazil",
                            "attacks": 34,
                            "asns": 24
                        },
                        
                        {
                            "country": "Honduras",
                            "attacks": 4,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 30,
                            "asns": 6
                        },
                        
                        {
                            "country": "Estonia",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 71,
                            "asns": 14
                        },
                        
                        {
                            "country": "South Korea",
                            "attacks": 46,
                            "asns": 8
                        },
                        
                        {
                            "country": "Poland",
                            "attacks": 6,
                            "asns": 5
                        },
                        
                        {
                            "country": "Peru",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "France",
                            "attacks": 20,
                            "asns": 10
                        },
                        
                        {
                            "country": "Chile",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Mexico",
                            "attacks": 11,
                            "asns": 8
                        },
                        
                        {
                            "country": "Portugal",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Guatemala",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 11,
                            "asns": 4
                        },
                        
                        {
                            "country": "Algeria",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Colombia",
                            "attacks": 14,
                            "asns": 10
                        },
                        
                        {
                            "country": "Bahrain",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Japan",
                            "attacks": 18,
                            "asns": 12
                        },
                        
                        {
                            "country": "Saudi Arabia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Seychelles",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Sweden",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "Ukraine",
                            "attacks": 6,
                            "asns": 6
                        },
                        
                        {
                            "country": "Italy",
                            "attacks": 12,
                            "asns": 4
                        },
                        
                        {
                            "country": "Paraguay",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "Croatia",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Switzerland",
                            "attacks": 6,
                            "asns": 2
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Mauritius",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Iran",
                            "attacks": 7,
                            "asns": 6
                        },
                        
                        {
                            "country": "Serbia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Thailand",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Kazakhstan",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Argentina",
                            "attacks": 9,
                            "asns": 5
                        },
                        
                        {
                            "country": "Zambia",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Mongolia",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Ireland",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Bulgaria",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Malaysia",
                            "attacks": 9,
                            "asns": 3
                        },
                        
                        {
                            "country": "Tanzania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Lebanon",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belarus",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Kenya",
                            "attacks": 6,
                            "asns": 4
                        },
                        
                        {
                            "country": "Bolivia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Philippines",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Spain",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Slovakia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Egypt",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Denmark",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Somalia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bangladesh",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Turkey",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Jordan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Zimbabwe",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Niger",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Georgia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "U.S. Virgin Islands",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Senegal",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ecuador",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Jamaica",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Austria",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Uruguay",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Finland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Iraq",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Azerbaijan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Libya",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belgium",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Uganda",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                ];

                var pieSeries = sshchart.series.push(new am4charts.PieSeries());
                pieSeries.dataFields.value = "attacks";
                pieSeries.dataFields.category = "country";
                pieSeries.slices.template.strokeWidth = 1;
                pieSeries.slices.template.strokeOpacity = 1;
                pieSeries.labels.template.disabled = true;
                pieSeries.ticks.template.disabled = true;

                var pieSeries2 = sshchart.series.push(new am4charts.PieSeries());
                pieSeries2.dataFields.value = "asns";
                pieSeries2.dataFields.category = "country";
                pieSeries2.slices.template.strokeWidth = 1;
                pieSeries2.slices.template.strokeOpacity = 1;

                var label = sshchart.seriesContainer.createChild(am4core.Label);
                label.textAlign = "middle";
                label.horizontalCenter = "middle";
                label.verticalCenter = "middle";
                label.adapter.add("text", function(text, target) {
                    return "[font-size:18px]ssh[/]:\n[bold font-size:30px]" +
                           1448 + "[/]";
                });
                </script>
                
                <script>
                am4core.useTheme(am4themes_animated);
                var ntpchart = am4core.create("ntpattacks", am4charts.PieChart);
                ntpchart.startAngle = 160;
                ntpchart.endAngle = 380;
                ntpchart.innerRadius = am4core.percent(40);

                ntpchart.data = [
                
                        {
                            "country": "United States",
                            "attacks": 29,
                            "asns": 8
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 6,
                            "asns": 6
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "India",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Norway",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "China",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Luxembourg",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Czechia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Moldova",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                ];

                var pieSeries = ntpchart.series.push(new am4charts.PieSeries());
                pieSeries.dataFields.value = "attacks";
                pieSeries.dataFields.category = "country";
                pieSeries.slices.template.strokeWidth = 1;
                pieSeries.slices.template.strokeOpacity = 1;
                pieSeries.labels.template.disabled = true;
                pieSeries.ticks.template.disabled = true;

                var pieSeries2 = ntpchart.series.push(new am4charts.PieSeries());
                pieSeries2.dataFields.value = "asns";
                pieSeries2.dataFields.category = "country";
                pieSeries2.slices.template.strokeWidth = 1;
                pieSeries2.slices.template.strokeOpacity = 1;

                var label = ntpchart.seriesContainer.createChild(am4core.Label);
                label.textAlign = "middle";
                label.horizontalCenter = "middle";
                label.verticalCenter = "middle";
                label.adapter.add("text", function(text, target) {
                    return "[font-size:18px]ntp[/]:\n[bold font-size:30px]" +
                           55 + "[/]";
                });
                </script>
                
                <script>
                am4core.useTheme(am4themes_animated);
                var sipchart = am4core.create("sipattacks", am4charts.PieChart);
                sipchart.startAngle = 160;
                sipchart.endAngle = 380;
                sipchart.innerRadius = am4core.percent(40);

                sipchart.data = [
                
                        {
                            "country": "France",
                            "attacks": 21,
                            "asns": 7
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 56,
                            "asns": 16
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Peru",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 13,
                            "asns": 5
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 13,
                            "asns": 1
                        },
                        
                        {
                            "country": "Switzerland",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Iraq",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Nepal",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Trinidad and Tobago",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Japan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Portugal",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Lithuania",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "South Africa",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "India",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "China",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                ];

                var pieSeries = sipchart.series.push(new am4charts.PieSeries());
                pieSeries.dataFields.value = "attacks";
                pieSeries.dataFields.category = "country";
                pieSeries.slices.template.strokeWidth = 1;
                pieSeries.slices.template.strokeOpacity = 1;
                pieSeries.labels.template.disabled = true;
                pieSeries.ticks.template.disabled = true;

                var pieSeries2 = sipchart.series.push(new am4charts.PieSeries());
                pieSeries2.dataFields.value = "asns";
                pieSeries2.dataFields.category = "country";
                pieSeries2.slices.template.strokeWidth = 1;
                pieSeries2.slices.template.strokeOpacity = 1;

                var label = sipchart.seriesContainer.createChild(am4core.Label);
                label.textAlign = "middle";
                label.horizontalCenter = "middle";
                label.verticalCenter = "middle";
                label.adapter.add("text", function(text, target) {
                    return "[font-size:18px]sip[/]:\n[bold font-size:30px]" +
                           146 + "[/]";
                });
                </script>
                
                <script>
                am4core.useTheme(am4themes_animated);
                var snmpchart = am4core.create("snmpattacks", am4charts.PieChart);
                snmpchart.startAngle = 160;
                snmpchart.endAngle = 380;
                snmpchart.innerRadius = am4core.percent(40);

                snmpchart.data = [
                
                        {
                            "country": "United States",
                            "attacks": 167,
                            "asns": 20
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 6,
                            "asns": 4
                        },
                        
                        {
                            "country": "Belgium",
                            "attacks": 18,
                            "asns": 1
                        },
                        
                        {
                            "country": "China",
                            "attacks": 5,
                            "asns": 4
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 12,
                            "asns": 3
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 3,
                            "asns": 1
                        },
                        
                        {
                            "country": "Portugal",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "France",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Italy",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                ];

                var pieSeries = snmpchart.series.push(new am4charts.PieSeries());
                pieSeries.dataFields.value = "attacks";
                pieSeries.dataFields.category = "country";
                pieSeries.slices.template.strokeWidth = 1;
                pieSeries.slices.template.strokeOpacity = 1;
                pieSeries.labels.template.disabled = true;
                pieSeries.ticks.template.disabled = true;

                var pieSeries2 = snmpchart.series.push(new am4charts.PieSeries());
                pieSeries2.dataFields.value = "asns";
                pieSeries2.dataFields.category = "country";
                pieSeries2.slices.template.strokeWidth = 1;
                pieSeries2.slices.template.strokeOpacity = 1;

                var label = snmpchart.seriesContainer.createChild(am4core.Label);
                label.textAlign = "middle";
                label.horizontalCenter = "middle";
                label.verticalCenter = "middle";
                label.adapter.add("text", function(text, target) {
                    return "[font-size:18px]snmp[/]:\n[bold font-size:30px]" +
                           226 + "[/]";
                });
                </script>
                
                <script>
                am4core.useTheme(am4themes_animated);
                var telnetchart = am4core.create("telnetattacks", am4charts.PieChart);
                telnetchart.startAngle = 160;
                telnetchart.endAngle = 380;
                telnetchart.innerRadius = am4core.percent(40);

                telnetchart.data = [
                
                        {
                            "country": "Cambodia",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 8,
                            "asns": 2
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 6,
                            "asns": 3
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 16,
                            "asns": 7
                        },
                        
                        {
                            "country": "China",
                            "attacks": 252,
                            "asns": 21
                        },
                        
                        {
                            "country": "Chile",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Brazil",
                            "attacks": 66,
                            "asns": 41
                        },
                        
                        {
                            "country": "Bolivia",
                            "attacks": 11,
                            "asns": 2
                        },
                        
                        {
                            "country": "Spain",
                            "attacks": 25,
                            "asns": 12
                        },
                        
                        {
                            "country": "Slovakia",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 22,
                            "asns": 7
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 69,
                            "asns": 23
                        },
                        
                        {
                            "country": "South Korea",
                            "attacks": 92,
                            "asns": 13
                        },
                        
                        {
                            "country": "France",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Turkey",
                            "attacks": 40,
                            "asns": 6
                        },
                        
                        {
                            "country": "Iran",
                            "attacks": 24,
                            "asns": 9
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 83,
                            "asns": 34
                        },
                        
                        {
                            "country": "Ukraine",
                            "attacks": 16,
                            "asns": 15
                        },
                        
                        {
                            "country": "Mexico",
                            "attacks": 5,
                            "asns": 1
                        },
                        
                        {
                            "country": "Malaysia",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Italy",
                            "attacks": 27,
                            "asns": 7
                        },
                        
                        {
                            "country": "Greece",
                            "attacks": 7,
                            "asns": 2
                        },
                        
                        {
                            "country": "Colombia",
                            "attacks": 5,
                            "asns": 3
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Switzerland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Sweden",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Estonia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Moldova",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Thailand",
                            "attacks": 8,
                            "asns": 3
                        },
                        
                        {
                            "country": "Cayman Islands",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Egypt",
                            "attacks": 12,
                            "asns": 2
                        },
                        
                        {
                            "country": "India",
                            "attacks": 28,
                            "asns": 23
                        },
                        
                        {
                            "country": "Argentina",
                            "attacks": 7,
                            "asns": 4
                        },
                        
                        {
                            "country": "Slovenia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Belgium",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Kuwait",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 6,
                            "asns": 5
                        },
                        
                        {
                            "country": "Venezuela",
                            "attacks": 6,
                            "asns": 3
                        },
                        
                        {
                            "country": "Honduras",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "Costa Rica",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Hungary",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Paraguay",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Poland",
                            "attacks": 5,
                            "asns": 4
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 3,
                            "asns": 1
                        },
                        
                        {
                            "country": "Israel",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Bulgaria",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "Portugal",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Austria",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Maldives",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 7,
                            "asns": 6
                        },
                        
                        {
                            "country": "Ethiopia",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 4,
                            "asns": 1
                        },
                        
                        {
                            "country": "Albania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "New Zealand",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Tunisia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Japan",
                            "attacks": 6,
                            "asns": 6
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 6,
                            "asns": 5
                        },
                        
                        {
                            "country": "Denmark",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "South Africa",
                            "attacks": 3,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ecuador",
                            "attacks": 5,
                            "asns": 1
                        },
                        
                        {
                            "country": "Panama",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Pakistan",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Czechia",
                            "attacks": 6,
                            "asns": 6
                        },
                        
                        {
                            "country": "Belarus",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Malta",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Uruguay",
                            "attacks": 3,
                            "asns": 1
                        },
                        
                        {
                            "country": "Serbia",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Azerbaijan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Guadeloupe",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Saudi Arabia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Armenia",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Latvia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Suriname",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Peru",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Andorra",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Georgia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Saint Lucia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bangladesh",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Lebanon",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Kazakhstan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Morocco",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Cameroon",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Trinidad and Tobago",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Angola",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Uganda",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                ];

                var pieSeries = telnetchart.series.push(new am4charts.PieSeries());
                pieSeries.dataFields.value = "attacks";
                pieSeries.dataFields.category = "country";
                pieSeries.slices.template.strokeWidth = 1;
                pieSeries.slices.template.strokeOpacity = 1;
                pieSeries.labels.template.disabled = true;
                pieSeries.ticks.template.disabled = true;

                var pieSeries2 = telnetchart.series.push(new am4charts.PieSeries());
                pieSeries2.dataFields.value = "asns";
                pieSeries2.dataFields.category = "country";
                pieSeries2.slices.template.strokeWidth = 1;
                pieSeries2.slices.template.strokeOpacity = 1;

                var label = telnetchart.seriesContainer.createChild(am4core.Label);
                label.textAlign = "middle";
                label.horizontalCenter = "middle";
                label.verticalCenter = "middle";
                label.adapter.add("text", function(text, target) {
                    return "[font-size:18px]telnet[/]:\n[bold font-size:30px]" +
                           995 + "[/]";
                });
                </script>
                
                <script>
                am4core.useTheme(am4themes_animated);
                var mssqlchart = am4core.create("mssqlattacks", am4charts.PieChart);
                mssqlchart.startAngle = 160;
                mssqlchart.endAngle = 380;
                mssqlchart.innerRadius = am4core.percent(40);

                mssqlchart.data = [
                
                        {
                            "country": "China",
                            "attacks": 187,
                            "asns": 33
                        },
                        
                        {
                            "country": "Bangladesh",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 21,
                            "asns": 16
                        },
                        
                        {
                            "country": "Brazil",
                            "attacks": 26,
                            "asns": 24
                        },
                        
                        {
                            "country": "India",
                            "attacks": 25,
                            "asns": 15
                        },
                        
                        {
                            "country": "Italy",
                            "attacks": 7,
                            "asns": 6
                        },
                        
                        {
                            "country": "Chile",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ghana",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 5,
                            "asns": 4
                        },
                        
                        {
                            "country": "Venezuela",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Turkey",
                            "attacks": 8,
                            "asns": 5
                        },
                        
                        {
                            "country": "Trinidad and Tobago",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Spain",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Norway",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 8,
                            "asns": 1
                        },
                        
                        {
                            "country": "Kenya",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Mexico",
                            "attacks": 14,
                            "asns": 4
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 17,
                            "asns": 6
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Iran",
                            "attacks": 12,
                            "asns": 8
                        },
                        
                        {
                            "country": "South Africa",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Egypt",
                            "attacks": 6,
                            "asns": 2
                        },
                        
                        {
                            "country": "Poland",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Morocco",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "South Korea",
                            "attacks": 12,
                            "asns": 8
                        },
                        
                        {
                            "country": "Mongolia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Kazakhstan",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 7,
                            "asns": 6
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 6,
                            "asns": 5
                        },
                        
                        {
                            "country": "Angola",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bulgaria",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Bahrain",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Argentina",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Japan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Cameroon",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Nigeria",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Guatemala",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Ukraine",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Malaysia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Chad",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 13,
                            "asns": 13
                        },
                        
                        {
                            "country": "Philippines",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Moldova",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Pakistan",
                            "attacks": 11,
                            "asns": 7
                        },
                        
                        {
                            "country": "Saudi Arabia",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Cambodia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Georgia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Tajikistan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Colombia",
                            "attacks": 6,
                            "asns": 3
                        },
                        
                        {
                            "country": "Ivory Coast",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Mali",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Libya",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "South Sudan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ecuador",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Thailand",
                            "attacks": 7,
                            "asns": 6
                        },
                        
                        {
                            "country": "Tunisia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Ethiopia",
                            "attacks": 3,
                            "asns": 1
                        },
                        
                        {
                            "country": "Armenia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Paraguay",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "El Salvador",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Iraq",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Myanmar",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Sweden",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Panama",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Jamaica",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Yemen",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                ];

                var pieSeries = mssqlchart.series.push(new am4charts.PieSeries());
                pieSeries.dataFields.value = "attacks";
                pieSeries.dataFields.category = "country";
                pieSeries.slices.template.strokeWidth = 1;
                pieSeries.slices.template.strokeOpacity = 1;
                pieSeries.labels.template.disabled = true;
                pieSeries.ticks.template.disabled = true;

                var pieSeries2 = mssqlchart.series.push(new am4charts.PieSeries());
                pieSeries2.dataFields.value = "asns";
                pieSeries2.dataFields.category = "country";
                pieSeries2.slices.template.strokeWidth = 1;
                pieSeries2.slices.template.strokeOpacity = 1;

                var label = mssqlchart.seriesContainer.createChild(am4core.Label);
                label.textAlign = "middle";
                label.horizontalCenter = "middle";
                label.verticalCenter = "middle";
                label.adapter.add("text", function(text, target) {
                    return "[font-size:18px]mssql[/]:\n[bold font-size:30px]" +
                           481 + "[/]";
                });
                </script>
                
                <script>
                am4core.useTheme(am4themes_animated);
                var mysqlchart = am4core.create("mysqlattacks", am4charts.PieChart);
                mysqlchart.startAngle = 160;
                mysqlchart.endAngle = 380;
                mysqlchart.innerRadius = am4core.percent(40);

                mysqlchart.data = [
                
                        {
                            "country": "China",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belgium",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                ];

                var pieSeries = mysqlchart.series.push(new am4charts.PieSeries());
                pieSeries.dataFields.value = "attacks";
                pieSeries.dataFields.category = "country";
                pieSeries.slices.template.strokeWidth = 1;
                pieSeries.slices.template.strokeOpacity = 1;
                pieSeries.labels.template.disabled = true;
                pieSeries.ticks.template.disabled = true;

                var pieSeries2 = mysqlchart.series.push(new am4charts.PieSeries());
                pieSeries2.dataFields.value = "asns";
                pieSeries2.dataFields.category = "country";
                pieSeries2.slices.template.strokeWidth = 1;
                pieSeries2.slices.template.strokeOpacity = 1;

                var label = mysqlchart.seriesContainer.createChild(am4core.Label);
                label.textAlign = "middle";
                label.horizontalCenter = "middle";
                label.verticalCenter = "middle";
                label.adapter.add("text", function(text, target) {
                    return "[font-size:18px]mysql[/]:\n[bold font-size:30px]" +
                           3 + "[/]";
                });
                </script>
                
                <script>
                am4core.useTheme(am4themes_animated);
                var redischart = am4core.create("redisattacks", am4charts.PieChart);
                redischart.startAngle = 160;
                redischart.endAngle = 380;
                redischart.innerRadius = am4core.percent(40);

                redischart.data = [
                
                        {
                            "country": "China",
                            "attacks": 424,
                            "asns": 40
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 8,
                            "asns": 8
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 33,
                            "asns": 12
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "India",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Italy",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "South Korea",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belize",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Seychelles",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Saudi Arabia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Japan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                ];

                var pieSeries = redischart.series.push(new am4charts.PieSeries());
                pieSeries.dataFields.value = "attacks";
                pieSeries.dataFields.category = "country";
                pieSeries.slices.template.strokeWidth = 1;
                pieSeries.slices.template.strokeOpacity = 1;
                pieSeries.labels.template.disabled = true;
                pieSeries.ticks.template.disabled = true;

                var pieSeries2 = redischart.series.push(new am4charts.PieSeries());
                pieSeries2.dataFields.value = "asns";
                pieSeries2.dataFields.category = "country";
                pieSeries2.slices.template.strokeWidth = 1;
                pieSeries2.slices.template.strokeOpacity = 1;

                var label = redischart.seriesContainer.createChild(am4core.Label);
                label.textAlign = "middle";
                label.horizontalCenter = "middle";
                label.verticalCenter = "middle";
                label.adapter.add("text", function(text, target) {
                    return "[font-size:18px]redis[/]:\n[bold font-size:30px]" +
                           494 + "[/]";
                });
                </script>
                
                <script>
                am4core.useTheme(am4themes_animated);
                var gitchart = am4core.create("gitattacks", am4charts.PieChart);
                gitchart.startAngle = 160;
                gitchart.endAngle = 380;
                gitchart.innerRadius = am4core.percent(40);

                gitchart.data = [
                
                        {
                            "country": "Netherlands",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                ];

                var pieSeries = gitchart.series.push(new am4charts.PieSeries());
                pieSeries.dataFields.value = "attacks";
                pieSeries.dataFields.category = "country";
                pieSeries.slices.template.strokeWidth = 1;
                pieSeries.slices.template.strokeOpacity = 1;
                pieSeries.labels.template.disabled = true;
                pieSeries.ticks.template.disabled = true;

                var pieSeries2 = gitchart.series.push(new am4charts.PieSeries());
                pieSeries2.dataFields.value = "asns";
                pieSeries2.dataFields.category = "country";
                pieSeries2.slices.template.strokeWidth = 1;
                pieSeries2.slices.template.strokeOpacity = 1;

                var label = gitchart.seriesContainer.createChild(am4core.Label);
                label.textAlign = "middle";
                label.horizontalCenter = "middle";
                label.verticalCenter = "middle";
                label.adapter.add("text", function(text, target) {
                    return "[font-size:18px]git[/]:\n[bold font-size:30px]" +
                           1 + "[/]";
                });
                </script>
                
            <h2>Anonymous Proxy Hosts</h2>
            <div id="proxychart"></div>
            <script>
            am4core.ready(function() {
                am4core.useTheme(am4themes_dark);
                am4core.useTheme(am4themes_animated);
                var proxychart = am4core.create("proxychart", am4charts.PieChart);
                proxychart.hiddenState.properties.opacity = 0;

                proxychart.data = [
            {"country": "United States", "value": 2717},{"country": "Indonesia", "value": 1312},{"country": "China", "value": 868},{"country": "Iran", "value": 689},{"country": "India", "value": 637},{"country": "Russia", "value": 567},{"country": "Thailand", "value": 451},{"country": "United Kingdom", "value": 433},{"country": "South Korea", "value": 431},{"country": "Bangladesh", "value": 421},{"country": "Vietnam", "value": 414},{"country": "Japan", "value": 353},{"country": "France", "value": 345},{"country": "Germany", "value": 323},{"country": "Ukraine", "value": 279},{"country": "Hong Kong", "value": 199},{"country": "Brazil", "value": 186},{"country": "Canada", "value": 178},{"country": "Singapore", "value": 173},{"country": "Netherlands", "value": 130},{"country": "Poland", "value": 126},{"country": "South Africa", "value": 94},{"country": "Bulgaria", "value": 80},{"country": "Spain", "value": 74},{"country": "Philippines", "value": 73},{"country": "Czechia", "value": 70},{"country": "Cambodia", "value": 67},{"country": "Turkey", "value": 66},{"country": "Italy", "value": 65},{"country": "Finland", "value": 59},{"country": "Kenya", "value": 57},{"country": "Ecuador", "value": 56},{"country": "Lithuania", "value": 54},{"country": "Egypt", "value": 49},{"country": "Albania", "value": 45},{"country": "Moldova", "value": 43},{"country": "Romania", "value": 42},{"country": "Australia", "value": 41},{"country": "Mexico", "value": 41},{"country": "Colombia", "value": 39},{"country": "Iraq", "value": 37},{"country": "Argentina", "value": 35},{"country": "Serbia", "value": 35},{"country": "Georgia", "value": 33},{"country": "Taiwan", "value": 33},{"country": "Malaysia", "value": 33},{"country": "Hungary", "value": 32},{"country": "Pakistan", "value": 31},{"country": "Chile", "value": 31},{"country": "Kazakhstan", "value": 29},{"country": "Libya", "value": 26},{"country": "Nigeria", "value": 25},{"country": "Sweden", "value": 25},{"country": "Belgium", "value": 22},{"country": "Slovakia", "value": 21},{"country": "Nepal", "value": 20},{"country": "Austria", "value": 20},{"country": "United Arab Emirates", "value": 18},{"country": "Armenia", "value": 17},{"country": "Mauritius", "value": 15},{"country": "Latvia", "value": 14},{"country": "Switzerland", "value": 13},{"country": "Botswana", "value": 13},{"country": "Myanmar", "value": 11},{"country": "Kosovo", "value": 11},{"country": "Malawi", "value": 10},{"country": "Tanzania", "value": 10},{"country": "Bosnia and Herzegovina", "value": 10},{"country": "Dominican Republic", "value": 10},{"country": "Ghana", "value": 9},{"country": "Qatar", "value": 9},{"country": "Azerbaijan", "value": 8},{"country": "Greece", "value": 8},{"country": "Venezuela", "value": 8},{"country": "Portugal", "value": 8},{"country": "Syria", "value": 7},{"country": "New Zealand", "value": 7},{"country": "Algeria", "value": 7},{"country": "Yemen", "value": 7},{"country": "Uganda", "value": 7},{"country": "Palestine", "value": 7},{"country": "Guatemala", "value": 7},{"country": "Denmark", "value": 6},{"country": "Maldives", "value": 6},{"country": "Seychelles", "value": 6},{"country": "Norway", "value": 6},{"country": "Mongolia", "value": 6},{"country": "Ireland", "value": 6},{"country": "Croatia", "value": 6},{"country": "Burkina Faso", "value": 6},{"country": "Lesotho", "value": 5},{"country": "Paraguay", "value": 5},{"country": "Montenegro", "value": 5},{"country": "Luxembourg", "value": 5},{"country": "Morocco", "value": 5},{"country": "Guinea", "value": 5},{"country": "Congo Republic", "value": 5},{"country": "Puerto Rico", "value": 5},{"country": "Belarus", "value": 5},{"country": "Benin", "value": 4},{"country": "Afghanistan", "value": 4},{"country": "Panama", "value": 4},{"country": "Saudi Arabia", "value": 4},{"country": "Israel", "value": 4},{"country": "Equatorial Guinea", "value": 4},{"country": "Honduras", "value": 4},{"country": "Somalia", "value": 4},{"country": "Kyrgyzstan", "value": 4},{"country": "Slovenia", "value": 3},{"country": "Eswatini", "value": 3},{"country": "Uzbekistan", "value": 3},{"country": "Estonia", "value": 3},{"country": "Malta", "value": 3},{"country": "Peru", "value": 3},{"country": "North Macedonia", "value": 3},{"country": "El Salvador", "value": 2},{"country": "DR Congo", "value": 2},{"country": "Oman", "value": 2},{"country": "Cyprus", "value": 2},{"country": "Senegal", "value": 2},{"country": "Mauritania", "value": 2},{"country": "Togo", "value": 2},{"country": "Laos", "value": 2},{"country": "Zimbabwe", "value": 1},{"country": "Cameroon", "value": 1},{"country": "Gibraltar", "value": 1},{"country": "Djibouti", "value": 1},{"country": "Burundi", "value": 1},{"country": "Tunisia", "value": 1},{"country": "Zambia", "value": 1},{"country": "Angola", "value": 1},{"country": "Belize", "value": 1},{"country": "Lebanon", "value": 1},{"country": "Rwanda", "value": 1},
                ];

                proxychart.radius = am4core.percent(70);
                proxychart.innerRadius = am4core.percent(40);

                var series = proxychart.series.push(new am4charts.PieSeries());
                series.dataFields.value = "value";
                series.dataFields.category = "country";
                series.slices.template.cornerRadius = 10;
                series.slices.template.innerCornerRadius = 7;
                series.alignLabels = false;
                proxychart.legend = new am4charts.Legend();
            });
            </script>
            
            <script>
            am4core.useTheme(am4themes_dark);
            var phishingchart = am4core.create("phishingchart", am4charts.XYChart);

            phishingchart.data = [
            {"campaign": "Facebook", "domains": 90},{"campaign": "Instagram", "domains": 38},{"campaign": "Twitter", "domains": 21},{"campaign": "Support", "domains": 84},{"campaign": "Login-Portal", "domains": 228},{"campaign": "Office365", "domains": 10},{"campaign": "Microsoft", "domains": 52},{"campaign": "Adobe", "domains": 23},{"campaign": "Paypal", "domains": 60},{"campaign": "Amazon", "domains": 408},{"campaign": "Google", "domains": 176},{"campaign": "Banks", "domains": 81},{"campaign": "Games", "domains": 155},{"campaign": "Crypto", "domains": 91},{"campaign": "Alibaba", "domains": 21},{"campaign": "www", "domains": 1201},{"campaign": "Zoom", "domains": 130},{"campaign": "Ryuk", "domains": 987},{"campaign": "Onlyfans", "domains": 11},{"campaign": "Covid", "domains": 2},{"campaign": "Virus", "domains": 8},{"campaign": "Linkedin", "domains": 17},{"campaign": "Dropbox", "domains": 4},
            ];

            var categoryAxis = phishingchart.xAxes.push(new am4charts.CategoryAxis());
            categoryAxis.dataFields.category = "campaign";
            categoryAxis.renderer.grid.template.location = 0;
            categoryAxis.renderer.minGridDistance = 30;
            categoryAxis.renderer.labels.template.adapter.add("dy", function(dy, target) {
                if (target.dataItem && target.dataItem.index & 2 == 2) {
                    return dy + 25;
                }
                return dy;
            });

            var valueAxis = phishingchart.yAxes.push(new am4charts.ValueAxis());
            var series = phishingchart.series.push(new am4charts.ColumnSeries());
            series.dataFields.valueY = "domains";
            series.dataFields.categoryX = "campaign";
            series.name = "Domains";
            series.columns.template.tooltipText = "{categoryX}: [bold]{valueY}[/]";
            series.columns.template.fillOpacity = .8;
            series.columns.template.fill = am4core.color("limegreen").lighten(0);
            series.columns.template.stroke = am4core.color("limegreen").lighten(0.1);

            var columnTemplate = series.columns.template;
            columnTemplate.strokeWidth = 2;
            columnTemplate.strokeOpacity = 1;
            </script>
            
            </div>
Share on: