Weekly Report for 2021-11-19 to 2021-11-26

STIX2 Files

Weekly Summary

  • The top attacking country was United States with 954 individual attacking IPs
  • The most attacked protocol was telnet with 696 attacker IPs
  • Total attacks are up 52% from last week (5215 vs 3413)
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": "France", "value": 591},{"country": "Singapore", "value": 257},{"country": "Germany", "value": 237},{"country": "Canada", "value": 515},{"country": "England", "value": 707},
            ];

            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": "United_States",
                    "attacks": 954,
                    "subData": [
                {"name": "53667", "value": 129},{"name": "14061", "value": 110},{"name": "40676", "value": 83},{"name": "20052", "value": 80},{"name": "6939", "value": 66},{"name": "398324", "value": 60},{"name": "46475", "value": 48},{"name": "46664", "value": 35},{"name": "398722", "value": 33},{"name": "8075", "value": 25},{"name": "701", "value": 24},{"name": "7922", "value": 21},{"name": "10439", "value": 15},{"name": "20001", "value": 15},{"name": "36352", "value": 14},{"name": "46606", "value": 13},{"name": "396982", "value": 11},{"name": "174", "value": 11},{"name": "7029", "value": 10},{"name": "22552", "value": 9},{"name": "6130", "value": 9},{"name": "211252", "value": 8},{"name": "237", "value": 8},{"name": "399804", "value": 7},{"name": "2914", "value": 7},{"name": "14987", "value": 6},{"name": "27323", "value": 6},{"name": "62904", "value": 6},{"name": "7018", "value": 6},{"name": "5650", "value": 4},{"name": "22773", "value": 4},{"name": "35913", "value": 4},{"name": "33363", "value": 4},{"name": "6128", "value": 4},{"name": "20115", "value": 3},{"name": "12271", "value": 3},{"name": "11427", "value": 3},{"name": "12083", "value": 3},{"name": "397373", "value": 2},{"name": "396073", "value": 2},{"name": "209", "value": 2},{"name": "3737", "value": 2},{"name": "132203", "value": 2},{"name": "11426", "value": 2},{"name": "396426", "value": 1},{"name": "11686", "value": 1},{"name": "6461", "value": 1},{"name": "210935", "value": 1},{"name": "46844", "value": 1},{"name": "40065", "value": 1},{"name": "393398", "value": 1},{"name": "398844", "value": 1},{"name": "18671", "value": 1},{"name": "63949", "value": 1},{"name": "11351", "value": 1},{"name": "33588", "value": 1},{"name": "137443", "value": 1},{"name": "63023", "value": 1},{"name": "25820", "value": 1},{"name": "3388", "value": 1},{"name": "16509", "value": 1},{"name": "396507", "value": 1},{"name": "33438", "value": 1},{"name": "32181", "value": 1},{"name": "32270", "value": 1},{"name": "55286", "value": 1},{"name": "32624", "value": 1},{"name": "18566", "value": 1},{"name": "16276", "value": 1},{"name": "46375", "value": 1},{"name": "10796", "value": 1},{"name": "13614", "value": 1},{"name": "14618", "value": 1},{"name": "26347", "value": 1},{"name": "14051", "value": 1},{"name": "13768", "value": 1},{"name": "23158", "value": 1},{"name": "20477", "value": 1},{"name": "40021", "value": 1}
                    ]
                },
                
                {
                    "country": "China",
                    "attacks": 528,
                    "subData": [
                {"name": "4134", "value": 199},{"name": "4837", "value": 86},{"name": "56046", "value": 41},{"name": "9808", "value": 28},{"name": "58461", "value": 25},{"name": "4808", "value": 21},{"name": "45090", "value": 19},{"name": "37963", "value": 15},{"name": "4812", "value": 15},{"name": "38365", "value": 6},{"name": "139080", "value": 4},{"name": "23724", "value": 4},{"name": "38019", "value": 3},{"name": "4835", "value": 3},{"name": "56041", "value": 3},{"name": "4847", "value": 3},{"name": "58563", "value": 3},{"name": "133774", "value": 3},{"name": "140292", "value": 2},{"name": "134762", "value": 2},{"name": "55990", "value": 2},{"name": "17621", "value": 2},{"name": "4538", "value": 2},{"name": "55933", "value": 2},{"name": "24444", "value": 2},{"name": "24547", "value": 2},{"name": "137691", "value": 2},{"name": "133119", "value": 2},{"name": "137690", "value": 1},{"name": "63835", "value": 1},{"name": "4809", "value": 1},{"name": "17622", "value": 1},{"name": "55994", "value": 1},{"name": "56048", "value": 1},{"name": "56040", "value": 1},{"name": "4811", "value": 1},{"name": "2042", "value": 1},{"name": "38372", "value": 1},{"name": "137687", "value": 1},{"name": "133776", "value": 1},{"name": "17964", "value": 1},{"name": "24139", "value": 1},{"name": "132525", "value": 1},{"name": "136958", "value": 1},{"name": "46573", "value": 1},{"name": "38283", "value": 1},{"name": "140061", "value": 1},{"name": "17775", "value": 1},{"name": "58593", "value": 1},{"name": "133118", "value": 1},{"name": "138421", "value": 1},{"name": "63555", "value": 1},{"name": "17816", "value": 1},{"name": "17897", "value": 1},{"name": "23650", "value": 1}
                    ]
                },
                
                {
                    "country": "France",
                    "attacks": 197,
                    "subData": [
                {"name": "12876", "value": 133},{"name": "16276", "value": 39},{"name": "29066", "value": 20},{"name": "3215", "value": 2},{"name": "5410", "value": 1},{"name": "12322", "value": 1},{"name": "198375", "value": 1}
                    ]
                },
                
                {
                    "country": "Germany",
                    "attacks": 168,
                    "subData": [
                {"name": "47154", "value": 96},{"name": "24961", "value": 27},{"name": "14061", "value": 13},{"name": "51167", "value": 10},{"name": "399471", "value": 7},{"name": "213035", "value": 5},{"name": "208046", "value": 4},{"name": "206264", "value": 3},{"name": "3320", "value": 1},{"name": "48314", "value": 1},{"name": "6805", "value": 1}
                    ]
                },
                
                {
                    "country": "Vietnam",
                    "attacks": 156,
                    "subData": [
                {"name": "24086", "value": 50},{"name": "7552", "value": 36},{"name": "135905", "value": 24},{"name": "18403", "value": 19},{"name": "45899", "value": 16},{"name": "135967", "value": 5},{"name": "135918", "value": 1},{"name": "140803", "value": 1},{"name": "55307", "value": 1},{"name": "7602", "value": 1},{"name": "45903", "value": 1},{"name": "38733", "value": 1}
                    ]
                },
                
                {
                    "country": "Romania",
                    "attacks": 133,
                    "subData": [
                {"name": "47890", "value": 125},{"name": "8708", "value": 3},{"name": "50937", "value": 1},{"name": "12302", "value": 1},{"name": "3223", "value": 1},{"name": "48874", "value": 1},{"name": "47540", "value": 1}
                    ]
                },
                
                {
                    "country": "Russia",
                    "attacks": 109,
                    "subData": [
                {"name": "197068", "value": 17},{"name": "12389", "value": 15},{"name": "204490", "value": 14},{"name": "49505", "value": 11},{"name": "50113", "value": 5},{"name": "207566", "value": 4},{"name": "12714", "value": 3},{"name": "5563", "value": 2},{"name": "47626", "value": 2},{"name": "8492", "value": 2},{"name": "24955", "value": 1},{"name": "30922", "value": 1},{"name": "28917", "value": 1},{"name": "28812", "value": 1},{"name": "50789", "value": 1},{"name": "21127", "value": 1},{"name": "42291", "value": 1},{"name": "31214", "value": 1},{"name": "50340", "value": 1},{"name": "39153", "value": 1},{"name": "48940", "value": 1},{"name": "49342", "value": 1},{"name": "202406", "value": 1},{"name": "57045", "value": 1},{"name": "205090", "value": 1},{"name": "204997", "value": 1},{"name": "12683", "value": 1},{"name": "29124", "value": 1},{"name": "29226", "value": 1},{"name": "12494", "value": 1},{"name": "15493", "value": 1},{"name": "42136", "value": 1},{"name": "15672", "value": 1},{"name": "3216", "value": 1},{"name": "12772", "value": 1},{"name": "48293", "value": 1},{"name": "132203", "value": 1},{"name": "201825", "value": 1},{"name": "44391", "value": 1},{"name": "52201", "value": 1},{"name": "44552", "value": 1},{"name": "42610", "value": 1},{"name": "48166", "value": 1},{"name": "57181", "value": 1}
                    ]
                },
                
                {
                    "country": "South_Korea",
                    "attacks": 105,
                    "subData": [
                {"name": "4766", "value": 66},{"name": "3786", "value": 17},{"name": "9318", "value": 12},{"name": "9770", "value": 3},{"name": "17858", "value": 2},{"name": "4670", "value": 1},{"name": "38700", "value": 1},{"name": "17589", "value": 1},{"name": "9848", "value": 1},{"name": "17583", "value": 1}
                    ]
                },
                
                {
                    "country": "Brazil",
                    "attacks": 96,
                    "subData": [
                {"name": "263880", "value": 17},{"name": "28573", "value": 8},{"name": "27699", "value": 5},{"name": "53006", "value": 4},{"name": "269663", "value": 4},{"name": "52845", "value": 3},{"name": "18881", "value": 2},{"name": "268581", "value": 2},{"name": "10429", "value": 2},{"name": "53062", "value": 1},{"name": "269653", "value": 1},{"name": "263135", "value": 1},{"name": "53075", "value": 1},{"name": "264269", "value": 1},{"name": "263994", "value": 1},{"name": "262699", "value": 1},{"name": "263980", "value": 1},{"name": "262509", "value": 1},{"name": "7738", "value": 1},{"name": "266966", "value": 1},{"name": "270404", "value": 1},{"name": "262721", "value": 1},{"name": "264988", "value": 1},{"name": "17222", "value": 1},{"name": "61698", "value": 1},{"name": "52947", "value": 1},{"name": "61678", "value": 1},{"name": "263993", "value": 1},{"name": "265459", "value": 1},{"name": "263947", "value": 1},{"name": "264987", "value": 1},{"name": "266183", "value": 1},{"name": "270547", "value": 1},{"name": "268879", "value": 1},{"name": "52979", "value": 1},{"name": "262318", "value": 1},{"name": "269065", "value": 1},{"name": "263656", "value": 1},{"name": "262955", "value": 1},{"name": "267587", "value": 1},{"name": "264458", "value": 1},{"name": "27688", "value": 1},{"name": "266032", "value": 1},{"name": "8167", "value": 1},{"name": "28126", "value": 1},{"name": "262569", "value": 1},{"name": "265918", "value": 1},{"name": "269195", "value": 1},{"name": "53098", "value": 1},{"name": "52599", "value": 1},{"name": "269138", "value": 1},{"name": "271108", "value": 1},{"name": "28173", "value": 1},{"name": "28361", "value": 1},{"name": "52971", "value": 1},{"name": "263419", "value": 1},{"name": "264100", "value": 1},{"name": "263281", "value": 1}
                    ]
                },
                
                {
                    "country": "Netherlands",
                    "attacks": 92,
                    "subData": [
                {"name": "51447", "value": 21},{"name": "64425", "value": 18},{"name": "50673", "value": 16},{"name": "14061", "value": 15},{"name": "202425", "value": 14},{"name": "399471", "value": 1},{"name": "399629", "value": 1},{"name": "213268", "value": 1},{"name": "174", "value": 1},{"name": "1136", "value": 1},{"name": "211895", "value": 1},{"name": "196752", "value": 1},{"name": "204601", "value": 1}
                    ]
                },
                
                {
                    "country": "Taiwan",
                    "attacks": 73,
                    "subData": [
                {"name": "3462", "value": 55},{"name": "9416", "value": 3},{"name": "396982", "value": 3},{"name": "9919", "value": 2},{"name": "7482", "value": 2},{"name": "18049", "value": 2},{"name": "38841", "value": 2},{"name": "24165", "value": 1},{"name": "24164", "value": 1},{"name": "4780", "value": 1},{"name": "131596", "value": 1}
                    ]
                },
                
                {
                    "country": "Hong_Kong",
                    "attacks": 55,
                    "subData": [
                {"name": "396982", "value": 19},{"name": "201814", "value": 8},{"name": "133929", "value": 6},{"name": "55933", "value": 4},{"name": "45102", "value": 3},{"name": "45753", "value": 2},{"name": "17444", "value": 2},{"name": "9269", "value": 2},{"name": "38197", "value": 1},{"name": "131685", "value": 1},{"name": "141167", "value": 1},{"name": "40065", "value": 1},{"name": "55536", "value": 1},{"name": "9304", "value": 1},{"name": "21859", "value": 1},{"name": "136798", "value": 1},{"name": "135377", "value": 1}
                    ]
                },
                
                {
                    "country": "India",
                    "attacks": 45,
                    "subData": [
                {"name": "9829", "value": 7},{"name": "24560", "value": 5},{"name": "9498", "value": 4},{"name": "14061", "value": 2},{"name": "24186", "value": 2},{"name": "8075", "value": 2},{"name": "132540", "value": 1},{"name": "136343", "value": 1},{"name": "18229", "value": 1},{"name": "137624", "value": 1},{"name": "141310", "value": 1},{"name": "135182", "value": 1},{"name": "133647", "value": 1},{"name": "58967", "value": 1},{"name": "45804", "value": 1},{"name": "132778", "value": 1},{"name": "133469", "value": 1},{"name": "45582", "value": 1},{"name": "17465", "value": 1},{"name": "45117", "value": 1},{"name": "38457", "value": 1},{"name": "45528", "value": 1},{"name": "55836", "value": 1},{"name": "132566", "value": 1},{"name": "17917", "value": 1},{"name": "134875", "value": 1},{"name": "55470", "value": 1},{"name": "137151", "value": 1},{"name": "141874", "value": 1}
                    ]
                },
                
                {
                    "country": "Singapore",
                    "attacks": 33,
                    "subData": [
                {"name": "134963", "value": 16},{"name": "9506", "value": 6},{"name": "14061", "value": 6},{"name": "8075", "value": 2},{"name": "4773", "value": 1},{"name": "4657", "value": 1},{"name": "132203", "value": 1}
                    ]
                },
                
                {
                    "country": "Italy",
                    "attacks": 30,
                    "subData": [
                {"name": "3269", "value": 10},{"name": "44485", "value": 4},{"name": "35612", "value": 3},{"name": "1267", "value": 3},{"name": "30722", "value": 3},{"name": "207054", "value": 1},{"name": "12874", "value": 1},{"name": "15515", "value": 1},{"name": "47408", "value": 1},{"name": "44219", "value": 1},{"name": "5396", "value": 1},{"name": "200689", "value": 1}
                    ]
                },
                
                {
                    "country": "United_Kingdom",
                    "attacks": 28,
                    "subData": [
                {"name": "63949", "value": 7},{"name": "20860", "value": 6},{"name": "8075", "value": 3},{"name": "2856", "value": 3},{"name": "14061", "value": 2},{"name": "12496", "value": 1},{"name": "25369", "value": 1},{"name": "25180", "value": 1},{"name": "13285", "value": 1},{"name": "5378", "value": 1},{"name": "5089", "value": 1},{"name": "6871", "value": 1}
                    ]
                },
                
                {
                    "country": "Iran",
                    "attacks": 27,
                    "subData": [
                {"name": "58224", "value": 12},{"name": "24631", "value": 5},{"name": "31549", "value": 3},{"name": "42337", "value": 2},{"name": "51074", "value": 1},{"name": "200645", "value": 1},{"name": "197207", "value": 1},{"name": "41881", "value": 1},{"name": "43754", "value": 1}
                    ]
                },
                
                {
                    "country": "Turkey",
                    "attacks": 25,
                    "subData": [
                {"name": "9121", "value": 13},{"name": "61135", "value": 7},{"name": "209711", "value": 3},{"name": "12978", "value": 1},{"name": "48737", "value": 1}
                    ]
                },
                
                {
                    "country": "Mexico",
                    "attacks": 22,
                    "subData": [
                {"name": "8151", "value": 17},{"name": "6503", "value": 2},{"name": "17072", "value": 2},{"name": "28414", "value": 1}
                    ]
                },
                
                {
                    "country": "Egypt",
                    "attacks": 22,
                    "subData": [
                {"name": "8452", "value": 19},{"name": "24863", "value": 2},{"name": "36992", "value": 1}
                    ]
                },
                
                {
                    "country": "Japan",
                    "attacks": 21,
                    "subData": [
                {"name": "17676", "value": 3},{"name": "4713", "value": 3},{"name": "9824", "value": 3},{"name": "2514", "value": 1},{"name": "2519", "value": 1},{"name": "9617", "value": 1},{"name": "9351", "value": 1},{"name": "58519", "value": 1},{"name": "2518", "value": 1},{"name": "2527", "value": 1},{"name": "17511", "value": 1},{"name": "4637", "value": 1},{"name": "18282", "value": 1},{"name": "9354", "value": 1},{"name": "18144", "value": 1}
                    ]
                },
                
                {
                    "country": "Indonesia",
                    "attacks": 20,
                    "subData": [
                {"name": "7713", "value": 7},{"name": "17995", "value": 3},{"name": "141621", "value": 2},{"name": "135450", "value": 2},{"name": "38750", "value": 1},{"name": "9341", "value": 1},{"name": "132203", "value": 1},{"name": "139957", "value": 1},{"name": "38511", "value": 1},{"name": "4800", "value": 1}
                    ]
                },
                
                {
                    "country": "Canada",
                    "attacks": 19,
                    "subData": [
                {"name": "8075", "value": 9},{"name": "803", "value": 2},{"name": "12188", "value": 2},{"name": "16509", "value": 1},{"name": "577", "value": 1},{"name": "1403", "value": 1},{"name": "9009", "value": 1},{"name": "11814", "value": 1},{"name": "16276", "value": 1}
                    ]
                },
                
                {
                    "country": "Australia",
                    "attacks": 17,
                    "subData": [
                {"name": "55803", "value": 6},{"name": "36351", "value": 4},{"name": "7545", "value": 2},{"name": "54203", "value": 1},{"name": "1221", "value": 1},{"name": "4764", "value": 1},{"name": "18371", "value": 1},{"name": "9443", "value": 1}
                    ]
                },
                
                {
                    "country": "Belgium",
                    "attacks": 17,
                    "subData": [
                {"name": "396982", "value": 13},{"name": "5432", "value": 2},{"name": "6848", "value": 1},{"name": "198605", "value": 1}
                    ]
                },
                
                {
                    "country": "Poland",
                    "attacks": 16,
                    "subData": [
                {"name": "43260", "value": 10},{"name": "5617", "value": 1},{"name": "199846", "value": 1},{"name": "13000", "value": 1},{"name": "42673", "value": 1},{"name": "12346", "value": 1},{"name": "43939", "value": 1}
                    ]
                },
                
                {
                    "country": "Switzerland",
                    "attacks": 16,
                    "subData": [
                {"name": "51852", "value": 13},{"name": "6830", "value": 1},{"name": "212238", "value": 1},{"name": "396982", "value": 1}
                    ]
                },
                
                {
                    "country": "Colombia",
                    "attacks": 16,
                    "subData": [
                {"name": "14080", "value": 4},{"name": "3816", "value": 3},{"name": "10620", "value": 3},{"name": "13489", "value": 1},{"name": "19429", "value": 1},{"name": "27831", "value": 1},{"name": "52320", "value": 1},{"name": "262215", "value": 1},{"name": "27837", "value": 1}
                    ]
                },
                
                {
                    "country": "Argentina",
                    "attacks": 15,
                    "subData": [
                {"name": "7303", "value": 7},{"name": "16814", "value": 2},{"name": "27879", "value": 1},{"name": "11014", "value": 1},{"name": "266777", "value": 1},{"name": "27818", "value": 1},{"name": "27983", "value": 1},{"name": "263736", "value": 1}
                    ]
                },
                
                {
                    "country": "Czechia",
                    "attacks": 14,
                    "subData": [
                {"name": "211252", "value": 14}
                    ]
                },
                
                {
                    "country": "Bangladesh",
                    "attacks": 14,
                    "subData": [
                {"name": "56054", "value": 3},{"name": "55828", "value": 2},{"name": "24323", "value": 2},{"name": "139278", "value": 1},{"name": "38493", "value": 1},{"name": "9230", "value": 1},{"name": "55406", "value": 1},{"name": "38203", "value": 1},{"name": "137967", "value": 1},{"name": "137871", "value": 1}
                    ]
                },
                
                {
                    "country": "Spain",
                    "attacks": 14,
                    "subData": [
                {"name": "3352", "value": 5},{"name": "6739", "value": 2},{"name": "48146", "value": 1},{"name": "12479", "value": 1},{"name": "35699", "value": 1},{"name": "208103", "value": 1},{"name": "206866", "value": 1},{"name": "15704", "value": 1},{"name": "12430", "value": 1}
                    ]
                },
                
                {
                    "country": "Ukraine",
                    "attacks": 12,
                    "subData": [
                {"name": "6849", "value": 3},{"name": "6703", "value": 1},{"name": "15377", "value": 1},{"name": "20536", "value": 1},{"name": "197125", "value": 1},{"name": "42239", "value": 1},{"name": "43022", "value": 1},{"name": "43145", "value": 1},{"name": "42530", "value": 1},{"name": "25505", "value": 1}
                    ]
                },
                
                {
                    "country": "Estonia",
                    "attacks": 10,
                    "subData": [
                {"name": "213010", "value": 10}
                    ]
                },
                
                {
                    "country": "Sweden",
                    "attacks": 9,
                    "subData": [
                {"name": "3301", "value": 5},{"name": "45011", "value": 2},{"name": "29518", "value": 1},{"name": "34610", "value": 1}
                    ]
                },
                
                {
                    "country": "Malaysia",
                    "attacks": 9,
                    "subData": [
                {"name": "4788", "value": 6},{"name": "9534", "value": 2},{"name": "56140", "value": 1}
                    ]
                },
                
                {
                    "country": "Luxembourg",
                    "attacks": 8,
                    "subData": [
                {"name": "53667", "value": 8}
                    ]
                },
                
                {
                    "country": "United_Arab_Emirates",
                    "attacks": 8,
                    "subData": [
                {"name": "5384", "value": 3},{"name": "36351", "value": 3},{"name": "15802", "value": 2}
                    ]
                },
                
                {
                    "country": "Chile",
                    "attacks": 8,
                    "subData": [
                {"name": "14259", "value": 3},{"name": "27651", "value": 2},{"name": "22047", "value": 1},{"name": "7418", "value": 1},{"name": "6535", "value": 1}
                    ]
                },
                
                {
                    "country": "Thailand",
                    "attacks": 7,
                    "subData": [
                {"name": "23969", "value": 3},{"name": "45458", "value": 2},{"name": "9891", "value": 1},{"name": "131090", "value": 1}
                    ]
                },
                
                {
                    "country": "Venezuela",
                    "attacks": 7,
                    "subData": [
                {"name": "8048", "value": 3},{"name": "8053", "value": 2},{"name": "263703", "value": 1},{"name": "27717", "value": 1}
                    ]
                },
                
                {
                    "country": "Belize",
                    "attacks": 7,
                    "subData": [
                {"name": "213371", "value": 5},{"name": "56388", "value": 1},{"name": "263824", "value": 1}
                    ]
                },
                
                {
                    "country": "Finland",
                    "attacks": 6,
                    "subData": [
                {"name": "24940", "value": 4},{"name": "16086", "value": 2}
                    ]
                },
                
                {
                    "country": "Ethiopia",
                    "attacks": 6,
                    "subData": [
                {"name": "24757", "value": 6}
                    ]
                },
                
                {
                    "country": "Kazakhstan",
                    "attacks": 5,
                    "subData": [
                {"name": "21299", "value": 2},{"name": "212999", "value": 2},{"name": "51997", "value": 1}
                    ]
                },
                
                {
                    "country": "Uruguay",
                    "attacks": 5,
                    "subData": [
                {"name": "6057", "value": 5}
                    ]
                },
                
                {
                    "country": "Bolivia",
                    "attacks": 5,
                    "subData": [
                {"name": "27839", "value": 2},{"name": "52495", "value": 1},{"name": "25620", "value": 1},{"name": "6568", "value": 1}
                    ]
                },
                
                {
                    "country": "Paraguay",
                    "attacks": 5,
                    "subData": [
                {"name": "23201", "value": 3},{"name": "267883", "value": 1},{"name": "266673", "value": 1}
                    ]
                },
                
                {
                    "country": "Hungary",
                    "attacks": 5,
                    "subData": [
                {"name": "5483", "value": 3},{"name": "20845", "value": 1},{"name": "2547", "value": 1}
                    ]
                },
                
                {
                    "country": "Ireland",
                    "attacks": 4,
                    "subData": [
                {"name": "8075", "value": 2},{"name": "16509", "value": 2}
                    ]
                },
                
                {
                    "country": "Greece",
                    "attacks": 4,
                    "subData": [
                {"name": "3329", "value": 2},{"name": "29247", "value": 1},{"name": "6799", "value": 1}
                    ]
                },
                
                {
                    "country": "Croatia",
                    "attacks": 4,
                    "subData": [
                {"name": "5391", "value": 2},{"name": "35549", "value": 1},{"name": "211619", "value": 1}
                    ]
                },
                
                {
                    "country": "Panama",
                    "attacks": 4,
                    "subData": [
                {"name": "21599", "value": 4}
                    ]
                },
                
                {
                    "country": "Kenya",
                    "attacks": 4,
                    "subData": [
                {"name": "36866", "value": 2},{"name": "36926", "value": 1},{"name": "37219", "value": 1}
                    ]
                },
                
                {
                    "country": "Ecuador",
                    "attacks": 4,
                    "subData": [
                {"name": "28006", "value": 2},{"name": "27668", "value": 1},{"name": "22724", "value": 1}
                    ]
                },
                
                {
                    "country": "Cambodia",
                    "attacks": 3,
                    "subData": [
                {"name": "38235", "value": 1},{"name": "23673", "value": 1},{"name": "131178", "value": 1}
                    ]
                },
                
                {
                    "country": "Bulgaria",
                    "attacks": 3,
                    "subData": [
                {"name": "8866", "value": 1},{"name": "13124", "value": 1},{"name": "197184", "value": 1}
                    ]
                },
                
                {
                    "country": "Pakistan",
                    "attacks": 3,
                    "subData": [
                {"name": "17557", "value": 2},{"name": "23674", "value": 1}
                    ]
                },
                
                {
                    "country": "Azerbaijan",
                    "attacks": 3,
                    "subData": [
                {"name": "29049", "value": 2},{"name": "39232", "value": 1}
                    ]
                },
                
                {
                    "country": "Philippines",
                    "attacks": 3,
                    "subData": [
                {"name": "4775", "value": 2},{"name": "9299", "value": 1}
                    ]
                },
                
                {
                    "country": "Nigeria",
                    "attacks": 3,
                    "subData": [
                {"name": "16284", "value": 2},{"name": "29465", "value": 1}
                    ]
                },
                
                {
                    "country": "Peru",
                    "attacks": 3,
                    "subData": [
                {"name": "27843", "value": 2},{"name": "6147", "value": 1}
                    ]
                },
                
                {
                    "country": "Israel",
                    "attacks": 3,
                    "subData": [
                {"name": "12400", "value": 1},{"name": "47956", "value": 1},{"name": "8551", "value": 1}
                    ]
                },
                
                {
                    "country": "Rwanda",
                    "attacks": 3,
                    "subData": [
                {"name": "327707", "value": 3}
                    ]
                },
                
                {
                    "country": "Kuwait",
                    "attacks": 3,
                    "subData": [
                {"name": "42961", "value": 1},{"name": "21050", "value": 1},{"name": "9155", "value": 1}
                    ]
                },
                
                {
                    "country": "Lithuania",
                    "attacks": 3,
                    "subData": [
                {"name": "8764", "value": 1},{"name": "24877", "value": 1},{"name": "209605", "value": 1}
                    ]
                },
                
                {
                    "country": "Uzbekistan",
                    "attacks": 2,
                    "subData": [
                {"name": "8193", "value": 2}
                    ]
                },
                
                {
                    "country": "Qatar",
                    "attacks": 2,
                    "subData": [
                {"name": "42298", "value": 2}
                    ]
                },
                
                {
                    "country": "Norway",
                    "attacks": 2,
                    "subData": [
                {"name": "41164", "value": 1},{"name": "2116", "value": 1}
                    ]
                },
                
                {
                    "country": "Cameroon",
                    "attacks": 2,
                    "subData": [
                {"name": "327820", "value": 1},{"name": "36905", "value": 1}
                    ]
                },
                
                {
                    "country": "Burundi",
                    "attacks": 2,
                    "subData": [
                {"name": "25429", "value": 2}
                    ]
                },
                
                {
                    "country": "Dominican_Republic",
                    "attacks": 2,
                    "subData": [
                {"name": "6400", "value": 2}
                    ]
                },
                
                {
                    "country": "Guatemala",
                    "attacks": 2,
                    "subData": [
                {"name": "26617", "value": 2}
                    ]
                },
                
                {
                    "country": "Honduras",
                    "attacks": 2,
                    "subData": [
                {"name": "27884", "value": 1},{"name": "264847", "value": 1}
                    ]
                },
                
                {
                    "country": "Portugal",
                    "attacks": 2,
                    "subData": [
                {"name": "3243", "value": 1},{"name": "211680", "value": 1}
                    ]
                },
                
                {
                    "country": "Georgia",
                    "attacks": 2,
                    "subData": [
                {"name": "34666", "value": 1},{"name": "35805", "value": 1}
                    ]
                },
                
                {
                    "country": "Albania",
                    "attacks": 2,
                    "subData": [
                {"name": "33983", "value": 1},{"name": "35047", "value": 1}
                    ]
                },
                
                {
                    "country": "New_Zealand",
                    "attacks": 1,
                    "subData": [
                {"name": "9790", "value": 1}
                    ]
                },
                
                {
                    "country": "Tanzania",
                    "attacks": 1,
                    "subData": [
                {"name": "327795", "value": 1}
                    ]
                },
                
                {
                    "country": "Saudi_Arabia",
                    "attacks": 1,
                    "subData": [
                {"name": "25019", "value": 1}
                    ]
                },
                
                {
                    "country": "Malta",
                    "attacks": 1,
                    "subData": [
                {"name": "12709", "value": 1}
                    ]
                },
                
                {
                    "country": "Laos",
                    "attacks": 1,
                    "subData": [
                {"name": "23900", "value": 1}
                    ]
                },
                
                {
                    "country": "Libya",
                    "attacks": 1,
                    "subData": [
                {"name": "37284", "value": 1}
                    ]
                },
                
                {
                    "country": "Tunisia",
                    "attacks": 1,
                    "subData": [
                {"name": "37705", "value": 1}
                    ]
                },
                
                {
                    "country": "Nepal",
                    "attacks": 1,
                    "subData": [
                {"name": "4007", "value": 1}
                    ]
                },
                
                {
                    "country": "Mongolia",
                    "attacks": 1,
                    "subData": [
                {"name": "9484", "value": 1}
                    ]
                },
                
                {
                    "country": "Senegal",
                    "attacks": 1,
                    "subData": [
                {"name": "8346", "value": 1}
                    ]
                },
                
                {
                    "country": "DR_Congo",
                    "attacks": 1,
                    "subData": [
                {"name": "37102", "value": 1}
                    ]
                },
                
                {
                    "country": "Denmark",
                    "attacks": 1,
                    "subData": [
                {"name": "39351", "value": 1}
                    ]
                },
                
                {
                    "country": "Morocco",
                    "attacks": 1,
                    "subData": [
                {"name": "36903", "value": 1}
                    ]
                },
                
                {
                    "country": "Ghana",
                    "attacks": 1,
                    "subData": [
                {"name": "37148", "value": 1}
                    ]
                },
                
                {
                    "country": "Montenegro",
                    "attacks": 1,
                    "subData": [
                {"name": "47881", "value": 1}
                    ]
                },
                
                {
                    "country": "Costa_Rica",
                    "attacks": 1,
                    "subData": [
                {"name": "11830", "value": 1}
                    ]
                },
                
                {
                    "country": "Belarus",
                    "attacks": 1,
                    "subData": [
                {"name": "25106", "value": 1}
                    ]
                },
                
                {
                    "country": "Algeria",
                    "attacks": 1,
                    "subData": [
                {"name": "36947", "value": 1}
                    ]
                },
                
                {
                    "country": "Slovenia",
                    "attacks": 1,
                    "subData": [
                {"name": "5603", "value": 1}
                    ]
                },
                
                {
                    "country": "Suriname",
                    "attacks": 1,
                    "subData": [
                {"name": "27775", "value": 1}
                    ]
                },
                
                {
                    "country": "Palestine",
                    "attacks": 1,
                    "subData": [
                {"name": "197350", "value": 1}
                    ]
                },
                
                {
                    "country": "Réunion",
                    "attacks": 1,
                    "subData": [
                {"name": "49902", "value": 1}
                    ]
                },
                
                {
                    "country": "North_Macedonia",
                    "attacks": 1,
                    "subData": [
                {"name": "44021", "value": 1}
                    ]
                },
                
                {
                    "country": "Moldova",
                    "attacks": 1,
                    "subData": [
                {"name": "8926", "value": 1}
                    ]
                },
                
                {
                    "country": "Macao",
                    "attacks": 1,
                    "subData": [
                {"name": "4609", "value": 1}
                    ]
                },
                
                {
                    "country": "Somalia",
                    "attacks": 1,
                    "subData": [
                {"name": "327768", "value": 1}
                    ]
                },
                
                {
                    "country": "South_Africa",
                    "attacks": 1,
                    "subData": [
                {"name": "37611", "value": 1}
                    ]
                },
                
                {
                    "country": "Jordan",
                    "attacks": 1,
                    "subData": [
                {"name": "48832", "value": 1}
                    ]
                },
                
                {
                    "country": "Slovakia",
                    "attacks": 1,
                    "subData": [
                {"name": "35328", "value": 1}
                    ]
                },
                
                {
                    "country": "Trinidad_and_Tobago",
                    "attacks": 1,
                    "subData": [
                {"name": "27924", "value": 1}
                    ]
                },
                
                {
                    "country": "Ivory_Coast",
                    "attacks": 1,
                    "subData": [
                {"name": "29571", "value": 1}
                    ]
                },
                
                {
                    "country": "El_Salvador",
                    "attacks": 1,
                    "subData": [
                {"name": "27773", "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": "Netherlands",
                            "attacks": 7,
                            "asns": 1
                        },
                        
                        {
                            "country": "China",
                            "attacks": 66,
                            "asns": 14
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 46,
                            "asns": 5
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 28,
                            "asns": 14
                        },
                        
                        {
                            "country": "France",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 5,
                            "asns": 3
                        },
                        
                        {
                            "country": "Italy",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Sweden",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Brazil",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "Estonia",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Switzerland",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 5,
                            "asns": 5
                        },
                        
                        {
                            "country": "Lithuania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belarus",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Croatia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Mexico",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Paraguay",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Peru",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "South Korea",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Spain",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 8,
                            "asns": 3
                        },
                        
                        {
                            "country": "India",
                            "attacks": 5,
                            "asns": 3
                        },
                        
                        {
                            "country": "Kuwait",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Czechia",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belize",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Poland",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Japan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Argentina",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Senegal",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Uruguay",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Luxembourg",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Colombia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                ];

                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]" +
                           222 + "[/]";
                });
                </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": "Vietnam",
                            "attacks": 6,
                            "asns": 4
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Luxembourg",
                            "attacks": 3,
                            "asns": 1
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 27,
                            "asns": 8
                        },
                        
                        {
                            "country": "Belize",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 9,
                            "asns": 7
                        },
                        
                        {
                            "country": "Switzerland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "China",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "France",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Czechia",
                            "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]" +
                           58 + "[/]";
                });
                </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": 12,
                            "asns": 3
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 64,
                            "asns": 15
                        },
                        
                        {
                            "country": "China",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 7,
                            "asns": 6
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 10,
                            "asns": 1
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 14,
                            "asns": 4
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 5,
                            "asns": 4
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Finland",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Nigeria",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ireland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Portugal",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "South Korea",
                            "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]" +
                           136 + "[/]";
                });
                </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": 149,
                            "asns": 18
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 3,
                            "asns": 1
                        },
                        
                        {
                            "country": "Italy",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Belgium",
                            "attacks": 11,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 16,
                            "asns": 2
                        },
                        
                        {
                            "country": "Czechia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 3,
                            "asns": 1
                        },
                        
                        {
                            "country": "France",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "China",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Turkey",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Switzerland",
                            "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]" +
                           202 + "[/]";
                });
                </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": "Germany",
                            "attacks": 5,
                            "asns": 5
                        },
                        
                        {
                            "country": "Spain",
                            "attacks": 11,
                            "asns": 8
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 111,
                            "asns": 33
                        },
                        
                        {
                            "country": "Greece",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 56,
                            "asns": 9
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 29,
                            "asns": 20
                        },
                        
                        {
                            "country": "China",
                            "attacks": 72,
                            "asns": 16
                        },
                        
                        {
                            "country": "South Korea",
                            "attacks": 65,
                            "asns": 6
                        },
                        
                        {
                            "country": "Colombia",
                            "attacks": 6,
                            "asns": 6
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 8,
                            "asns": 6
                        },
                        
                        {
                            "country": "Israel",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "South Africa",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Japan",
                            "attacks": 17,
                            "asns": 13
                        },
                        
                        {
                            "country": "Uruguay",
                            "attacks": 4,
                            "asns": 1
                        },
                        
                        {
                            "country": "Turkey",
                            "attacks": 12,
                            "asns": 3
                        },
                        
                        {
                            "country": "North Macedonia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "India",
                            "attacks": 18,
                            "asns": 16
                        },
                        
                        {
                            "country": "Cambodia",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 23,
                            "asns": 3
                        },
                        
                        {
                            "country": "Italy",
                            "attacks": 17,
                            "asns": 7
                        },
                        
                        {
                            "country": "Mexico",
                            "attacks": 8,
                            "asns": 2
                        },
                        
                        {
                            "country": "Moldova",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Brazil",
                            "attacks": 66,
                            "asns": 38
                        },
                        
                        {
                            "country": "Rwanda",
                            "attacks": 3,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ethiopia",
                            "attacks": 4,
                            "asns": 1
                        },
                        
                        {
                            "country": "Egypt",
                            "attacks": 12,
                            "asns": 1
                        },
                        
                        {
                            "country": "Poland",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Malta",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Malaysia",
                            "attacks": 7,
                            "asns": 2
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Georgia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Iran",
                            "attacks": 8,
                            "asns": 2
                        },
                        
                        {
                            "country": "Réunion",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 5,
                            "asns": 5
                        },
                        
                        {
                            "country": "Chile",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 6,
                            "asns": 5
                        },
                        
                        {
                            "country": "Trinidad and Tobago",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Ecuador",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Argentina",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "Suriname",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Albania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bulgaria",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Norway",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Dominican Republic",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Sweden",
                            "attacks": 5,
                            "asns": 4
                        },
                        
                        {
                            "country": "Ukraine",
                            "attacks": 9,
                            "asns": 8
                        },
                        
                        {
                            "country": "Hungary",
                            "attacks": 5,
                            "asns": 3
                        },
                        
                        {
                            "country": "Thailand",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Macao",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Switzerland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Palestine",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Croatia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Kenya",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 6,
                            "asns": 4
                        },
                        
                        {
                            "country": "Slovenia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "France",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Burundi",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Panama",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Pakistan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bangladesh",
                            "attacks": 5,
                            "asns": 4
                        },
                        
                        {
                            "country": "Paraguay",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belgium",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Qatar",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Kazakhstan",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Venezuela",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belize",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Somalia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Honduras",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Finland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bolivia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Luxembourg",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Slovakia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Laos",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "New Zealand",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Cameroon",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Lithuania",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                ];

                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]" +
                           696 + "[/]";
                });
                </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": 224,
                            "asns": 38
                        },
                        
                        {
                            "country": "Philippines",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 22,
                            "asns": 17
                        },
                        
                        {
                            "country": "Iran",
                            "attacks": 17,
                            "asns": 9
                        },
                        
                        {
                            "country": "South Korea",
                            "attacks": 29,
                            "asns": 7
                        },
                        
                        {
                            "country": "Turkey",
                            "attacks": 5,
                            "asns": 2
                        },
                        
                        {
                            "country": "Ghana",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Egypt",
                            "attacks": 10,
                            "asns": 3
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Argentina",
                            "attacks": 7,
                            "asns": 5
                        },
                        
                        {
                            "country": "Paraguay",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Kazakhstan",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bangladesh",
                            "attacks": 7,
                            "asns": 6
                        },
                        
                        {
                            "country": "Chile",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Ukraine",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 27,
                            "asns": 21
                        },
                        
                        {
                            "country": "Honduras",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Brazil",
                            "attacks": 21,
                            "asns": 19
                        },
                        
                        {
                            "country": "Guatemala",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Mexico",
                            "attacks": 10,
                            "asns": 4
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 16,
                            "asns": 6
                        },
                        
                        {
                            "country": "Dominican Republic",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "India",
                            "attacks": 20,
                            "asns": 14
                        },
                        
                        {
                            "country": "Bolivia",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "DR Congo",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Thailand",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Venezuela",
                            "attacks": 5,
                            "asns": 4
                        },
                        
                        {
                            "country": "Colombia",
                            "attacks": 6,
                            "asns": 5
                        },
                        
                        {
                            "country": "Bulgaria",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Italy",
                            "attacks": 6,
                            "asns": 5
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 11,
                            "asns": 6
                        },
                        
                        {
                            "country": "Spain",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Nepal",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Peru",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Ireland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Japan",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Pakistan",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Saudi Arabia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Uzbekistan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Cameroon",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "France",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Ecuador",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 6,
                            "asns": 5
                        },
                        
                        {
                            "country": "Croatia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Kuwait",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Qatar",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Azerbaijan",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Jordan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ethiopia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Montenegro",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Georgia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Tanzania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "El Salvador",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Kenya",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Mongolia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Switzerland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Poland",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Algeria",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ivory Coast",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Albania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Tunisia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belize",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Libya",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Nigeria",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Morocco",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Costa Rica",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belgium",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Portugal",
                            "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]" +
                           533 + "[/]";
                });
                </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": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                ];

                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]" +
                           5 + "[/]";
                });
                </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": "Netherlands",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 27,
                            "asns": 9
                        },
                        
                        {
                            "country": "China",
                            "attacks": 36,
                            "asns": 14
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Israel",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Malaysia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "South Korea",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Switzerland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Denmark",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "India",
                            "attacks": 2,
                            "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]" +
                           84 + "[/]";
                });
                </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": "Taiwan", "value": 33},{"country": "Malaysia", "value": 33},{"country": "Georgia", "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": "Kosovo", "value": 11},{"country": "Myanmar", "value": 11},{"country": "Tanzania", "value": 10},{"country": "Dominican Republic", "value": 10},{"country": "Malawi", "value": 10},{"country": "Bosnia and Herzegovina", "value": 10},{"country": "Qatar", "value": 9},{"country": "Ghana", "value": 9},{"country": "Portugal", "value": 8},{"country": "Greece", "value": 8},{"country": "Venezuela", "value": 8},{"country": "Azerbaijan", "value": 8},{"country": "Syria", "value": 7},{"country": "Palestine", "value": 7},{"country": "Uganda", "value": 7},{"country": "Guatemala", "value": 7},{"country": "Algeria", "value": 7},{"country": "Yemen", "value": 7},{"country": "New Zealand", "value": 7},{"country": "Ireland", "value": 6},{"country": "Seychelles", "value": 6},{"country": "Maldives", "value": 6},{"country": "Mongolia", "value": 6},{"country": "Croatia", "value": 6},{"country": "Denmark", "value": 6},{"country": "Norway", "value": 6},{"country": "Burkina Faso", "value": 6},{"country": "Lesotho", "value": 5},{"country": "Paraguay", "value": 5},{"country": "Congo Republic", "value": 5},{"country": "Guinea", "value": 5},{"country": "Puerto Rico", "value": 5},{"country": "Belarus", "value": 5},{"country": "Morocco", "value": 5},{"country": "Montenegro", "value": 5},{"country": "Luxembourg", "value": 5},{"country": "Afghanistan", "value": 4},{"country": "Equatorial Guinea", "value": 4},{"country": "Honduras", "value": 4},{"country": "Benin", "value": 4},{"country": "Somalia", "value": 4},{"country": "Kyrgyzstan", "value": 4},{"country": "Saudi Arabia", "value": 4},{"country": "Israel", "value": 4},{"country": "Panama", "value": 4},{"country": "Eswatini", "value": 3},{"country": "North Macedonia", "value": 3},{"country": "Peru", "value": 3},{"country": "Slovenia", "value": 3},{"country": "Estonia", "value": 3},{"country": "Malta", "value": 3},{"country": "Uzbekistan", "value": 3},{"country": "DR Congo", "value": 2},{"country": "Oman", "value": 2},{"country": "Mauritania", "value": 2},{"country": "Togo", "value": 2},{"country": "El Salvador", "value": 2},{"country": "Cyprus", "value": 2},{"country": "Laos", "value": 2},{"country": "Senegal", "value": 2},{"country": "Gibraltar", "value": 1},{"country": "Djibouti", "value": 1},{"country": "Burundi", "value": 1},{"country": "Belize", "value": 1},{"country": "Zambia", "value": 1},{"country": "Lebanon", "value": 1},{"country": "Zimbabwe", "value": 1},{"country": "Cameroon", "value": 1},{"country": "Angola", "value": 1},{"country": "Rwanda", "value": 1},{"country": "Tunisia", "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": 9},{"campaign": "Instagram", "domains": 6},{"campaign": "Twitter", "domains": 9},{"campaign": "Virus", "domains": 1},{"campaign": "Support", "domains": 8},{"campaign": "Login-Portal", "domains": 29},{"campaign": "Office365", "domains": 3},{"campaign": "Microsoft", "domains": 3},{"campaign": "Linkedin", "domains": 2},{"campaign": "Adobe", "domains": 4},{"campaign": "Paypal", "domains": 23},{"campaign": "Amazon", "domains": 63},{"campaign": "Google", "domains": 37},{"campaign": "Banks", "domains": 7},{"campaign": "Games", "domains": 26},{"campaign": "Crypto", "domains": 15},{"campaign": "Alibaba", "domains": 2},{"campaign": "www", "domains": 106},{"campaign": "Zoom", "domains": 27},{"campaign": "Ryuk", "domains": 152},{"campaign": "Onlyfans", "domains": 3},{"campaign": "Cyrillic", "domains": 773},
            ];

            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: