Weekly Report for 2021-04-16 to 2021-04-23

STIX2 Files

Weekly Summary

  • The top attacking country was China with 997 individual attacking IPs
  • The most attacked protocol was ssh with 1477 attacker IPs
  • Total attacks are down 0% from last week (3509 vs 3513)
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": 479},{"country": "Singapore", "value": 49},{"country": "Germany", "value": 47},{"country": "Canada", "value": 471},{"country": "England", "value": 48},
            ];

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

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

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

        chart.data = [
        
                {
                    "country": "China",
                    "attacks": 997,
                    "subData": [
                {"name": "45090", "value": 412},{"name": "37963", "value": 119},{"name": "4134", "value": 100},{"name": "56046", "value": 83},{"name": "38365", "value": 43},{"name": "4837", "value": 42},{"name": "210512", "value": 21},{"name": "136190", "value": 21},{"name": "4812", "value": 20},{"name": "4808", "value": 18},{"name": "9808", "value": 15},{"name": "4811", "value": 8},{"name": "58541", "value": 7},{"name": "4847", "value": 6},{"name": "56048", "value": 6},{"name": "24444", "value": 5},{"name": "58466", "value": 5},{"name": "58461", "value": 5},{"name": "17621", "value": 4},{"name": "134762", "value": 4},{"name": "38283", "value": 4},{"name": "4538", "value": 4},{"name": "17623", "value": 3},{"name": "133774", "value": 3},{"name": "23724", "value": 3},{"name": "140292", "value": 3},{"name": "58593", "value": 3},{"name": "56040", "value": 2},{"name": "59019", "value": 2},{"name": "59078", "value": 2},{"name": "134771", "value": 2},{"name": "63612", "value": 2},{"name": "137697", "value": 2},{"name": "138421", "value": 1},{"name": "38372", "value": 1},{"name": "63888", "value": 1},{"name": "56041", "value": 1},{"name": "17638", "value": 1},{"name": "133119", "value": 1},{"name": "137702", "value": 1},{"name": "4816", "value": 1},{"name": "63835", "value": 1},{"name": "45064", "value": 1},{"name": "137687", "value": 1},{"name": "55990", "value": 1},{"name": "9812", "value": 1},{"name": "23650", "value": 1},{"name": "134196", "value": 1},{"name": "132525", "value": 1},{"name": "63646", "value": 1},{"name": "24445", "value": 1}
                    ]
                },
                
                {
                    "country": "United_States",
                    "attacks": 919,
                    "subData": [
                {"name": "14061", "value": 180},{"name": "53667", "value": 165},{"name": "6939", "value": 113},{"name": "20052", "value": 79},{"name": "36352", "value": 32},{"name": "398324", "value": 31},{"name": "46664", "value": 30},{"name": "396982", "value": 20},{"name": "8075", "value": 20},{"name": "398722", "value": 16},{"name": "174", "value": 16},{"name": "10439", "value": 14},{"name": "4224", "value": 14},{"name": "14618", "value": 12},{"name": "2914", "value": 11},{"name": "63949", "value": 10},{"name": "14987", "value": 10},{"name": "40676", "value": 10},{"name": "237", "value": 9},{"name": "7922", "value": 8},{"name": "25820", "value": 8},{"name": "31898", "value": 7},{"name": "6130", "value": 7},{"name": "132203", "value": 6},{"name": "396507", "value": 6},{"name": "8100", "value": 6},{"name": "49532", "value": 5},{"name": "23470", "value": 4},{"name": "7018", "value": 4},{"name": "16509", "value": 4},{"name": "701", "value": 4},{"name": "3356", "value": 3},{"name": "20001", "value": 3},{"name": "20115", "value": 3},{"name": "16276", "value": 3},{"name": "46475", "value": 3},{"name": "5650", "value": 3},{"name": "6128", "value": 3},{"name": "15169", "value": 2},{"name": "6079", "value": 2},{"name": "11426", "value": 2},{"name": "11427", "value": 2},{"name": "21859", "value": 2},{"name": "62904", "value": 1},{"name": "211252", "value": 1},{"name": "29902", "value": 1},{"name": "58658", "value": 1},{"name": "33055", "value": 1},{"name": "16495", "value": 1},{"name": "46573", "value": 1},{"name": "4385", "value": 1},{"name": "35913", "value": 1},{"name": "135377", "value": 1},{"name": "136171", "value": 1},{"name": "30217", "value": 1},{"name": "14821", "value": 1},{"name": "30404", "value": 1},{"name": "19108", "value": 1},{"name": "398355", "value": 1},{"name": "29930", "value": 1},{"name": "15154", "value": 1},{"name": "142403", "value": 1},{"name": "63023", "value": 1},{"name": "396362", "value": 1},{"name": "47583", "value": 1},{"name": "55293", "value": 1},{"name": "139330", "value": 1},{"name": "46261", "value": 1},{"name": "22773", "value": 1},{"name": "4192", "value": 1}
                    ]
                },
                
                {
                    "country": "Russia",
                    "attacks": 124,
                    "subData": [
                {"name": "50340", "value": 21},{"name": "49505", "value": 21},{"name": "57494", "value": 17},{"name": "204490", "value": 8},{"name": "202984", "value": 6},{"name": "12389", "value": 5},{"name": "31483", "value": 2},{"name": "29124", "value": 2},{"name": "24955", "value": 2},{"name": "132203", "value": 2},{"name": "8580", "value": 2},{"name": "204997", "value": 1},{"name": "25490", "value": 1},{"name": "202011", "value": 1},{"name": "42514", "value": 1},{"name": "43132", "value": 1},{"name": "8570", "value": 1},{"name": "48757", "value": 1},{"name": "29226", "value": 1},{"name": "21127", "value": 1},{"name": "56981", "value": 1},{"name": "50553", "value": 1},{"name": "48642", "value": 1},{"name": "31200", "value": 1},{"name": "31566", "value": 1},{"name": "3216", "value": 1},{"name": "42478", "value": 1},{"name": "12714", "value": 1},{"name": "197153", "value": 1},{"name": "197695", "value": 1},{"name": "60490", "value": 1},{"name": "34665", "value": 1},{"name": "49107", "value": 1},{"name": "57227", "value": 1},{"name": "25408", "value": 1},{"name": "15774", "value": 1},{"name": "52000", "value": 1},{"name": "8369", "value": 1},{"name": "42610", "value": 1},{"name": "41733", "value": 1},{"name": "44112", "value": 1},{"name": "30784", "value": 1},{"name": "210079", "value": 1},{"name": "35807", "value": 1},{"name": "30922", "value": 1},{"name": "42682", "value": 1},{"name": "199782", "value": 1}
                    ]
                },
                
                {
                    "country": "Netherlands",
                    "attacks": 121,
                    "subData": [
                {"name": "57043", "value": 23},{"name": "14061", "value": 23},{"name": "213371", "value": 21},{"name": "211252", "value": 15},{"name": "213268", "value": 9},{"name": "20473", "value": 4},{"name": "202425", "value": 3},{"name": "202422", "value": 3},{"name": "174", "value": 3},{"name": "62240", "value": 2},{"name": "21100", "value": 2},{"name": "8075", "value": 2},{"name": "139884", "value": 2},{"name": "36352", "value": 2},{"name": "12876", "value": 1},{"name": "198203", "value": 1},{"name": "21859", "value": 1},{"name": "212906", "value": 1},{"name": "8100", "value": 1},{"name": "1136", "value": 1},{"name": "1101", "value": 1}
                    ]
                },
                
                {
                    "country": "France",
                    "attacks": 97,
                    "subData": [
                {"name": "12876", "value": 36},{"name": "16276", "value": 18},{"name": "34088", "value": 15},{"name": "198375", "value": 11},{"name": "12322", "value": 3},{"name": "8075", "value": 3},{"name": "15557", "value": 3},{"name": "198551", "value": 1},{"name": "35393", "value": 1},{"name": "5410", "value": 1},{"name": "29075", "value": 1},{"name": "8362", "value": 1},{"name": "29286", "value": 1},{"name": "34391", "value": 1},{"name": "21409", "value": 1}
                    ]
                },
                
                {
                    "country": "Germany",
                    "attacks": 96,
                    "subData": [
                {"name": "14061", "value": 34},{"name": "47154", "value": 19},{"name": "208843", "value": 9},{"name": "60729", "value": 8},{"name": "24940", "value": 5},{"name": "51167", "value": 3},{"name": "24961", "value": 3},{"name": "3209", "value": 2},{"name": "63949", "value": 2},{"name": "31898", "value": 2},{"name": "44716", "value": 1},{"name": "35366", "value": 1},{"name": "43847", "value": 1},{"name": "31317", "value": 1},{"name": "213250", "value": 1},{"name": "213035", "value": 1},{"name": "39351", "value": 1},{"name": "3320", "value": 1},{"name": "208294", "value": 1}
                    ]
                },
                
                {
                    "country": "South_Korea",
                    "attacks": 96,
                    "subData": [
                {"name": "4766", "value": 49},{"name": "9318", "value": 21},{"name": "3786", "value": 10},{"name": "17858", "value": 5},{"name": "17853", "value": 4},{"name": "9946", "value": 1},{"name": "38121", "value": 1},{"name": "18318", "value": 1},{"name": "17839", "value": 1},{"name": "31898", "value": 1},{"name": "38700", "value": 1},{"name": "16509", "value": 1}
                    ]
                },
                
                {
                    "country": "India",
                    "attacks": 93,
                    "subData": [
                {"name": "9829", "value": 27},{"name": "14061", "value": 15},{"name": "55836", "value": 4},{"name": "45820", "value": 3},{"name": "9498", "value": 3},{"name": "63949", "value": 3},{"name": "9583", "value": 3},{"name": "45815", "value": 2},{"name": "133676", "value": 2},{"name": "17917", "value": 2},{"name": "45916", "value": 2},{"name": "138275", "value": 2},{"name": "17439", "value": 2},{"name": "24560", "value": 2},{"name": "24309", "value": 2},{"name": "31898", "value": 1},{"name": "141315", "value": 1},{"name": "17754", "value": 1},{"name": "134041", "value": 1},{"name": "17465", "value": 1},{"name": "133661", "value": 1},{"name": "135247", "value": 1},{"name": "45102", "value": 1},{"name": "24186", "value": 1},{"name": "132757", "value": 1},{"name": "17488", "value": 1},{"name": "45117", "value": 1},{"name": "8075", "value": 1},{"name": "135817", "value": 1},{"name": "45232", "value": 1},{"name": "132296", "value": 1},{"name": "132445", "value": 1},{"name": "23860", "value": 1},{"name": "133647", "value": 1}
                    ]
                },
                
                {
                    "country": "Hong_Kong",
                    "attacks": 86,
                    "subData": [
                {"name": "132203", "value": 30},{"name": "201814", "value": 28},{"name": "135377", "value": 8},{"name": "142403", "value": 3},{"name": "4760", "value": 3},{"name": "9269", "value": 2},{"name": "8075", "value": 2},{"name": "9304", "value": 1},{"name": "133199", "value": 1},{"name": "38277", "value": 1},{"name": "10103", "value": 1},{"name": "45102", "value": 1},{"name": "4515", "value": 1},{"name": "63959", "value": 1},{"name": "64050", "value": 1},{"name": "59371", "value": 1},{"name": "17444", "value": 1}
                    ]
                },
                
                {
                    "country": "Brazil",
                    "attacks": 77,
                    "subData": [
                {"name": "7738", "value": 13},{"name": "18881", "value": 8},{"name": "28573", "value": 8},{"name": "31898", "value": 4},{"name": "16735", "value": 2},{"name": "270704", "value": 2},{"name": "10429", "value": 2},{"name": "28343", "value": 2},{"name": "27699", "value": 2},{"name": "8075", "value": 2},{"name": "19089", "value": 1},{"name": "263961", "value": 1},{"name": "396982", "value": 1},{"name": "262646", "value": 1},{"name": "268736", "value": 1},{"name": "52544", "value": 1},{"name": "52599", "value": 1},{"name": "265269", "value": 1},{"name": "4230", "value": 1},{"name": "53231", "value": 1},{"name": "26615", "value": 1},{"name": "262497", "value": 1},{"name": "269308", "value": 1},{"name": "269464", "value": 1},{"name": "53006", "value": 1},{"name": "270719", "value": 1},{"name": "14463", "value": 1},{"name": "28146", "value": 1},{"name": "10733", "value": 1},{"name": "265050", "value": 1},{"name": "265080", "value": 1},{"name": "267529", "value": 1},{"name": "262680", "value": 1},{"name": "262368", "value": 1},{"name": "271477", "value": 1},{"name": "262691", "value": 1},{"name": "270890", "value": 1},{"name": "52662", "value": 1},{"name": "268789", "value": 1},{"name": "262893", "value": 1},{"name": "268625", "value": 1},{"name": "262391", "value": 1}
                    ]
                },
                
                {
                    "country": "Singapore",
                    "attacks": 74,
                    "subData": [
                {"name": "14061", "value": 42},{"name": "63949", "value": 9},{"name": "8075", "value": 5},{"name": "132203", "value": 3},{"name": "134963", "value": 2},{"name": "55430", "value": 2},{"name": "47583", "value": 2},{"name": "26496", "value": 1},{"name": "17547", "value": 1},{"name": "211252", "value": 1},{"name": "135161", "value": 1},{"name": "16276", "value": 1},{"name": "38532", "value": 1},{"name": "9506", "value": 1},{"name": "396982", "value": 1},{"name": "45102", "value": 1}
                    ]
                },
                
                {
                    "country": "Vietnam",
                    "attacks": 74,
                    "subData": [
                {"name": "7552", "value": 19},{"name": "24086", "value": 16},{"name": "45899", "value": 12},{"name": "18403", "value": 9},{"name": "38731", "value": 8},{"name": "45903", "value": 3},{"name": "135905", "value": 2},{"name": "131423", "value": 1},{"name": "24173", "value": 1},{"name": "135915", "value": 1},{"name": "131353", "value": 1},{"name": "133606", "value": 1}
                    ]
                },
                
                {
                    "country": "Taiwan",
                    "attacks": 60,
                    "subData": [
                {"name": "3462", "value": 46},{"name": "139471", "value": 5},{"name": "131596", "value": 2},{"name": "4780", "value": 2},{"name": "24158", "value": 1},{"name": "9416", "value": 1},{"name": "9919", "value": 1},{"name": "7482", "value": 1},{"name": "24164", "value": 1}
                    ]
                },
                
                {
                    "country": "Romania",
                    "attacks": 59,
                    "subData": [
                {"name": "47890", "value": 38},{"name": "3280", "value": 9},{"name": "42397", "value": 3},{"name": "200651", "value": 2},{"name": "9050", "value": 2},{"name": "9009", "value": 1},{"name": "8708", "value": 1},{"name": "48161", "value": 1},{"name": "8953", "value": 1},{"name": "2614", "value": 1}
                    ]
                },
                
                {
                    "country": "Indonesia",
                    "attacks": 38,
                    "subData": [
                {"name": "7713", "value": 17},{"name": "45102", "value": 4},{"name": "38788", "value": 2},{"name": "4761", "value": 2},{"name": "17451", "value": 2},{"name": "9341", "value": 2},{"name": "131111", "value": 2},{"name": "139190", "value": 1},{"name": "45305", "value": 1},{"name": "139364", "value": 1},{"name": "24532", "value": 1},{"name": "17727", "value": 1},{"name": "9905", "value": 1},{"name": "135450", "value": 1}
                    ]
                },
                
                {
                    "country": "United_Kingdom",
                    "attacks": 34,
                    "subData": [
                {"name": "202425", "value": 12},{"name": "14061", "value": 11},{"name": "20860", "value": 2},{"name": "63949", "value": 2},{"name": "6871", "value": 1},{"name": "5607", "value": 1},{"name": "25369", "value": 1},{"name": "42831", "value": 1},{"name": "2856", "value": 1},{"name": "25180", "value": 1},{"name": "8075", "value": 1}
                    ]
                },
                
                {
                    "country": "Bulgaria",
                    "attacks": 26,
                    "subData": [
                {"name": "200391", "value": 24},{"name": "43205", "value": 1},{"name": "8717", "value": 1}
                    ]
                },
                
                {
                    "country": "Canada",
                    "attacks": 25,
                    "subData": [
                {"name": "16276", "value": 6},{"name": "14061", "value": 6},{"name": "63949", "value": 3},{"name": "53356", "value": 3},{"name": "394352", "value": 1},{"name": "25820", "value": 1},{"name": "9115", "value": 1},{"name": "577", "value": 1},{"name": "132203", "value": 1},{"name": "803", "value": 1},{"name": "6327", "value": 1}
                    ]
                },
                
                {
                    "country": "Japan",
                    "attacks": 20,
                    "subData": [
                {"name": "7506", "value": 8},{"name": "2518", "value": 2},{"name": "7684", "value": 2},{"name": "31898", "value": 1},{"name": "4685", "value": 1},{"name": "25820", "value": 1},{"name": "63199", "value": 1},{"name": "43959", "value": 1},{"name": "17511", "value": 1},{"name": "135377", "value": 1},{"name": "45102", "value": 1}
                    ]
                },
                
                {
                    "country": "Argentina",
                    "attacks": 20,
                    "subData": [
                {"name": "7303", "value": 9},{"name": "266777", "value": 1},{"name": "265630", "value": 1},{"name": "52312", "value": 1},{"name": "27987", "value": 1},{"name": "27747", "value": 1},{"name": "11664", "value": 1},{"name": "19037", "value": 1},{"name": "10834", "value": 1},{"name": "265741", "value": 1},{"name": "22927", "value": 1},{"name": "16814", "value": 1}
                    ]
                },
                
                {
                    "country": "Australia",
                    "attacks": 16,
                    "subData": [
                {"name": "35251", "value": 6},{"name": "36351", "value": 3},{"name": "31898", "value": 2},{"name": "1221", "value": 2},{"name": "8075", "value": 1},{"name": "136557", "value": 1},{"name": "4804", "value": 1}
                    ]
                },
                
                {
                    "country": "Sweden",
                    "attacks": 16,
                    "subData": [
                {"name": "60485", "value": 6},{"name": "8473", "value": 5},{"name": "58065", "value": 2},{"name": "198093", "value": 1},{"name": "42708", "value": 1},{"name": "210083", "value": 1}
                    ]
                },
                
                {
                    "country": "Mexico",
                    "attacks": 15,
                    "subData": [
                {"name": "8151", "value": 8},{"name": "16960", "value": 2},{"name": "6503", "value": 2},{"name": "11172", "value": 1},{"name": "13999", "value": 1},{"name": "278", "value": 1}
                    ]
                },
                
                {
                    "country": "Poland",
                    "attacks": 15,
                    "subData": [
                {"name": "197226", "value": 6},{"name": "201814", "value": 5},{"name": "5617", "value": 2},{"name": "31242", "value": 1},{"name": "41508", "value": 1}
                    ]
                },
                
                {
                    "country": "Luxembourg",
                    "attacks": 14,
                    "subData": [
                {"name": "53667", "value": 13},{"name": "6661", "value": 1}
                    ]
                },
                
                {
                    "country": "Thailand",
                    "attacks": 14,
                    "subData": [
                {"name": "131293", "value": 3},{"name": "23969", "value": 2},{"name": "131090", "value": 2},{"name": "9335", "value": 1},{"name": "9287", "value": 1},{"name": "23884", "value": 1},{"name": "7693", "value": 1},{"name": "136523", "value": 1},{"name": "4750", "value": 1},{"name": "45758", "value": 1}
                    ]
                },
                
                {
                    "country": "Colombia",
                    "attacks": 14,
                    "subData": [
                {"name": "14080", "value": 3},{"name": "3816", "value": 3},{"name": "8065", "value": 2},{"name": "10620", "value": 2},{"name": "18747", "value": 1},{"name": "27831", "value": 1},{"name": "10299", "value": 1},{"name": "19429", "value": 1}
                    ]
                },
                
                {
                    "country": "Egypt",
                    "attacks": 13,
                    "subData": [
                {"name": "8452", "value": 10},{"name": "24863", "value": 3}
                    ]
                },
                
                {
                    "country": "Italy",
                    "attacks": 12,
                    "subData": [
                {"name": "30722", "value": 5},{"name": "3269", "value": 3},{"name": "12874", "value": 1},{"name": "35612", "value": 1},{"name": "1267", "value": 1},{"name": "9009", "value": 1}
                    ]
                },
                
                {
                    "country": "Turkey",
                    "attacks": 10,
                    "subData": [
                {"name": "212219", "value": 3},{"name": "47331", "value": 2},{"name": "199484", "value": 1},{"name": "9121", "value": 1},{"name": "213157", "value": 1},{"name": "51557", "value": 1},{"name": "34984", "value": 1}
                    ]
                },
                
                {
                    "country": "United_Arab_Emirates",
                    "attacks": 10,
                    "subData": [
                {"name": "36351", "value": 6},{"name": "5384", "value": 3},{"name": "15802", "value": 1}
                    ]
                },
                
                {
                    "country": "Iran",
                    "attacks": 10,
                    "subData": [
                {"name": "58224", "value": 4},{"name": "43754", "value": 2},{"name": "31549", "value": 1},{"name": "50810", "value": 1},{"name": "197343", "value": 1},{"name": "200406", "value": 1}
                    ]
                },
                
                {
                    "country": "Lithuania",
                    "attacks": 9,
                    "subData": [
                {"name": "209605", "value": 6},{"name": "133398", "value": 3}
                    ]
                },
                
                {
                    "country": "Croatia",
                    "attacks": 9,
                    "subData": [
                {"name": "5391", "value": 8},{"name": "207541", "value": 1}
                    ]
                },
                
                {
                    "country": "Malaysia",
                    "attacks": 8,
                    "subData": [
                {"name": "4788", "value": 7},{"name": "138663", "value": 1}
                    ]
                },
                
                {
                    "country": "Bangladesh",
                    "attacks": 8,
                    "subData": [
                {"name": "134601", "value": 1},{"name": "135311", "value": 1},{"name": "38203", "value": 1},{"name": "45766", "value": 1},{"name": "7565", "value": 1},{"name": "63961", "value": 1},{"name": "137959", "value": 1},{"name": "139904", "value": 1}
                    ]
                },
                
                {
                    "country": "Panama",
                    "attacks": 8,
                    "subData": [
                {"name": "267784", "value": 8}
                    ]
                },
                
                {
                    "country": "Venezuela",
                    "attacks": 8,
                    "subData": [
                {"name": "8048", "value": 4},{"name": "61461", "value": 1},{"name": "6306", "value": 1},{"name": "267789", "value": 1},{"name": "20312", "value": 1}
                    ]
                },
                
                {
                    "country": "Chile",
                    "attacks": 8,
                    "subData": [
                {"name": "27651", "value": 4},{"name": "263237", "value": 1},{"name": "15311", "value": 1},{"name": "263700", "value": 1},{"name": "16629", "value": 1}
                    ]
                },
                
                {
                    "country": "Switzerland",
                    "attacks": 7,
                    "subData": [
                {"name": "51852", "value": 4},{"name": "3303", "value": 1},{"name": "8075", "value": 1},{"name": "6730", "value": 1}
                    ]
                },
                
                {
                    "country": "Philippines",
                    "attacks": 7,
                    "subData": [
                {"name": "4775", "value": 2},{"name": "9299", "value": 2},{"name": "9821", "value": 1},{"name": "135607", "value": 1},{"name": "133623", "value": 1}
                    ]
                },
                
                {
                    "country": "Albania",
                    "attacks": 7,
                    "subData": [
                {"name": "197706", "value": 6},{"name": "35444", "value": 1}
                    ]
                },
                
                {
                    "country": "Dominican_Republic",
                    "attacks": 6,
                    "subData": [
                {"name": "27887", "value": 4},{"name": "6400", "value": 2}
                    ]
                },
                
                {
                    "country": "Peru",
                    "attacks": 6,
                    "subData": [
                {"name": "6147", "value": 2},{"name": "19180", "value": 2},{"name": "27843", "value": 1},{"name": "22411", "value": 1}
                    ]
                },
                
                {
                    "country": "Paraguay",
                    "attacks": 6,
                    "subData": [
                {"name": "23201", "value": 4},{"name": "27866", "value": 1},{"name": "11664", "value": 1}
                    ]
                },
                
                {
                    "country": "Ukraine",
                    "attacks": 6,
                    "subData": [
                {"name": "197901", "value": 1},{"name": "20950", "value": 1},{"name": "49588", "value": 1},{"name": "15895", "value": 1},{"name": "15377", "value": 1},{"name": "6849", "value": 1}
                    ]
                },
                
                {
                    "country": "Monaco",
                    "attacks": 5,
                    "subData": [
                {"name": "48721", "value": 5}
                    ]
                },
                
                {
                    "country": "Belgium",
                    "attacks": 5,
                    "subData": [
                {"name": "5432", "value": 3},{"name": "47377", "value": 1},{"name": "396982", "value": 1}
                    ]
                },
                
                {
                    "country": "South_Africa",
                    "attacks": 5,
                    "subData": [
                {"name": "37457", "value": 1},{"name": "132839", "value": 1},{"name": "10474", "value": 1},{"name": "327987", "value": 1},{"name": "16637", "value": 1}
                    ]
                },
                
                {
                    "country": "Spain",
                    "attacks": 5,
                    "subData": [
                {"name": "3352", "value": 2},{"name": "12479", "value": 1},{"name": "12338", "value": 1},{"name": "15704", "value": 1}
                    ]
                },
                
                {
                    "country": "Ecuador",
                    "attacks": 4,
                    "subData": [
                {"name": "27947", "value": 1},{"name": "22724", "value": 1},{"name": "28006", "value": 1},{"name": "19114", "value": 1}
                    ]
                },
                
                {
                    "country": "Tunisia",
                    "attacks": 4,
                    "subData": [
                {"name": "327934", "value": 3},{"name": "37705", "value": 1}
                    ]
                },
                
                {
                    "country": "Belarus",
                    "attacks": 4,
                    "subData": [
                {"name": "56740", "value": 2},{"name": "42772", "value": 1},{"name": "25106", "value": 1}
                    ]
                },
                
                {
                    "country": "Austria",
                    "attacks": 4,
                    "subData": [
                {"name": "174", "value": 2},{"name": "8447", "value": 1},{"name": "197540", "value": 1}
                    ]
                },
                
                {
                    "country": "Pakistan",
                    "attacks": 4,
                    "subData": [
                {"name": "134596", "value": 1},{"name": "9260", "value": 1},{"name": "38193", "value": 1},{"name": "17557", "value": 1}
                    ]
                },
                
                {
                    "country": "Kazakhstan",
                    "attacks": 3,
                    "subData": [
                {"name": "9198", "value": 2},{"name": "43873", "value": 1}
                    ]
                },
                
                {
                    "country": "Armenia",
                    "attacks": 3,
                    "subData": [
                {"name": "44395", "value": 1},{"name": "43733", "value": 1},{"name": "47975", "value": 1}
                    ]
                },
                
                {
                    "country": "Bolivia",
                    "attacks": 3,
                    "subData": [
                {"name": "27882", "value": 2},{"name": "6568", "value": 1}
                    ]
                },
                
                {
                    "country": "Afghanistan",
                    "attacks": 3,
                    "subData": [
                {"name": "133076", "value": 2},{"name": "135376", "value": 1}
                    ]
                },
                
                {
                    "country": "Estonia",
                    "attacks": 2,
                    "subData": [
                {"name": "213010", "value": 2}
                    ]
                },
                
                {
                    "country": "Kenya",
                    "attacks": 2,
                    "subData": [
                {"name": "30844", "value": 1},{"name": "37061", "value": 1}
                    ]
                },
                
                {
                    "country": "Ethiopia",
                    "attacks": 2,
                    "subData": [
                {"name": "24757", "value": 2}
                    ]
                },
                
                {
                    "country": "Saudi_Arabia",
                    "attacks": 2,
                    "subData": [
                {"name": "25019", "value": 1},{"name": "31898", "value": 1}
                    ]
                },
                
                {
                    "country": "Uganda",
                    "attacks": 2,
                    "subData": [
                {"name": "37100", "value": 1},{"name": "37027", "value": 1}
                    ]
                },
                
                {
                    "country": "Denmark",
                    "attacks": 2,
                    "subData": [
                {"name": "208310", "value": 2}
                    ]
                },
                
                {
                    "country": "Seychelles",
                    "attacks": 2,
                    "subData": [
                {"name": "206264", "value": 1},{"name": "213373", "value": 1}
                    ]
                },
                
                {
                    "country": "Nepal",
                    "attacks": 2,
                    "subData": [
                {"name": "4007", "value": 1},{"name": "17501", "value": 1}
                    ]
                },
                
                {
                    "country": "Norway",
                    "attacks": 2,
                    "subData": [
                {"name": "16186", "value": 1},{"name": "41164", "value": 1}
                    ]
                },
                
                {
                    "country": "Belize",
                    "attacks": 2,
                    "subData": [
                {"name": "213371", "value": 2}
                    ]
                },
                
                {
                    "country": "Uzbekistan",
                    "attacks": 2,
                    "subData": [
                {"name": "59668", "value": 1},{"name": "202660", "value": 1}
                    ]
                },
                
                {
                    "country": "Nicaragua",
                    "attacks": 2,
                    "subData": [
                {"name": "27742", "value": 1},{"name": "14754", "value": 1}
                    ]
                },
                
                {
                    "country": "Slovakia",
                    "attacks": 2,
                    "subData": [
                {"name": "21019", "value": 2}
                    ]
                },
                
                {
                    "country": "Israel",
                    "attacks": 1,
                    "subData": [
                {"name": "8551", "value": 1}
                    ]
                },
                
                {
                    "country": "Portugal",
                    "attacks": 1,
                    "subData": [
                {"name": "15525", "value": 1}
                    ]
                },
                
                {
                    "country": "Czechia",
                    "attacks": 1,
                    "subData": [
                {"name": "200918", "value": 1}
                    ]
                },
                
                {
                    "country": "Ireland",
                    "attacks": 1,
                    "subData": [
                {"name": "31122", "value": 1}
                    ]
                },
                
                {
                    "country": "Botswana",
                    "attacks": 1,
                    "subData": [
                {"name": "36963", "value": 1}
                    ]
                },
                
                {
                    "country": "Ghana",
                    "attacks": 1,
                    "subData": [
                {"name": "327947", "value": 1}
                    ]
                },
                
                {
                    "country": "Congo_Republic",
                    "attacks": 1,
                    "subData": [
                {"name": "37451", "value": 1}
                    ]
                },
                
                {
                    "country": "Namibia",
                    "attacks": 1,
                    "subData": [
                {"name": "36996", "value": 1}
                    ]
                },
                
                {
                    "country": "Cameroon",
                    "attacks": 1,
                    "subData": [
                {"name": "328866", "value": 1}
                    ]
                },
                
                {
                    "country": "Bahrain",
                    "attacks": 1,
                    "subData": [
                {"name": "39273", "value": 1}
                    ]
                },
                
                {
                    "country": "Iraq",
                    "attacks": 1,
                    "subData": [
                {"name": "212356", "value": 1}
                    ]
                },
                
                {
                    "country": "Kyrgyzstan",
                    "attacks": 1,
                    "subData": [
                {"name": "41750", "value": 1}
                    ]
                },
                
                {
                    "country": "Zambia",
                    "attacks": 1,
                    "subData": [
                {"name": "37154", "value": 1}
                    ]
                },
                
                {
                    "country": "Serbia",
                    "attacks": 1,
                    "subData": [
                {"name": "9125", "value": 1}
                    ]
                },
                
                {
                    "country": "Libya",
                    "attacks": 1,
                    "subData": [
                {"name": "37284", "value": 1}
                    ]
                },
                
                {
                    "country": "Azerbaijan",
                    "attacks": 1,
                    "subData": [
                {"name": "60258", "value": 1}
                    ]
                },
                
                {
                    "country": "Palestine",
                    "attacks": 1,
                    "subData": [
                {"name": "12975", "value": 1}
                    ]
                },
                
                {
                    "country": "Burundi",
                    "attacks": 1,
                    "subData": [
                {"name": "25429", "value": 1}
                    ]
                },
                
                {
                    "country": "Moldova",
                    "attacks": 1,
                    "subData": [
                {"name": "31252", "value": 1}
                    ]
                },
                
                {
                    "country": "Rwanda",
                    "attacks": 1,
                    "subData": [
                {"name": "37228", "value": 1}
                    ]
                },
                
                {
                    "country": "Cyprus",
                    "attacks": 1,
                    "subData": [
                {"name": "47583", "value": 1}
                    ]
                },
                
                {
                    "country": "Hungary",
                    "attacks": 1,
                    "subData": [
                {"name": "5483", "value": 1}
                    ]
                },
                
                {
                    "country": "Mongolia",
                    "attacks": 1,
                    "subData": [
                {"name": "63962", "value": 1}
                    ]
                },
                
                {
                    "country": "Latvia",
                    "attacks": 1,
                    "subData": [
                {"name": "12578", "value": 1}
                    ]
                },
                
                {
                    "country": "Greece",
                    "attacks": 1,
                    "subData": [
                {"name": "3329", "value": 1}
                    ]
                },
                
                {
                    "country": "Sri_Lanka",
                    "attacks": 1,
                    "subData": [
                {"name": "18001", "value": 1}
                    ]
                },
                
                {
                    "country": "Algeria",
                    "attacks": 1,
                    "subData": [
                {"name": "21391", "value": 1}
                    ]
                },
                
                {
                    "country": "Somalia",
                    "attacks": 1,
                    "subData": [
                {"name": "328590", "value": 1}
                    ]
                },
                
                {
                    "country": "Cabo_Verde",
                    "attacks": 1,
                    "subData": [
                {"name": "37517", "value": 1}
                    ]
                },
                
                {
                    "country": "Qatar",
                    "attacks": 1,
                    "subData": [
                {"name": "8781", "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": "Canada",
                            "attacks": 13,
                            "asns": 7
                        },
                        
                        {
                            "country": "Czechia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 5,
                            "asns": 2
                        },
                        
                        {
                            "country": "China",
                            "attacks": 560,
                            "asns": 43
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 51,
                            "asns": 10
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 53,
                            "asns": 15
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 51,
                            "asns": 11
                        },
                        
                        {
                            "country": "Japan",
                            "attacks": 14,
                            "asns": 8
                        },
                        
                        {
                            "country": "Kenya",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 44,
                            "asns": 11
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 199,
                            "asns": 42
                        },
                        
                        {
                            "country": "Turkey",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 13,
                            "asns": 5
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 29,
                            "asns": 13
                        },
                        
                        {
                            "country": "Brazil",
                            "attacks": 46,
                            "asns": 29
                        },
                        
                        {
                            "country": "South Korea",
                            "attacks": 43,
                            "asns": 6
                        },
                        
                        {
                            "country": "India",
                            "attacks": 46,
                            "asns": 26
                        },
                        
                        {
                            "country": "Argentina",
                            "attacks": 15,
                            "asns": 11
                        },
                        
                        {
                            "country": "Colombia",
                            "attacks": 11,
                            "asns": 7
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 34,
                            "asns": 31
                        },
                        
                        {
                            "country": "Peru",
                            "attacks": 6,
                            "asns": 4
                        },
                        
                        {
                            "country": "Italy",
                            "attacks": 7,
                            "asns": 4
                        },
                        
                        {
                            "country": "Luxembourg",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 30,
                            "asns": 11
                        },
                        
                        {
                            "country": "Cyprus",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ecuador",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "France",
                            "attacks": 26,
                            "asns": 9
                        },
                        
                        {
                            "country": "Austria",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "South Africa",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Philippines",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 6,
                            "asns": 6
                        },
                        
                        {
                            "country": "Poland",
                            "attacks": 8,
                            "asns": 5
                        },
                        
                        {
                            "country": "Bangladesh",
                            "attacks": 5,
                            "asns": 5
                        },
                        
                        {
                            "country": "Afghanistan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Cabo Verde",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Mexico",
                            "attacks": 8,
                            "asns": 4
                        },
                        
                        {
                            "country": "Bulgaria",
                            "attacks": 6,
                            "asns": 1
                        },
                        
                        {
                            "country": "Egypt",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Venezuela",
                            "attacks": 8,
                            "asns": 5
                        },
                        
                        {
                            "country": "Chile",
                            "attacks": 5,
                            "asns": 4
                        },
                        
                        {
                            "country": "Sweden",
                            "attacks": 7,
                            "asns": 4
                        },
                        
                        {
                            "country": "Croatia",
                            "attacks": 4,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belarus",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Algeria",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Spain",
                            "attacks": 5,
                            "asns": 4
                        },
                        
                        {
                            "country": "Qatar",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Panama",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ukraine",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 5,
                            "asns": 5
                        },
                        
                        {
                            "country": "Paraguay",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Ghana",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Hungary",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Monaco",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Lithuania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Thailand",
                            "attacks": 7,
                            "asns": 5
                        },
                        
                        {
                            "country": "Libya",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Nepal",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Malaysia",
                            "attacks": 6,
                            "asns": 2
                        },
                        
                        {
                            "country": "Tunisia",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Norway",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Iran",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Pakistan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bolivia",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Armenia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Sri Lanka",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Albania",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Mongolia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Namibia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Dominican Republic",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Saudi Arabia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belgium",
                            "attacks": 5,
                            "asns": 3
                        },
                        
                        {
                            "country": "Switzerland",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Seychelles",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Iraq",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Denmark",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Portugal",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ireland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Uzbekistan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Estonia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Somalia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Serbia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Latvia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Zambia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Botswana",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ethiopia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Uganda",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Kazakhstan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Slovakia",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Kyrgyzstan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Congo Republic",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                ];

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

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

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

                ntpchart.data = [
                
                        {
                            "country": "United States",
                            "attacks": 43,
                            "asns": 12
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 4,
                            "asns": 1
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 14,
                            "asns": 8
                        },
                        
                        {
                            "country": "China",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Turkey",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "France",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Luxembourg",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 6,
                            "asns": 2
                        },
                        
                        {
                            "country": "Seychelles",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Austria",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Switzerland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Sweden",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Poland",
                            "attacks": 2,
                            "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]" +
                           88 + "[/]";
                });
                </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": "Australia",
                            "attacks": 3,
                            "asns": 1
                        },
                        
                        {
                            "country": "France",
                            "attacks": 19,
                            "asns": 5
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 10,
                            "asns": 4
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 14,
                            "asns": 10
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 13,
                            "asns": 1
                        },
                        
                        {
                            "country": "Lithuania",
                            "attacks": 3,
                            "asns": 1
                        },
                        
                        {
                            "country": "Switzerland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 8,
                            "asns": 1
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Japan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 3,
                            "asns": 1
                        },
                        
                        {
                            "country": "India",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belize",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "China",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Austria",
                            "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]" +
                           85 + "[/]";
                });
                </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": "China",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 150,
                            "asns": 19
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 7,
                            "asns": 1
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 6,
                            "asns": 4
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 11,
                            "asns": 2
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 4,
                            "asns": 1
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "France",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "India",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Italy",
                            "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]" +
                           189 + "[/]";
                });
                </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": "China",
                            "attacks": 6,
                            "asns": 5
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 44,
                            "asns": 6
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "South Korea",
                            "attacks": 30,
                            "asns": 7
                        },
                        
                        {
                            "country": "India",
                            "attacks": 32,
                            "asns": 6
                        },
                        
                        {
                            "country": "Italy",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "France",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Ukraine",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Turkey",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 19,
                            "asns": 14
                        },
                        
                        {
                            "country": "Paraguay",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bangladesh",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Brazil",
                            "attacks": 11,
                            "asns": 10
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 12,
                            "asns": 9
                        },
                        
                        {
                            "country": "Poland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Iran",
                            "attacks": 6,
                            "asns": 4
                        },
                        
                        {
                            "country": "Egypt",
                            "attacks": 7,
                            "asns": 1
                        },
                        
                        {
                            "country": "Malaysia",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Dominican Republic",
                            "attacks": 4,
                            "asns": 1
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Croatia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Cameroon",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Argentina",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 4,
                            "asns": 1
                        },
                        
                        {
                            "country": "Uganda",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Japan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Albania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Thailand",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bahrain",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Afghanistan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Palestine",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bulgaria",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Burundi",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ecuador",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "South Africa",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Sweden",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Mexico",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Greece",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                ];

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

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

                var label = telnetchart.seriesContainer.createChild(am4core.Label);
                label.textAlign = "middle";
                label.horizontalCenter = "middle";
                label.verticalCenter = "middle";
                label.adapter.add("text", function(text, target) {
                    return "[font-size:18px]telnet[/]:\n[bold font-size:30px]" +
                           222 + "[/]";
                });
                </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": "Russia",
                            "attacks": 5,
                            "asns": 5
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 13,
                            "asns": 11
                        },
                        
                        {
                            "country": "Israel",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Brazil",
                            "attacks": 8,
                            "asns": 8
                        },
                        
                        {
                            "country": "Egypt",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Mexico",
                            "attacks": 6,
                            "asns": 3
                        },
                        
                        {
                            "country": "Thailand",
                            "attacks": 5,
                            "asns": 5
                        },
                        
                        {
                            "country": "Ukraine",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Nicaragua",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "India",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Pakistan",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "South Korea",
                            "attacks": 6,
                            "asns": 2
                        },
                        
                        {
                            "country": "Colombia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Moldova",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Italy",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Kazakhstan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Chile",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Luxembourg",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Turkey",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Bangladesh",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "China",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Azerbaijan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Uzbekistan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belarus",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Philippines",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Armenia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Bulgaria",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Argentina",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "France",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Saudi Arabia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Rwanda",
                            "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]" +
                           97 + "[/]";
                });
                </script>
                
                <script>
                am4core.useTheme(am4themes_animated);
                var redischart = am4core.create("redisattacks", am4charts.PieChart);
                redischart.startAngle = 160;
                redischart.endAngle = 380;
                redischart.innerRadius = am4core.percent(40);

                redischart.data = [
                
                        {
                            "country": "China",
                            "attacks": 245,
                            "asns": 22
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 36,
                            "asns": 13
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "South Korea",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Iran",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Japan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "France",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "India",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Argentina",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                ];

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

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

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

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

            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: