Weekly Report for 2021-03-05 to 2021-03-12

STIX2 Files

Weekly Summary

  • The top attacking country was China with 1082 individual attacking IPs
  • The most attacked protocol was ssh with 1272 attacker IPs
  • Total attacks are up 51% from last week (5327 vs 3519)
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": "Singapore", "value": 710},
            ];

            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": 1082,
                    "subData": [
                {"name": "45090", "value": 271},{"name": "4134", "value": 240},{"name": "56046", "value": 113},{"name": "4837", "value": 103},{"name": "9808", "value": 47},{"name": "4808", "value": 40},{"name": "210512", "value": 29},{"name": "38365", "value": 28},{"name": "4812", "value": 25},{"name": "37963", "value": 24},{"name": "4538", "value": 12},{"name": "4847", "value": 8},{"name": "24444", "value": 6},{"name": "56048", "value": 6},{"name": "56040", "value": 5},{"name": "58461", "value": 5},{"name": "59078", "value": 5},{"name": "4811", "value": 5},{"name": "58519", "value": 4},{"name": "136190", "value": 4},{"name": "23724", "value": 4},{"name": "134762", "value": 4},{"name": "134768", "value": 4},{"name": "133774", "value": 4},{"name": "24138", "value": 4},{"name": "24547", "value": 3},{"name": "137695", "value": 3},{"name": "56044", "value": 3},{"name": "58593", "value": 3},{"name": "59019", "value": 3},{"name": "137690", "value": 3},{"name": "134760", "value": 3},{"name": "17621", "value": 3},{"name": "38283", "value": 3},{"name": "58466", "value": 3},{"name": "55990", "value": 2},{"name": "4816", "value": 2},{"name": "9394", "value": 2},{"name": "137702", "value": 2},{"name": "137687", "value": 2},{"name": "9308", "value": 2},{"name": "63646", "value": 2},{"name": "134420", "value": 2},{"name": "55461", "value": 1},{"name": "134238", "value": 1},{"name": "133776", "value": 1},{"name": "4835", "value": 1},{"name": "38372", "value": 1},{"name": "9812", "value": 1},{"name": "56047", "value": 1},{"name": "137693", "value": 1},{"name": "134810", "value": 1},{"name": "58539", "value": 1},{"name": "139201", "value": 1},{"name": "134771", "value": 1},{"name": "134765", "value": 1},{"name": "137697", "value": 1},{"name": "56041", "value": 1},{"name": "137691", "value": 1},{"name": "17964", "value": 1},{"name": "23844", "value": 1},{"name": "45061", "value": 1},{"name": "63835", "value": 1},{"name": "133119", "value": 1},{"name": "140292", "value": 1},{"name": "23650", "value": 1},{"name": "17622", "value": 1},{"name": "63691", "value": 1},{"name": "24445", "value": 1},{"name": "134366", "value": 1},{"name": "58541", "value": 1},{"name": "136191", "value": 1},{"name": "4809", "value": 1},{"name": "140716", "value": 1},{"name": "139007", "value": 1},{"name": "138950", "value": 1},{"name": "56005", "value": 1},{"name": "58563", "value": 1},{"name": "17623", "value": 1}
                    ]
                },
                
                {
                    "country": "United_States",
                    "attacks": 631,
                    "subData": [
                {"name": "14061", "value": 130},{"name": "6939", "value": 82},{"name": "53667", "value": 71},{"name": "20052", "value": 50},{"name": "398324", "value": 31},{"name": "174", "value": 25},{"name": "46664", "value": 19},{"name": "29791", "value": 14},{"name": "8075", "value": 14},{"name": "396982", "value": 12},{"name": "27323", "value": 10},{"name": "36352", "value": 9},{"name": "7922", "value": 8},{"name": "10439", "value": 7},{"name": "21859", "value": 7},{"name": "2914", "value": 7},{"name": "211252", "value": 7},{"name": "40021", "value": 7},{"name": "6130", "value": 7},{"name": "25820", "value": 7},{"name": "398722", "value": 6},{"name": "35913", "value": 5},{"name": "237", "value": 5},{"name": "8100", "value": 5},{"name": "14987", "value": 4},{"name": "31898", "value": 4},{"name": "6128", "value": 4},{"name": "7018", "value": 4},{"name": "14618", "value": 3},{"name": "398108", "value": 3},{"name": "3356", "value": 3},{"name": "5650", "value": 3},{"name": "20001", "value": 2},{"name": "22561", "value": 2},{"name": "20115", "value": 2},{"name": "16276", "value": 2},{"name": "62904", "value": 2},{"name": "399471", "value": 2},{"name": "46844", "value": 2},{"name": "11427", "value": 2},{"name": "40676", "value": 2},{"name": "132203", "value": 2},{"name": "19318", "value": 2},{"name": "701", "value": 1},{"name": "33363", "value": 1},{"name": "46573", "value": 1},{"name": "11426", "value": 1},{"name": "33387", "value": 1},{"name": "63023", "value": 1},{"name": "46475", "value": 1},{"name": "16509", "value": 1},{"name": "18566", "value": 1},{"name": "26091", "value": 1},{"name": "9009", "value": 1},{"name": "15169", "value": 1},{"name": "10796", "value": 1},{"name": "20473", "value": 1},{"name": "26254", "value": 1},{"name": "142403", "value": 1},{"name": "21887", "value": 1},{"name": "30217", "value": 1},{"name": "26496", "value": 1},{"name": "20150", "value": 1},{"name": "4224", "value": 1},{"name": "26347", "value": 1},{"name": "18978", "value": 1},{"name": "35251", "value": 1},{"name": "206264", "value": 1},{"name": "398355", "value": 1},{"name": "55967", "value": 1},{"name": "35916", "value": 1},{"name": "18779", "value": 1},{"name": "399562", "value": 1},{"name": "30036", "value": 1},{"name": "397031", "value": 1},{"name": "19165", "value": 1},{"name": "12083", "value": 1},{"name": "19108", "value": 1},{"name": "63199", "value": 1}
                    ]
                },
                
                {
                    "country": "Netherlands",
                    "attacks": 152,
                    "subData": [
                {"name": "14061", "value": 28},{"name": "62240", "value": 23},{"name": "202425", "value": 22},{"name": "213371", "value": 21},{"name": "49870", "value": 14},{"name": "12876", "value": 13},{"name": "211252", "value": 7},{"name": "51447", "value": 5},{"name": "8075", "value": 4},{"name": "21859", "value": 4},{"name": "60781", "value": 2},{"name": "139884", "value": 2},{"name": "1101", "value": 2},{"name": "198203", "value": 1},{"name": "50673", "value": 1},{"name": "44592", "value": 1},{"name": "21501", "value": 1},{"name": "60631", "value": 1}
                    ]
                },
                
                {
                    "country": "India",
                    "attacks": 123,
                    "subData": [
                {"name": "9829", "value": 29},{"name": "14061", "value": 19},{"name": "17488", "value": 8},{"name": "45820", "value": 7},{"name": "9498", "value": 6},{"name": "55836", "value": 5},{"name": "17813", "value": 4},{"name": "24560", "value": 3},{"name": "4755", "value": 3},{"name": "24309", "value": 3},{"name": "133720", "value": 3},{"name": "17917", "value": 2},{"name": "17465", "value": 2},{"name": "24186", "value": 2},{"name": "133661", "value": 2},{"name": "135699", "value": 1},{"name": "137151", "value": 1},{"name": "134316", "value": 1},{"name": "45804", "value": 1},{"name": "58678", "value": 1},{"name": "134341", "value": 1},{"name": "141295", "value": 1},{"name": "8075", "value": 1},{"name": "133647", "value": 1},{"name": "18002", "value": 1},{"name": "45916", "value": 1},{"name": "133696", "value": 1},{"name": "137654", "value": 1},{"name": "133982", "value": 1},{"name": "135377", "value": 1},{"name": "45528", "value": 1},{"name": "16509", "value": 1},{"name": "132996", "value": 1},{"name": "55577", "value": 1},{"name": "17426", "value": 1},{"name": "134004", "value": 1},{"name": "133469", "value": 1},{"name": "23860", "value": 1},{"name": "134294", "value": 1},{"name": "45184", "value": 1}
                    ]
                },
                
                {
                    "country": "Russia",
                    "attacks": 106,
                    "subData": [
                {"name": "49505", "value": 15},{"name": "12389", "value": 12},{"name": "44257", "value": 12},{"name": "197068", "value": 11},{"name": "50340", "value": 6},{"name": "57271", "value": 3},{"name": "204490", "value": 2},{"name": "3216", "value": 2},{"name": "33904", "value": 2},{"name": "42610", "value": 2},{"name": "58314", "value": 2},{"name": "200350", "value": 2},{"name": "12668", "value": 1},{"name": "211193", "value": 1},{"name": "51200", "value": 1},{"name": "25520", "value": 1},{"name": "8595", "value": 1},{"name": "39927", "value": 1},{"name": "57227", "value": 1},{"name": "8359", "value": 1},{"name": "42897", "value": 1},{"name": "24699", "value": 1},{"name": "42478", "value": 1},{"name": "8342", "value": 1},{"name": "50477", "value": 1},{"name": "8711", "value": 1},{"name": "29182", "value": 1},{"name": "25513", "value": 1},{"name": "31483", "value": 1},{"name": "25490", "value": 1},{"name": "62082", "value": 1},{"name": "31496", "value": 1},{"name": "197078", "value": 1},{"name": "12683", "value": 1},{"name": "25159", "value": 1},{"name": "40993", "value": 1},{"name": "58024", "value": 1},{"name": "24955", "value": 1},{"name": "201250", "value": 1},{"name": "60764", "value": 1},{"name": "48940", "value": 1},{"name": "50539", "value": 1},{"name": "8402", "value": 1},{"name": "42682", "value": 1},{"name": "31257", "value": 1},{"name": "8580", "value": 1},{"name": "8345", "value": 1}
                    ]
                },
                
                {
                    "country": "France",
                    "attacks": 102,
                    "subData": [
                {"name": "16276", "value": 63},{"name": "12876", "value": 26},{"name": "21409", "value": 3},{"name": "15557", "value": 2},{"name": "34088", "value": 2},{"name": "197922", "value": 1},{"name": "20473", "value": 1},{"name": "197422", "value": 1},{"name": "3215", "value": 1},{"name": "12322", "value": 1},{"name": "37002", "value": 1}
                    ]
                },
                
                {
                    "country": "Brazil",
                    "attacks": 100,
                    "subData": [
                {"name": "8167", "value": 6},{"name": "18881", "value": 6},{"name": "28573", "value": 6},{"name": "31898", "value": 6},{"name": "27699", "value": 5},{"name": "16735", "value": 3},{"name": "7738", "value": 3},{"name": "14868", "value": 2},{"name": "53231", "value": 2},{"name": "8075", "value": 2},{"name": "4230", "value": 2},{"name": "28188", "value": 2},{"name": "266915", "value": 2},{"name": "52722", "value": 1},{"name": "262731", "value": 1},{"name": "28241", "value": 1},{"name": "26599", "value": 1},{"name": "264924", "value": 1},{"name": "262846", "value": 1},{"name": "262812", "value": 1},{"name": "61798", "value": 1},{"name": "53005", "value": 1},{"name": "61748", "value": 1},{"name": "262482", "value": 1},{"name": "264280", "value": 1},{"name": "266022", "value": 1},{"name": "28634", "value": 1},{"name": "263629", "value": 1},{"name": "28669", "value": 1},{"name": "28229", "value": 1},{"name": "262730", "value": 1},{"name": "263078", "value": 1},{"name": "269417", "value": 1},{"name": "264899", "value": 1},{"name": "269306", "value": 1},{"name": "28146", "value": 1},{"name": "265911", "value": 1},{"name": "28271", "value": 1},{"name": "263258", "value": 1},{"name": "265199", "value": 1},{"name": "28665", "value": 1},{"name": "28577", "value": 1},{"name": "267251", "value": 1},{"name": "26615", "value": 1},{"name": "28208", "value": 1},{"name": "269547", "value": 1},{"name": "267108", "value": 1},{"name": "263941", "value": 1},{"name": "19089", "value": 1},{"name": "264525", "value": 1},{"name": "267356", "value": 1},{"name": "263022", "value": 1},{"name": "52995", "value": 1},{"name": "28227", "value": 1},{"name": "268769", "value": 1},{"name": "53006", "value": 1},{"name": "263004", "value": 1},{"name": "264013", "value": 1},{"name": "28263", "value": 1},{"name": "263976", "value": 1},{"name": "262726", "value": 1},{"name": "28173", "value": 1},{"name": "264332", "value": 1},{"name": "16509", "value": 1},{"name": "28308", "value": 1},{"name": "264921", "value": 1}
                    ]
                },
                
                {
                    "country": "South_Korea",
                    "attacks": 89,
                    "subData": [
                {"name": "4766", "value": 38},{"name": "9318", "value": 17},{"name": "3786", "value": 15},{"name": "132203", "value": 3},{"name": "23584", "value": 2},{"name": "17858", "value": 2},{"name": "9762", "value": 1},{"name": "4670", "value": 1},{"name": "55592", "value": 1},{"name": "8075", "value": 1},{"name": "17589", "value": 1},{"name": "1237", "value": 1},{"name": "38700", "value": 1},{"name": "17877", "value": 1},{"name": "9452", "value": 1},{"name": "45382", "value": 1},{"name": "17839", "value": 1},{"name": "17853", "value": 1}
                    ]
                },
                
                {
                    "country": "Germany",
                    "attacks": 88,
                    "subData": [
                {"name": "14061", "value": 24},{"name": "51167", "value": 12},{"name": "24961", "value": 10},{"name": "47154", "value": 7},{"name": "3320", "value": 7},{"name": "60729", "value": 7},{"name": "3209", "value": 6},{"name": "31898", "value": 4},{"name": "6724", "value": 3},{"name": "208294", "value": 3},{"name": "48314", "value": 2},{"name": "6805", "value": 1},{"name": "44486", "value": 1},{"name": "208046", "value": 1}
                    ]
                },
                
                {
                    "country": "Vietnam",
                    "attacks": 82,
                    "subData": [
                {"name": "7552", "value": 29},{"name": "45899", "value": 18},{"name": "18403", "value": 13},{"name": "135905", "value": 9},{"name": "24086", "value": 6},{"name": "38731", "value": 2},{"name": "45538", "value": 2},{"name": "45903", "value": 1},{"name": "131414", "value": 1},{"name": "63760", "value": 1}
                    ]
                },
                
                {
                    "country": "Hong_Kong",
                    "attacks": 77,
                    "subData": [
                {"name": "201814", "value": 29},{"name": "132203", "value": 13},{"name": "142403", "value": 5},{"name": "9304", "value": 4},{"name": "135377", "value": 4},{"name": "45753", "value": 3},{"name": "9381", "value": 2},{"name": "4760", "value": 2},{"name": "17444", "value": 2},{"name": "10103", "value": 2},{"name": "135386", "value": 1},{"name": "17924", "value": 1},{"name": "15611", "value": 1},{"name": "141768", "value": 1},{"name": "64050", "value": 1},{"name": "131685", "value": 1},{"name": "40065", "value": 1},{"name": "4515", "value": 1},{"name": "63888", "value": 1},{"name": "136907", "value": 1},{"name": "8075", "value": 1}
                    ]
                },
                
                {
                    "country": "Indonesia",
                    "attacks": 65,
                    "subData": [
                {"name": "7713", "value": 21},{"name": "139190", "value": 8},{"name": "17451", "value": 4},{"name": "9341", "value": 3},{"name": "45325", "value": 3},{"name": "45313", "value": 2},{"name": "45102", "value": 2},{"name": "45707", "value": 2},{"name": "9905", "value": 2},{"name": "45287", "value": 1},{"name": "139989", "value": 1},{"name": "38788", "value": 1},{"name": "4787", "value": 1},{"name": "131755", "value": 1},{"name": "58477", "value": 1},{"name": "136883", "value": 1},{"name": "38750", "value": 1},{"name": "38511", "value": 1},{"name": "58400", "value": 1},{"name": "24525", "value": 1},{"name": "63859", "value": 1},{"name": "131711", "value": 1},{"name": "4800", "value": 1},{"name": "64315", "value": 1},{"name": "139456", "value": 1},{"name": "138064", "value": 1},{"name": "136827", "value": 1}
                    ]
                },
                
                {
                    "country": "Panama",
                    "attacks": 56,
                    "subData": [
                {"name": "43350", "value": 48},{"name": "267784", "value": 6},{"name": "21599", "value": 2}
                    ]
                },
                
                {
                    "country": "Taiwan",
                    "attacks": 47,
                    "subData": [
                {"name": "3462", "value": 32},{"name": "139471", "value": 4},{"name": "9924", "value": 2},{"name": "396982", "value": 2},{"name": "9676", "value": 1},{"name": "4662", "value": 1},{"name": "9919", "value": 1},{"name": "131596", "value": 1},{"name": "136897", "value": 1},{"name": "9678", "value": 1},{"name": "7482", "value": 1}
                    ]
                },
                
                {
                    "country": "Romania",
                    "attacks": 47,
                    "subData": [
                {"name": "3280", "value": 22},{"name": "47890", "value": 18},{"name": "35478", "value": 1},{"name": "49410", "value": 1},{"name": "9050", "value": 1},{"name": "47915", "value": 1},{"name": "48874", "value": 1},{"name": "9009", "value": 1},{"name": "8708", "value": 1}
                    ]
                },
                
                {
                    "country": "Singapore",
                    "attacks": 45,
                    "subData": [
                {"name": "14061", "value": 34},{"name": "64050", "value": 3},{"name": "18013", "value": 1},{"name": "7595", "value": 1},{"name": "396982", "value": 1},{"name": "55430", "value": 1},{"name": "132203", "value": 1},{"name": "26496", "value": 1},{"name": "8075", "value": 1},{"name": "63949", "value": 1}
                    ]
                },
                
                {
                    "country": "Canada",
                    "attacks": 41,
                    "subData": [
                {"name": "16276", "value": 22},{"name": "7040", "value": 6},{"name": "174", "value": 3},{"name": "14061", "value": 3},{"name": "396982", "value": 2},{"name": "55286", "value": 1},{"name": "852", "value": 1},{"name": "11342", "value": 1},{"name": "26832", "value": 1},{"name": "11260", "value": 1}
                    ]
                },
                
                {
                    "country": "Albania",
                    "attacks": 37,
                    "subData": [
                {"name": "8661", "value": 35},{"name": "197706", "value": 2}
                    ]
                },
                
                {
                    "country": "Egypt",
                    "attacks": 37,
                    "subData": [
                {"name": "8452", "value": 33},{"name": "24863", "value": 2},{"name": "24835", "value": 2}
                    ]
                },
                
                {
                    "country": "United_Kingdom",
                    "attacks": 36,
                    "subData": [
                {"name": "14061", "value": 11},{"name": "16276", "value": 10},{"name": "202425", "value": 4},{"name": "5607", "value": 3},{"name": "8075", "value": 3},{"name": "16509", "value": 1},{"name": "5413", "value": 1},{"name": "9009", "value": 1},{"name": "13285", "value": 1},{"name": "2856", "value": 1}
                    ]
                },
                
                {
                    "country": "Thailand",
                    "attacks": 35,
                    "subData": [
                {"name": "23969", "value": 8},{"name": "17552", "value": 4},{"name": "45758", "value": 4},{"name": "131090", "value": 3},{"name": "4750", "value": 2},{"name": "38794", "value": 2},{"name": "7470", "value": 2},{"name": "4621", "value": 2},{"name": "9903", "value": 1},{"name": "9562", "value": 1},{"name": "45458", "value": 1},{"name": "131445", "value": 1},{"name": "133481", "value": 1},{"name": "58955", "value": 1},{"name": "131293", "value": 1},{"name": "9335", "value": 1}
                    ]
                },
                
                {
                    "country": "Ukraine",
                    "attacks": 23,
                    "subData": [
                {"name": "6849", "value": 6},{"name": "48693", "value": 4},{"name": "56380", "value": 2},{"name": "43139", "value": 2},{"name": "48006", "value": 1},{"name": "44019", "value": 1},{"name": "44894", "value": 1},{"name": "49720", "value": 1},{"name": "31148", "value": 1},{"name": "13188", "value": 1},{"name": "34700", "value": 1},{"name": "204288", "value": 1},{"name": "25133", "value": 1}
                    ]
                },
                
                {
                    "country": "Italy",
                    "attacks": 23,
                    "subData": [
                {"name": "30722", "value": 9},{"name": "12874", "value": 4},{"name": "3269", "value": 3},{"name": "35612", "value": 2},{"name": "200311", "value": 2},{"name": "8220", "value": 1},{"name": "1267", "value": 1},{"name": "196865", "value": 1}
                    ]
                },
                
                {
                    "country": "Mexico",
                    "attacks": 22,
                    "subData": [
                {"name": "8151", "value": 12},{"name": "11172", "value": 3},{"name": "18734", "value": 2},{"name": "17072", "value": 2},{"name": "265535", "value": 1},{"name": "14178", "value": 1},{"name": "3548", "value": 1}
                    ]
                },
                
                {
                    "country": "Iran",
                    "attacks": 20,
                    "subData": [
                {"name": "58224", "value": 6},{"name": "49872", "value": 2},{"name": "202468", "value": 2},{"name": "42337", "value": 2},{"name": "31549", "value": 1},{"name": "39501", "value": 1},{"name": "49100", "value": 1},{"name": "47330", "value": 1},{"name": "201540", "value": 1},{"name": "60631", "value": 1},{"name": "25184", "value": 1},{"name": "24631", "value": 1}
                    ]
                },
                
                {
                    "country": "Spain",
                    "attacks": 19,
                    "subData": [
                {"name": "16276", "value": 4},{"name": "6739", "value": 3},{"name": "3352", "value": 3},{"name": "8220", "value": 2},{"name": "12430", "value": 2},{"name": "15704", "value": 1},{"name": "210321", "value": 1},{"name": "35699", "value": 1},{"name": "12479", "value": 1},{"name": "209835", "value": 1}
                    ]
                },
                
                {
                    "country": "Japan",
                    "attacks": 19,
                    "subData": [
                {"name": "63949", "value": 9},{"name": "396982", "value": 3},{"name": "31898", "value": 3},{"name": "2518", "value": 1},{"name": "21859", "value": 1},{"name": "17676", "value": 1},{"name": "7506", "value": 1}
                    ]
                },
                
                {
                    "country": "Poland",
                    "attacks": 19,
                    "subData": [
                {"name": "16276", "value": 5},{"name": "201814", "value": 4},{"name": "202422", "value": 2},{"name": "5617", "value": 1},{"name": "197226", "value": 1},{"name": "35179", "value": 1},{"name": "199356", "value": 1},{"name": "49242", "value": 1},{"name": "43641", "value": 1},{"name": "61154", "value": 1},{"name": "197099", "value": 1}
                    ]
                },
                
                {
                    "country": "Colombia",
                    "attacks": 18,
                    "subData": [
                {"name": "27763", "value": 5},{"name": "13489", "value": 5},{"name": "10620", "value": 2},{"name": "19429", "value": 2},{"name": "3816", "value": 1},{"name": "27837", "value": 1},{"name": "8065", "value": 1},{"name": "18747", "value": 1}
                    ]
                },
                
                {
                    "country": "Turkey",
                    "attacks": 17,
                    "subData": [
                {"name": "9121", "value": 6},{"name": "3188", "value": 3},{"name": "16135", "value": 2},{"name": "39582", "value": 1},{"name": "207429", "value": 1},{"name": "15897", "value": 1},{"name": "205399", "value": 1},{"name": "203576", "value": 1},{"name": "51559", "value": 1}
                    ]
                },
                
                {
                    "country": "Pakistan",
                    "attacks": 12,
                    "subData": [
                {"name": "17557", "value": 6},{"name": "55501", "value": 1},{"name": "9260", "value": 1},{"name": "7590", "value": 1},{"name": "23674", "value": 1},{"name": "38264", "value": 1},{"name": "131471", "value": 1}
                    ]
                },
                
                {
                    "country": "Argentina",
                    "attacks": 11,
                    "subData": [
                {"name": "7303", "value": 3},{"name": "265679", "value": 1},{"name": "61490", "value": 1},{"name": "263736", "value": 1},{"name": "52312", "value": 1},{"name": "11664", "value": 1},{"name": "11014", "value": 1},{"name": "265630", "value": 1},{"name": "267829", "value": 1}
                    ]
                },
                
                {
                    "country": "Sweden",
                    "attacks": 11,
                    "subData": [
                {"name": "42708", "value": 4},{"name": "42695", "value": 2},{"name": "45011", "value": 2},{"name": "3301", "value": 1},{"name": "33885", "value": 1},{"name": "8473", "value": 1}
                    ]
                },
                
                {
                    "country": "Bulgaria",
                    "attacks": 9,
                    "subData": [
                {"name": "200391", "value": 5},{"name": "8866", "value": 2},{"name": "43561", "value": 1},{"name": "9009", "value": 1}
                    ]
                },
                
                {
                    "country": "Malaysia",
                    "attacks": 8,
                    "subData": [
                {"name": "4788", "value": 4},{"name": "9930", "value": 1},{"name": "45102", "value": 1},{"name": "17971", "value": 1},{"name": "18206", "value": 1}
                    ]
                },
                
                {
                    "country": "Chile",
                    "attacks": 8,
                    "subData": [
                {"name": "16629", "value": 3},{"name": "14117", "value": 2},{"name": "14259", "value": 1},{"name": "265851", "value": 1},{"name": "263700", "value": 1}
                    ]
                },
                
                {
                    "country": "United_Arab_Emirates",
                    "attacks": 8,
                    "subData": [
                {"name": "5384", "value": 5},{"name": "36351", "value": 2},{"name": "15802", "value": 1}
                    ]
                },
                
                {
                    "country": "Australia",
                    "attacks": 8,
                    "subData": [
                {"name": "35251", "value": 6},{"name": "10143", "value": 1},{"name": "4804", "value": 1}
                    ]
                },
                
                {
                    "country": "South_Africa",
                    "attacks": 8,
                    "subData": [
                {"name": "10474", "value": 2},{"name": "16637", "value": 2},{"name": "8075", "value": 1},{"name": "132839", "value": 1},{"name": "37680", "value": 1},{"name": "328471", "value": 1}
                    ]
                },
                
                {
                    "country": "Paraguay",
                    "attacks": 8,
                    "subData": [
                {"name": "23201", "value": 7},{"name": "27669", "value": 1}
                    ]
                },
                
                {
                    "country": "Belize",
                    "attacks": 7,
                    "subData": [
                {"name": "213371", "value": 4},{"name": "212370", "value": 2},{"name": "211238", "value": 1}
                    ]
                },
                
                {
                    "country": "Venezuela",
                    "attacks": 7,
                    "subData": [
                {"name": "8048", "value": 5},{"name": "27717", "value": 2}
                    ]
                },
                
                {
                    "country": "Hungary",
                    "attacks": 6,
                    "subData": [
                {"name": "5483", "value": 2},{"name": "62214", "value": 1},{"name": "29278", "value": 1},{"name": "35311", "value": 1},{"name": "21334", "value": 1}
                    ]
                },
                
                {
                    "country": "Saudi_Arabia",
                    "attacks": 6,
                    "subData": [
                {"name": "25019", "value": 2},{"name": "29255", "value": 1},{"name": "212889", "value": 1},{"name": "35819", "value": 1},{"name": "35753", "value": 1}
                    ]
                },
                
                {
                    "country": "Philippines",
                    "attacks": 6,
                    "subData": [
                {"name": "132199", "value": 2},{"name": "9299", "value": 1},{"name": "137074", "value": 1},{"name": "4775", "value": 1},{"name": "135345", "value": 1}
                    ]
                },
                
                {
                    "country": "Bolivia",
                    "attacks": 5,
                    "subData": [
                {"name": "6568", "value": 3},{"name": "26210", "value": 1},{"name": "25620", "value": 1}
                    ]
                },
                
                {
                    "country": "Bangladesh",
                    "attacks": 5,
                    "subData": [
                {"name": "134599", "value": 1},{"name": "45588", "value": 1},{"name": "23923", "value": 1},{"name": "38071", "value": 1},{"name": "134186", "value": 1}
                    ]
                },
                
                {
                    "country": "Nigeria",
                    "attacks": 5,
                    "subData": [
                {"name": "29465", "value": 3},{"name": "37148", "value": 1},{"name": "29091", "value": 1}
                    ]
                },
                
                {
                    "country": "Morocco",
                    "attacks": 5,
                    "subData": [
                {"name": "36925", "value": 2},{"name": "6713", "value": 2},{"name": "36903", "value": 1}
                    ]
                },
                
                {
                    "country": "Czechia",
                    "attacks": 4,
                    "subData": [
                {"name": "197013", "value": 1},{"name": "8251", "value": 1},{"name": "5610", "value": 1},{"name": "34093", "value": 1}
                    ]
                },
                
                {
                    "country": "Kazakhstan",
                    "attacks": 4,
                    "subData": [
                {"name": "9198", "value": 2},{"name": "43994", "value": 1},{"name": "21299", "value": 1}
                    ]
                },
                
                {
                    "country": "Peru",
                    "attacks": 4,
                    "subData": [
                {"name": "6147", "value": 2},{"name": "27843", "value": 1},{"name": "19180", "value": 1}
                    ]
                },
                
                {
                    "country": "Greece",
                    "attacks": 4,
                    "subData": [
                {"name": "3329", "value": 2},{"name": "25472", "value": 1},{"name": "1241", "value": 1}
                    ]
                },
                
                {
                    "country": "Ireland",
                    "attacks": 4,
                    "subData": [
                {"name": "8075", "value": 3},{"name": "30900", "value": 1}
                    ]
                },
                
                {
                    "country": "Serbia",
                    "attacks": 4,
                    "subData": [
                {"name": "13092", "value": 3},{"name": "41897", "value": 1}
                    ]
                },
                
                {
                    "country": "Libya",
                    "attacks": 4,
                    "subData": [
                {"name": "37284", "value": 3},{"name": "21003", "value": 1}
                    ]
                },
                
                {
                    "country": "Armenia",
                    "attacks": 3,
                    "subData": [
                {"name": "49800", "value": 1},{"name": "12297", "value": 1},{"name": "44395", "value": 1}
                    ]
                },
                
                {
                    "country": "Moldova",
                    "attacks": 3,
                    "subData": [
                {"name": "31252", "value": 1},{"name": "200019", "value": 1},{"name": "210104", "value": 1}
                    ]
                },
                
                {
                    "country": "Slovenia",
                    "attacks": 3,
                    "subData": [
                {"name": "34779", "value": 2},{"name": "41828", "value": 1}
                    ]
                },
                
                {
                    "country": "Uzbekistan",
                    "attacks": 3,
                    "subData": [
                {"name": "8193", "value": 3}
                    ]
                },
                
                {
                    "country": "Tunisia",
                    "attacks": 3,
                    "subData": [
                {"name": "37705", "value": 3}
                    ]
                },
                
                {
                    "country": "Switzerland",
                    "attacks": 3,
                    "subData": [
                {"name": "9009", "value": 2},{"name": "3303", "value": 1}
                    ]
                },
                
                {
                    "country": "Laos",
                    "attacks": 3,
                    "subData": [
                {"name": "24337", "value": 2},{"name": "9873", "value": 1}
                    ]
                },
                
                {
                    "country": "Ecuador",
                    "attacks": 3,
                    "subData": [
                {"name": "27947", "value": 2},{"name": "27948", "value": 1}
                    ]
                },
                
                {
                    "country": "Iraq",
                    "attacks": 2,
                    "subData": [
                {"name": "50710", "value": 1},{"name": "207097", "value": 1}
                    ]
                },
                
                {
                    "country": "Honduras",
                    "attacks": 2,
                    "subData": [
                {"name": "27884", "value": 2}
                    ]
                },
                
                {
                    "country": "Bahrain",
                    "attacks": 2,
                    "subData": [
                {"name": "39273", "value": 2}
                    ]
                },
                
                {
                    "country": "Belgium",
                    "attacks": 2,
                    "subData": [
                {"name": "396982", "value": 2}
                    ]
                },
                
                {
                    "country": "Jordan",
                    "attacks": 2,
                    "subData": [
                {"name": "48832", "value": 1},{"name": "8376", "value": 1}
                    ]
                },
                
                {
                    "country": "Algeria",
                    "attacks": 2,
                    "subData": [
                {"name": "36947", "value": 2}
                    ]
                },
                
                {
                    "country": "Botswana",
                    "attacks": 2,
                    "subData": [
                {"name": "36963", "value": 1},{"name": "37678", "value": 1}
                    ]
                },
                
                {
                    "country": "Slovakia",
                    "attacks": 2,
                    "subData": [
                {"name": "6855", "value": 2}
                    ]
                },
                
                {
                    "country": "Ivory_Coast",
                    "attacks": 2,
                    "subData": [
                {"name": "29571", "value": 2}
                    ]
                },
                
                {
                    "country": "Dominican_Republic",
                    "attacks": 2,
                    "subData": [
                {"name": "27887", "value": 2}
                    ]
                },
                
                {
                    "country": "Jamaica",
                    "attacks": 2,
                    "subData": [
                {"name": "33576", "value": 1},{"name": "30689", "value": 1}
                    ]
                },
                
                {
                    "country": "Ethiopia",
                    "attacks": 2,
                    "subData": [
                {"name": "24757", "value": 2}
                    ]
                },
                
                {
                    "country": "Cambodia",
                    "attacks": 1,
                    "subData": [
                {"name": "23673", "value": 1}
                    ]
                },
                
                {
                    "country": "Azerbaijan",
                    "attacks": 1,
                    "subData": [
                {"name": "28787", "value": 1}
                    ]
                },
                
                {
                    "country": "Finland",
                    "attacks": 1,
                    "subData": [
                {"name": "202053", "value": 1}
                    ]
                },
                
                {
                    "country": "Guatemala",
                    "attacks": 1,
                    "subData": [
                {"name": "14754", "value": 1}
                    ]
                },
                
                {
                    "country": "Samoa",
                    "attacks": 1,
                    "subData": [
                {"name": "38800", "value": 1}
                    ]
                },
                
                {
                    "country": "Austria",
                    "attacks": 1,
                    "subData": [
                {"name": "8437", "value": 1}
                    ]
                },
                
                {
                    "country": "Mali",
                    "attacks": 1,
                    "subData": [
                {"name": "21271", "value": 1}
                    ]
                },
                
                {
                    "country": "Bosnia_and_Herzegovina",
                    "attacks": 1,
                    "subData": [
                {"name": "9146", "value": 1}
                    ]
                },
                
                {
                    "country": "Nepal",
                    "attacks": 1,
                    "subData": [
                {"name": "45650", "value": 1}
                    ]
                },
                
                {
                    "country": "Mongolia",
                    "attacks": 1,
                    "subData": [
                {"name": "17882", "value": 1}
                    ]
                },
                
                {
                    "country": "Qatar",
                    "attacks": 1,
                    "subData": [
                {"name": "8781", "value": 1}
                    ]
                },
                
                {
                    "country": "Estonia",
                    "attacks": 1,
                    "subData": [
                {"name": "2586", "value": 1}
                    ]
                },
                
                {
                    "country": "Burkina_Faso",
                    "attacks": 1,
                    "subData": [
                {"name": "16", "value": 1}
                    ]
                },
                
                {
                    "country": "Croatia",
                    "attacks": 1,
                    "subData": [
                {"name": "5391", "value": 1}
                    ]
                },
                
                {
                    "country": "Kenya",
                    "attacks": 1,
                    "subData": [
                {"name": "30844", "value": 1}
                    ]
                },
                
                {
                    "country": "North_Macedonia",
                    "attacks": 1,
                    "subData": [
                {"name": "34772", "value": 1}
                    ]
                },
                
                {
                    "country": "Zambia",
                    "attacks": 1,
                    "subData": [
                {"name": "37532", "value": 1}
                    ]
                },
                
                {
                    "country": "Tanzania",
                    "attacks": 1,
                    "subData": [
                {"name": "37182", "value": 1}
                    ]
                },
                
                {
                    "country": "Syria",
                    "attacks": 1,
                    "subData": [
                {"name": "29256", "value": 1}
                    ]
                },
                
                {
                    "country": "Uruguay",
                    "attacks": 1,
                    "subData": [
                {"name": "6057", "value": 1}
                    ]
                },
                
                {
                    "country": "Myanmar",
                    "attacks": 1,
                    "subData": [
                {"name": "58952", "value": 1}
                    ]
                },
                
                {
                    "country": "Georgia",
                    "attacks": 1,
                    "subData": [
                {"name": "41877", "value": 1}
                    ]
                },
                
                {
                    "country": "Zimbabwe",
                    "attacks": 1,
                    "subData": [
                {"name": "37204", "value": 1}
                    ]
                },
                
                {
                    "country": "Iceland",
                    "attacks": 1,
                    "subData": [
                {"name": "51896", "value": 1}
                    ]
                },
                
                {
                    "country": "Belarus",
                    "attacks": 1,
                    "subData": [
                {"name": "56740", "value": 1}
                    ]
                },
                
                {
                    "country": "Kuwait",
                    "attacks": 1,
                    "subData": [
                {"name": "21050", "value": 1}
                    ]
                },
                
                {
                    "country": "Mozambique",
                    "attacks": 1,
                    "subData": [
                {"name": "25139", "value": 1}
                    ]
                },
                
                {
                    "country": "Ghana",
                    "attacks": 1,
                    "subData": [
                {"name": "29614", "value": 1}
                    ]
                },
                
                {
                    "country": "Latvia",
                    "attacks": 1,
                    "subData": [
                {"name": "12578", "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": "Uruguay",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "China",
                            "attacks": 427,
                            "asns": 45
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 56,
                            "asns": 12
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 15,
                            "asns": 5
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 140,
                            "asns": 42
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 48,
                            "asns": 9
                        },
                        
                        {
                            "country": "India",
                            "attacks": 62,
                            "asns": 24
                        },
                        
                        {
                            "country": "Mexico",
                            "attacks": 7,
                            "asns": 5
                        },
                        
                        {
                            "country": "Belarus",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Morocco",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Bulgaria",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Italy",
                            "attacks": 10,
                            "asns": 6
                        },
                        
                        {
                            "country": "South Korea",
                            "attacks": 33,
                            "asns": 10
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 28,
                            "asns": 22
                        },
                        
                        {
                            "country": "Estonia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Iceland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Iran",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 29,
                            "asns": 11
                        },
                        
                        {
                            "country": "Nepal",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 36,
                            "asns": 7
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 36,
                            "asns": 11
                        },
                        
                        {
                            "country": "Laos",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Philippines",
                            "attacks": 5,
                            "asns": 4
                        },
                        
                        {
                            "country": "Thailand",
                            "attacks": 24,
                            "asns": 10
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 30,
                            "asns": 19
                        },
                        
                        {
                            "country": "Spain",
                            "attacks": 12,
                            "asns": 9
                        },
                        
                        {
                            "country": "France",
                            "attacks": 47,
                            "asns": 8
                        },
                        
                        {
                            "country": "Brazil",
                            "attacks": 37,
                            "asns": 26
                        },
                        
                        {
                            "country": "Egypt",
                            "attacks": 16,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ukraine",
                            "attacks": 6,
                            "asns": 5
                        },
                        
                        {
                            "country": "Hungary",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Poland",
                            "attacks": 7,
                            "asns": 7
                        },
                        
                        {
                            "country": "Paraguay",
                            "attacks": 7,
                            "asns": 2
                        },
                        
                        {
                            "country": "Turkey",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 16,
                            "asns": 6
                        },
                        
                        {
                            "country": "Serbia",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Panama",
                            "attacks": 15,
                            "asns": 3
                        },
                        
                        {
                            "country": "Ivory Coast",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Malaysia",
                            "attacks": 6,
                            "asns": 4
                        },
                        
                        {
                            "country": "Pakistan",
                            "attacks": 5,
                            "asns": 3
                        },
                        
                        {
                            "country": "Slovakia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ecuador",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Mozambique",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Sweden",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Japan",
                            "attacks": 6,
                            "asns": 5
                        },
                        
                        {
                            "country": "Nigeria",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Tanzania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Saudi Arabia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Peru",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Ireland",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Colombia",
                            "attacks": 7,
                            "asns": 4
                        },
                        
                        {
                            "country": "Chile",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Ethiopia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Zimbabwe",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "South Africa",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Moldova",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Kenya",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Switzerland",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Argentina",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Syria",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Croatia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bangladesh",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Algeria",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Iraq",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Venezuela",
                            "attacks": 4,
                            "asns": 1
                        },
                        
                        {
                            "country": "Kazakhstan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Myanmar",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Burkina Faso",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belize",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Uzbekistan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Jamaica",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Slovenia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Albania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Latvia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Libya",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Botswana",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bosnia and Herzegovina",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Jordan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Finland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Tunisia",
                            "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]" +
                           1272 + "[/]";
                });
                </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": 38,
                            "asns": 13
                        },
                        
                        {
                            "country": "China",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Poland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 8,
                            "asns": 6
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 5,
                            "asns": 1
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ireland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "France",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Moldova",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ukraine",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Turkey",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                ];

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

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

                var label = ntpchart.seriesContainer.createChild(am4core.Label);
                label.textAlign = "middle";
                label.horizontalCenter = "middle";
                label.verticalCenter = "middle";
                label.adapter.add("text", function(text, target) {
                    return "[font-size:18px]ntp[/]:\n[bold font-size:30px]" +
                           68 + "[/]";
                });
                </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": "Thailand",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 9,
                            "asns": 2
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 5,
                            "asns": 3
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 19,
                            "asns": 13
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 4,
                            "asns": 1
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 3,
                            "asns": 1
                        },
                        
                        {
                            "country": "France",
                            "attacks": 16,
                            "asns": 3
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Japan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 7,
                            "asns": 3
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "South Africa",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belize",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Spain",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Hungary",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Poland",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "China",
                            "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]" +
                           83 + "[/]";
                });
                </script>
                
                <script>
                am4core.useTheme(am4themes_animated);
                var snmpchart = am4core.create("snmpattacks", am4charts.PieChart);
                snmpchart.startAngle = 160;
                snmpchart.endAngle = 380;
                snmpchart.innerRadius = am4core.percent(40);

                snmpchart.data = [
                
                        {
                            "country": "United States",
                            "attacks": 79,
                            "asns": 16
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 6,
                            "asns": 3
                        },
                        
                        {
                            "country": "France",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Japan",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "China",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belize",
                            "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]" +
                           95 + "[/]";
                });
                </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": 53,
                            "asns": 14
                        },
                        
                        {
                            "country": "Italy",
                            "attacks": 7,
                            "asns": 5
                        },
                        
                        {
                            "country": "Egypt",
                            "attacks": 8,
                            "asns": 2
                        },
                        
                        {
                            "country": "South Korea",
                            "attacks": 24,
                            "asns": 5
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 23,
                            "asns": 5
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Albania",
                            "attacks": 35,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "India",
                            "attacks": 37,
                            "asns": 13
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 5,
                            "asns": 3
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 16,
                            "asns": 14
                        },
                        
                        {
                            "country": "Turkey",
                            "attacks": 7,
                            "asns": 4
                        },
                        
                        {
                            "country": "Spain",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Dominican Republic",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Iran",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Armenia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 25,
                            "asns": 9
                        },
                        
                        {
                            "country": "Kuwait",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Brazil",
                            "attacks": 23,
                            "asns": 19
                        },
                        
                        {
                            "country": "Bangladesh",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Bolivia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 3,
                            "asns": 1
                        },
                        
                        {
                            "country": "Malaysia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ukraine",
                            "attacks": 6,
                            "asns": 4
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 5,
                            "asns": 5
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Argentina",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Colombia",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Bulgaria",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "South Africa",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Peru",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bahrain",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Greece",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "Slovenia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "Sweden",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Poland",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Czechia",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Chile",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Jamaica",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belize",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Hungary",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Pakistan",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Mexico",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 3,
                            "asns": 1
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "France",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Cambodia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Honduras",
                            "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]" +
                           347 + "[/]";
                });
                </script>
                
                <script>
                am4core.useTheme(am4themes_animated);
                var mssqlchart = am4core.create("mssqlattacks", am4charts.PieChart);
                mssqlchart.startAngle = 160;
                mssqlchart.endAngle = 380;
                mssqlchart.innerRadius = am4core.percent(40);

                mssqlchart.data = [
                
                        {
                            "country": "China",
                            "attacks": 281,
                            "asns": 54
                        },
                        
                        {
                            "country": "Philippines",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 13,
                            "asns": 10
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 15,
                            "asns": 5
                        },
                        
                        {
                            "country": "Brazil",
                            "attacks": 33,
                            "asns": 30
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 16,
                            "asns": 14
                        },
                        
                        {
                            "country": "South Korea",
                            "attacks": 21,
                            "asns": 9
                        },
                        
                        {
                            "country": "Colombia",
                            "attacks": 7,
                            "asns": 3
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Turkey",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 18,
                            "asns": 11
                        },
                        
                        {
                            "country": "Tunisia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Iran",
                            "attacks": 9,
                            "asns": 7
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 18,
                            "asns": 16
                        },
                        
                        {
                            "country": "Thailand",
                            "attacks": 7,
                            "asns": 6
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 5,
                            "asns": 2
                        },
                        
                        {
                            "country": "Bolivia",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "India",
                            "attacks": 20,
                            "asns": 15
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 3,
                            "asns": 1
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 11,
                            "asns": 4
                        },
                        
                        {
                            "country": "Egypt",
                            "attacks": 12,
                            "asns": 3
                        },
                        
                        {
                            "country": "Argentina",
                            "attacks": 5,
                            "asns": 5
                        },
                        
                        {
                            "country": "Mexico",
                            "attacks": 11,
                            "asns": 4
                        },
                        
                        {
                            "country": "Honduras",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ghana",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Azerbaijan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Moldova",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Hungary",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Austria",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Pakistan",
                            "attacks": 5,
                            "asns": 4
                        },
                        
                        {
                            "country": "Kazakhstan",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "North Macedonia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Italy",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Botswana",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Saudi Arabia",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Slovenia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ethiopia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ukraine",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Bangladesh",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Morocco",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Uzbekistan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Chile",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "Zambia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Jordan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Samoa",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Spain",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Libya",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Mali",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Guatemala",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "France",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bulgaria",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Sweden",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "South Africa",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Armenia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Belize",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Venezuela",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Bahrain",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Algeria",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Malaysia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Japan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Iraq",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Georgia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Qatar",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Mongolia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Nigeria",
                            "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]" +
                           589 + "[/]";
                });
                </script>
                
                <script>
                am4core.useTheme(am4themes_animated);
                var mysqlchart = am4core.create("mysqlattacks", am4charts.PieChart);
                mysqlchart.startAngle = 160;
                mysqlchart.endAngle = 380;
                mysqlchart.innerRadius = am4core.percent(40);

                mysqlchart.data = [
                
                        {
                            "country": "Bulgaria",
                            "attacks": 5,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ukraine",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belgium",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                ];

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

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

                var label = mysqlchart.seriesContainer.createChild(am4core.Label);
                label.textAlign = "middle";
                label.horizontalCenter = "middle";
                label.verticalCenter = "middle";
                label.adapter.add("text", function(text, target) {
                    return "[font-size:18px]mysql[/]:\n[bold font-size:30px]" +
                           8 + "[/]";
                });
                </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": 78,
                            "asns": 14
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 15,
                            "asns": 4
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Japan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Russia",
                            "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]" +
                           99 + "[/]";
                });
                </script>
                
            <h2>Anonymous Proxy Hosts</h2>
            <div id="proxychart"></div>
            <script>
            am4core.ready(function() {
                am4core.useTheme(am4themes_dark);
                am4core.useTheme(am4themes_animated);
                var proxychart = am4core.create("proxychart", am4charts.PieChart);
                proxychart.hiddenState.properties.opacity = 0;

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

            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: