Weekly Report for 2022-01-29 to 2022-02-05

STIX2 Files

Weekly Summary

  • The top attacking country was United States with 1147 individual attacking IPs
  • The most attacked protocol was telnet with 1212 attacker IPs
  • No comparison available for this week
  • 0 potential phishing domains were identified
Weekly Threat Intelligence Report
    <h2>Weekly Comparison</h2>
    <div id="weekcomparisonchart"></div>
    <h2>Attacks by Destination</h2>
    <div id="honeychart"></div>
    <h2>Attacks By Country & ASN</h2>
    <div id="chartdiv"></div>
    <h2>Attacks By Date</h2>
    <div id="protocolbarchart"></div>
    <h2>Attacks By Protocol</h2>
    <table>
    <tbody>
      <tr>
        <td><div id="sshattacks"></div></td>
        <td><div id="ftpattacks"></div></td>
        <td><div id="ntpattacks"></div></td>
      </tr>
      <tr>
        <td><div id="sipattacks"></div></td>
        <td><div id="snmpattacks"></div></td>
        <td><div id="telnetattacks"></div></td>
      </tr>
      <tr>
        <td><div id="mssqlattacks"></div></td>
        <td><div id="mysqlattacks"></div></td>
        <td><div id="redisattacks"></div></td>
      </tr>
      <tr>
        <td><div id="nmapattacks"></div></td>
        <td><div id="gitattacks"></div></td>
        <td><div id="dorkattacks"></div></td>
      </tr>
    </tbody>
    </table>
    <h2>Phishing Domains by Category</h2>
    <div id="phishingchart"></div>
    
        <script>
        am4core.ready(function() {
            am4core.useTheme(am4themes_dark);
            am4core.useTheme(am4themes_animated);
            var honeychart = am4core.create("honeychart", am4charts.PieChart);
            honeychart.hiddenState.properties.opacity = 0;

            honeychart.data = [
        {"country": "Spain", "value": 65},{"country": "Poland", "value": 299},{"country": "France", "value": 815},{"country": "Singapore", "value": 177},{"country": "Germany", "value": 1536},{"country": "Canada", "value": 1685},{"country": "England", "value": 231},
            ];

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

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

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

        chart.data = [
        
                {
                    "country": "United_States",
                    "attacks": 1147,
                    "subData": [
                {"name": "1239", "value": 202},{"name": "7029", "value": 119},{"name": "40676", "value": 112},{"name": "6939", "value": 88},{"name": "20052", "value": 87},{"name": "14061", "value": 74},{"name": "53667", "value": 48},{"name": "398324", "value": 48},{"name": "7922", "value": 41},{"name": "7018", "value": 23},{"name": "701", "value": 23},{"name": "398722", "value": 22},{"name": "396982", "value": 21},{"name": "8075", "value": 19},{"name": "10439", "value": 15},{"name": "62904", "value": 14},{"name": "6130", "value": 13},{"name": "46606", "value": 11},{"name": "399045", "value": 9},{"name": "14618", "value": 9},{"name": "6128", "value": 9},{"name": "20115", "value": 9},{"name": "2914", "value": 8},{"name": "20001", "value": 8},{"name": "12083", "value": 7},{"name": "22552", "value": 6},{"name": "5650", "value": 6},{"name": "63949", "value": 5},{"name": "211252", "value": 5},{"name": "33363", "value": 5},{"name": "22773", "value": 5},{"name": "13415", "value": 4},{"name": "12271", "value": 4},{"name": "36352", "value": 4},{"name": "20473", "value": 3},{"name": "46664", "value": 3},{"name": "398705", "value": 3},{"name": "54825", "value": 3},{"name": "10796", "value": 3},{"name": "11426", "value": 3},{"name": "14987", "value": 2},{"name": "21565", "value": 2},{"name": "212238", "value": 2},{"name": "31898", "value": 2},{"name": "209", "value": 2},{"name": "394330", "value": 2},{"name": "20412", "value": 2},{"name": "398789", "value": 2},{"name": "27257", "value": 1},{"name": "396073", "value": 1},{"name": "11404", "value": 1},{"name": "4927", "value": 1},{"name": "11427", "value": 1},{"name": "14576", "value": 1},{"name": "21859", "value": 1},{"name": "40065", "value": 1},{"name": "47447", "value": 1},{"name": "3800", "value": 1},{"name": "40020", "value": 1},{"name": "18978", "value": 1},{"name": "17253", "value": 1},{"name": "23314", "value": 1},{"name": "49532", "value": 1},{"name": "35913", "value": 1},{"name": "55081", "value": 1},{"name": "13825", "value": 1},{"name": "11796", "value": 1},{"name": "396052", "value": 1},{"name": "22709", "value": 1},{"name": "14291", "value": 1},{"name": "26903", "value": 1},{"name": "46449", "value": 1},{"name": "6079", "value": 1},{"name": "393552", "value": 1},{"name": "16276", "value": 1},{"name": "40021", "value": 1},{"name": "16509", "value": 1},{"name": "32875", "value": 1}
                    ]
                },
                
                {
                    "country": "China",
                    "attacks": 1131,
                    "subData": [
                {"name": "4134", "value": 651},{"name": "4837", "value": 259},{"name": "56046", "value": 59},{"name": "45090", "value": 34},{"name": "37963", "value": 31},{"name": "4808", "value": 24},{"name": "9808", "value": 14},{"name": "4847", "value": 7},{"name": "4812", "value": 6},{"name": "139080", "value": 5},{"name": "23724", "value": 4},{"name": "56041", "value": 3},{"name": "58461", "value": 3},{"name": "56044", "value": 3},{"name": "55933", "value": 3},{"name": "24444", "value": 2},{"name": "17621", "value": 2},{"name": "38365", "value": 2},{"name": "134768", "value": 2},{"name": "137695", "value": 2},{"name": "17964", "value": 2},{"name": "140527", "value": 1},{"name": "45061", "value": 1},{"name": "133774", "value": 1},{"name": "134810", "value": 1},{"name": "58541", "value": 1},{"name": "24400", "value": 1},{"name": "17775", "value": 1},{"name": "45062", "value": 1},{"name": "4538", "value": 1},{"name": "140726", "value": 1},{"name": "139007", "value": 1},{"name": "9811", "value": 1},{"name": "134765", "value": 1}
                    ]
                },
                
                {
                    "country": "Brazil",
                    "attacks": 473,
                    "subData": [
                {"name": "266002", "value": 361},{"name": "28573", "value": 15},{"name": "263880", "value": 8},{"name": "18881", "value": 8},{"name": "269663", "value": 5},{"name": "26599", "value": 4},{"name": "27699", "value": 4},{"name": "7738", "value": 3},{"name": "8167", "value": 2},{"name": "31898", "value": 2},{"name": "53062", "value": 2},{"name": "17222", "value": 1},{"name": "262591", "value": 1},{"name": "263250", "value": 1},{"name": "53075", "value": 1},{"name": "53094", "value": 1},{"name": "28166", "value": 1},{"name": "52536", "value": 1},{"name": "264158", "value": 1},{"name": "262887", "value": 1},{"name": "266940", "value": 1},{"name": "263433", "value": 1},{"name": "266550", "value": 1},{"name": "271274", "value": 1},{"name": "265911", "value": 1},{"name": "61637", "value": 1},{"name": "270518", "value": 1},{"name": "263905", "value": 1},{"name": "53170", "value": 1},{"name": "263371", "value": 1},{"name": "264932", "value": 1},{"name": "28265", "value": 1},{"name": "263611", "value": 1},{"name": "53130", "value": 1},{"name": "262387", "value": 1},{"name": "28270", "value": 1},{"name": "268761", "value": 1},{"name": "263073", "value": 1},{"name": "52845", "value": 1},{"name": "28577", "value": 1},{"name": "28219", "value": 1},{"name": "28669", "value": 1},{"name": "264407", "value": 1},{"name": "264446", "value": 1},{"name": "52907", "value": 1},{"name": "271724", "value": 1},{"name": "52525", "value": 1},{"name": "262755", "value": 1},{"name": "27715", "value": 1},{"name": "263672", "value": 1},{"name": "269138", "value": 1},{"name": "265259", "value": 1},{"name": "264417", "value": 1},{"name": "264903", "value": 1},{"name": "266488", "value": 1},{"name": "28343", "value": 1},{"name": "270704", "value": 1},{"name": "264598", "value": 1},{"name": "266421", "value": 1},{"name": "262983", "value": 1},{"name": "262758", "value": 1},{"name": "270360", "value": 1},{"name": "265066", "value": 1},{"name": "52579", "value": 1},{"name": "28258", "value": 1},{"name": "270642", "value": 1},{"name": "263276", "value": 1},{"name": "266427", "value": 1},{"name": "61942", "value": 1},{"name": "263604", "value": 1}
                    ]
                },
                
                {
                    "country": "South_Korea",
                    "attacks": 312,
                    "subData": [
                {"name": "9318", "value": 198},{"name": "4766", "value": 63},{"name": "17858", "value": 13},{"name": "3786", "value": 7},{"name": "17853", "value": 4},{"name": "17864", "value": 4},{"name": "38117", "value": 2},{"name": "9762", "value": 2},{"name": "10066", "value": 2},{"name": "7562", "value": 1},{"name": "9319", "value": 1},{"name": "9757", "value": 1},{"name": "17589", "value": 1},{"name": "17839", "value": 1},{"name": "17857", "value": 1},{"name": "9572", "value": 1},{"name": "17597", "value": 1},{"name": "17849", "value": 1},{"name": "38109", "value": 1},{"name": "9694", "value": 1},{"name": "9981", "value": 1},{"name": "38121", "value": 1},{"name": "4670", "value": 1},{"name": "9697", "value": 1},{"name": "17598", "value": 1},{"name": "10054", "value": 1}
                    ]
                },
                
                {
                    "country": "Vietnam",
                    "attacks": 232,
                    "subData": [
                {"name": "7552", "value": 108},{"name": "24086", "value": 63},{"name": "45899", "value": 20},{"name": "63737", "value": 16},{"name": "135967", "value": 10},{"name": "135905", "value": 8},{"name": "18403", "value": 3},{"name": "131386", "value": 1},{"name": "45903", "value": 1},{"name": "56150", "value": 1},{"name": "56153", "value": 1}
                    ]
                },
                
                {
                    "country": "Iran",
                    "attacks": 220,
                    "subData": [
                {"name": "58224", "value": 206},{"name": "39074", "value": 5},{"name": "43754", "value": 2},{"name": "42337", "value": 2},{"name": "62442", "value": 1},{"name": "207680", "value": 1},{"name": "43212", "value": 1},{"name": "31549", "value": 1},{"name": "202391", "value": 1}
                    ]
                },
                
                {
                    "country": "Russia",
                    "attacks": 193,
                    "subData": [
                {"name": "197068", "value": 36},{"name": "12389", "value": 20},{"name": "49505", "value": 12},{"name": "44257", "value": 10},{"name": "8369", "value": 4},{"name": "8641", "value": 3},{"name": "57523", "value": 3},{"name": "62205", "value": 3},{"name": "60840", "value": 3},{"name": "31036", "value": 3},{"name": "209499", "value": 2},{"name": "61432", "value": 2},{"name": "14576", "value": 2},{"name": "12714", "value": 2},{"name": "40995", "value": 2},{"name": "8402", "value": 2},{"name": "39927", "value": 2},{"name": "34533", "value": 2},{"name": "47165", "value": 2},{"name": "49816", "value": 2},{"name": "207228", "value": 2},{"name": "51836", "value": 2},{"name": "39028", "value": 2},{"name": "39435", "value": 2},{"name": "20485", "value": 1},{"name": "48212", "value": 1},{"name": "12683", "value": 1},{"name": "48940", "value": 1},{"name": "39578", "value": 1},{"name": "12494", "value": 1},{"name": "57531", "value": 1},{"name": "31200", "value": 1},{"name": "21353", "value": 1},{"name": "42682", "value": 1},{"name": "39264", "value": 1},{"name": "25408", "value": 1},{"name": "57227", "value": 1},{"name": "21127", "value": 1},{"name": "50928", "value": 1},{"name": "47626", "value": 1},{"name": "210644", "value": 1},{"name": "15428", "value": 1},{"name": "48293", "value": 1},{"name": "31257", "value": 1},{"name": "28812", "value": 1},{"name": "50477", "value": 1},{"name": "29226", "value": 1},{"name": "44507", "value": 1},{"name": "15672", "value": 1},{"name": "199020", "value": 1},{"name": "44963", "value": 1},{"name": "41668", "value": 1},{"name": "51819", "value": 1},{"name": "35815", "value": 1},{"name": "61403", "value": 1},{"name": "51570", "value": 1},{"name": "51200", "value": 1},{"name": "49218", "value": 1},{"name": "56420", "value": 1},{"name": "29303", "value": 1},{"name": "59591", "value": 1},{"name": "25513", "value": 1},{"name": "35807", "value": 1},{"name": "43714", "value": 1},{"name": "12768", "value": 1},{"name": "57044", "value": 1},{"name": "20985", "value": 1},{"name": "41682", "value": 1},{"name": "41786", "value": 1},{"name": "61431", "value": 1},{"name": "34267", "value": 1},{"name": "47586", "value": 1},{"name": "51612", "value": 1},{"name": "31163", "value": 1},{"name": "39442", "value": 1},{"name": "57418", "value": 1},{"name": "3216", "value": 1},{"name": "31214", "value": 1},{"name": "57456", "value": 1},{"name": "8749", "value": 1},{"name": "51054", "value": 1},{"name": "31695", "value": 1},{"name": "8416", "value": 1},{"name": "44724", "value": 1},{"name": "41754", "value": 1},{"name": "43168", "value": 1},{"name": "198056", "value": 1},{"name": "50147", "value": 1},{"name": "34602", "value": 1},{"name": "48176", "value": 1},{"name": "16143", "value": 1},{"name": "25227", "value": 1}
                    ]
                },
                
                {
                    "country": "Germany",
                    "attacks": 138,
                    "subData": [
                {"name": "47154", "value": 45},{"name": "206264", "value": 32},{"name": "51167", "value": 15},{"name": "24961", "value": 10},{"name": "63949", "value": 9},{"name": "14061", "value": 5},{"name": "399471", "value": 4},{"name": "205100", "value": 3},{"name": "31898", "value": 3},{"name": "3320", "value": 3},{"name": "44486", "value": 2},{"name": "24940", "value": 2},{"name": "136897", "value": 1},{"name": "58010", "value": 1},{"name": "3209", "value": 1},{"name": "42777", "value": 1},{"name": "12355", "value": 1}
                    ]
                },
                
                {
                    "country": "Spain",
                    "attacks": 134,
                    "subData": [
                {"name": "49173", "value": 113},{"name": "3352", "value": 9},{"name": "15704", "value": 4},{"name": "12479", "value": 4},{"name": "29119", "value": 1},{"name": "9009", "value": 1},{"name": "198760", "value": 1},{"name": "12334", "value": 1}
                    ]
                },
                
                {
                    "country": "France",
                    "attacks": 129,
                    "subData": [
                {"name": "12876", "value": 99},{"name": "29066", "value": 8},{"name": "12322", "value": 7},{"name": "49434", "value": 4},{"name": "3215", "value": 3},{"name": "5410", "value": 2},{"name": "16276", "value": 2},{"name": "15557", "value": 2},{"name": "8972", "value": 1},{"name": "198551", "value": 1}
                    ]
                },
                
                {
                    "country": "Taiwan",
                    "attacks": 110,
                    "subData": [
                {"name": "3462", "value": 90},{"name": "9924", "value": 8},{"name": "17809", "value": 2},{"name": "9416", "value": 2},{"name": "131596", "value": 2},{"name": "4780", "value": 2},{"name": "18049", "value": 2},{"name": "38841", "value": 2}
                    ]
                },
                
                {
                    "country": "Romania",
                    "attacks": 96,
                    "subData": [
                {"name": "47890", "value": 60},{"name": "48090", "value": 13},{"name": "8708", "value": 12},{"name": "9050", "value": 4},{"name": "48161", "value": 3},{"name": "12302", "value": 2},{"name": "50604", "value": 2}
                    ]
                },
                
                {
                    "country": "Turkey",
                    "attacks": 95,
                    "subData": [
                {"name": "47331", "value": 51},{"name": "9121", "value": 38},{"name": "42910", "value": 3},{"name": "20649", "value": 1},{"name": "12735", "value": 1},{"name": "34984", "value": 1}
                    ]
                },
                
                {
                    "country": "Thailand",
                    "attacks": 93,
                    "subData": [
                {"name": "23969", "value": 73},{"name": "45758", "value": 6},{"name": "131090", "value": 6},{"name": "17552", "value": 3},{"name": "38794", "value": 2},{"name": "4618", "value": 1},{"name": "4750", "value": 1},{"name": "133481", "value": 1}
                    ]
                },
                
                {
                    "country": "Hong_Kong",
                    "attacks": 83,
                    "subData": [
                {"name": "396982", "value": 18},{"name": "57523", "value": 16},{"name": "4760", "value": 12},{"name": "9269", "value": 9},{"name": "9381", "value": 8},{"name": "201814", "value": 7},{"name": "9304", "value": 4},{"name": "55933", "value": 2},{"name": "141167", "value": 2},{"name": "55020", "value": 1},{"name": "10103", "value": 1},{"name": "21859", "value": 1},{"name": "38277", "value": 1},{"name": "4616", "value": 1}
                    ]
                },
                
                {
                    "country": "Netherlands",
                    "attacks": 68,
                    "subData": [
                {"name": "202425", "value": 26},{"name": "399471", "value": 12},{"name": "51447", "value": 8},{"name": "12876", "value": 8},{"name": "50673", "value": 8},{"name": "14061", "value": 1},{"name": "211895", "value": 1},{"name": "9009", "value": 1},{"name": "210269", "value": 1},{"name": "198203", "value": 1},{"name": "33915", "value": 1}
                    ]
                },
                
                {
                    "country": "United_Kingdom",
                    "attacks": 68,
                    "subData": [
                {"name": "5607", "value": 21},{"name": "16276", "value": 13},{"name": "2856", "value": 10},{"name": "20860", "value": 8},{"name": "6871", "value": 3},{"name": "13285", "value": 3},{"name": "35228", "value": 2},{"name": "16509", "value": 1},{"name": "25310", "value": 1},{"name": "22363", "value": 1},{"name": "13037", "value": 1},{"name": "57307", "value": 1},{"name": "5089", "value": 1},{"name": "12576", "value": 1},{"name": "9105", "value": 1}
                    ]
                },
                
                {
                    "country": "India",
                    "attacks": 52,
                    "subData": [
                {"name": "14061", "value": 8},{"name": "18229", "value": 4},{"name": "24560", "value": 3},{"name": "9829", "value": 3},{"name": "17439", "value": 2},{"name": "138296", "value": 2},{"name": "9498", "value": 2},{"name": "45102", "value": 2},{"name": "133647", "value": 2},{"name": "17665", "value": 1},{"name": "17465", "value": 1},{"name": "58762", "value": 1},{"name": "45954", "value": 1},{"name": "132924", "value": 1},{"name": "396982", "value": 1},{"name": "45536", "value": 1},{"name": "24309", "value": 1},{"name": "17426", "value": 1},{"name": "134004", "value": 1},{"name": "135818", "value": 1},{"name": "55410", "value": 1},{"name": "45433", "value": 1},{"name": "45820", "value": 1},{"name": "133297", "value": 1},{"name": "135763", "value": 1},{"name": "139195", "value": 1},{"name": "17488", "value": 1},{"name": "132566", "value": 1},{"name": "45916", "value": 1},{"name": "4758", "value": 1},{"name": "16509", "value": 1},{"name": "135780", "value": 1},{"name": "132445", "value": 1}
                    ]
                },
                
                {
                    "country": "Ukraine",
                    "attacks": 45,
                    "subData": [
                {"name": "43139", "value": 2},{"name": "35533", "value": 2},{"name": "31148", "value": 2},{"name": "58196", "value": 2},{"name": "35362", "value": 2},{"name": "29107", "value": 2},{"name": "50648", "value": 2},{"name": "39199", "value": 2},{"name": "6849", "value": 1},{"name": "42239", "value": 1},{"name": "35816", "value": 1},{"name": "34047", "value": 1},{"name": "205513", "value": 1},{"name": "44546", "value": 1},{"name": "51069", "value": 1},{"name": "13188", "value": 1},{"name": "6877", "value": 1},{"name": "21228", "value": 1},{"name": "15377", "value": 1},{"name": "6789", "value": 1},{"name": "6876", "value": 1},{"name": "15895", "value": 1},{"name": "56433", "value": 1},{"name": "29632", "value": 1},{"name": "25521", "value": 1},{"name": "43400", "value": 1},{"name": "203781", "value": 1},{"name": "24999", "value": 1},{"name": "47889", "value": 1},{"name": "6703", "value": 1},{"name": "44291", "value": 1},{"name": "48004", "value": 1},{"name": "56354", "value": 1},{"name": "47702", "value": 1},{"name": "34867", "value": 1},{"name": "49223", "value": 1},{"name": "48330", "value": 1}
                    ]
                },
                
                {
                    "country": "Italy",
                    "attacks": 42,
                    "subData": [
                {"name": "3269", "value": 15},{"name": "30722", "value": 14},{"name": "12874", "value": 5},{"name": "206617", "value": 3},{"name": "16232", "value": 1},{"name": "30848", "value": 1},{"name": "60989", "value": 1},{"name": "48500", "value": 1},{"name": "210218", "value": 1}
                    ]
                },
                
                {
                    "country": "Czechia",
                    "attacks": 38,
                    "subData": [
                {"name": "211252", "value": 35},{"name": "52092", "value": 1},{"name": "196735", "value": 1},{"name": "13036", "value": 1}
                    ]
                },
                
                {
                    "country": "Singapore",
                    "attacks": 36,
                    "subData": [
                {"name": "134963", "value": 15},{"name": "3758", "value": 6},{"name": "9506", "value": 4},{"name": "14061", "value": 3},{"name": "55430", "value": 2},{"name": "17547", "value": 2},{"name": "135377", "value": 1},{"name": "8075", "value": 1},{"name": "64050", "value": 1},{"name": "41378", "value": 1}
                    ]
                },
                
                {
                    "country": "Japan",
                    "attacks": 36,
                    "subData": [
                {"name": "2519", "value": 6},{"name": "2514", "value": 5},{"name": "2518", "value": 5},{"name": "4685", "value": 4},{"name": "17511", "value": 3},{"name": "9595", "value": 2},{"name": "2527", "value": 2},{"name": "131923", "value": 1},{"name": "2510", "value": 1},{"name": "4713", "value": 1},{"name": "7506", "value": 1},{"name": "18150", "value": 1},{"name": "10013", "value": 1},{"name": "2497", "value": 1},{"name": "17506", "value": 1},{"name": "9354", "value": 1}
                    ]
                },
                
                {
                    "country": "Mexico",
                    "attacks": 28,
                    "subData": [
                {"name": "8151", "value": 25},{"name": "22884", "value": 1},{"name": "28509", "value": 1},{"name": "18734", "value": 1}
                    ]
                },
                
                {
                    "country": "Poland",
                    "attacks": 28,
                    "subData": [
                {"name": "197226", "value": 8},{"name": "213010", "value": 6},{"name": "5617", "value": 3},{"name": "6830", "value": 1},{"name": "20960", "value": 1},{"name": "8308", "value": 1},{"name": "271799", "value": 1},{"name": "203765", "value": 1},{"name": "13000", "value": 1},{"name": "31608", "value": 1},{"name": "204873", "value": 1},{"name": "12741", "value": 1},{"name": "13110", "value": 1},{"name": "43495", "value": 1}
                    ]
                },
                
                {
                    "country": "Egypt",
                    "attacks": 27,
                    "subData": [
                {"name": "8452", "value": 20},{"name": "36992", "value": 3},{"name": "24835", "value": 2},{"name": "24863", "value": 2}
                    ]
                },
                
                {
                    "country": "Belgium",
                    "attacks": 26,
                    "subData": [
                {"name": "396982", "value": 22},{"name": "5432", "value": 2},{"name": "6848", "value": 2}
                    ]
                },
                
                {
                    "country": "Luxembourg",
                    "attacks": 25,
                    "subData": [
                {"name": "53667", "value": 25}
                    ]
                },
                
                {
                    "country": "Switzerland",
                    "attacks": 24,
                    "subData": [
                {"name": "51852", "value": 15},{"name": "3303", "value": 8},{"name": "6730", "value": 1}
                    ]
                },
                
                {
                    "country": "Malaysia",
                    "attacks": 22,
                    "subData": [
                {"name": "4788", "value": 17},{"name": "9534", "value": 2},{"name": "45839", "value": 1},{"name": "136209", "value": 1},{"name": "55720", "value": 1}
                    ]
                },
                
                {
                    "country": "Australia",
                    "attacks": 21,
                    "subData": [
                {"name": "7545", "value": 4},{"name": "1221", "value": 4},{"name": "36351", "value": 3},{"name": "9714", "value": 2},{"name": "4804", "value": 2},{"name": "8075", "value": 1},{"name": "9336", "value": 1},{"name": "4739", "value": 1},{"name": "134090", "value": 1},{"name": "10143", "value": 1},{"name": "9310", "value": 1}
                    ]
                },
                
                {
                    "country": "Colombia",
                    "attacks": 19,
                    "subData": [
                {"name": "271952", "value": 6},{"name": "14080", "value": 5},{"name": "10620", "value": 3},{"name": "8065", "value": 2},{"name": "3549", "value": 1},{"name": "27695", "value": 1},{"name": "19429", "value": 1}
                    ]
                },
                
                {
                    "country": "Canada",
                    "attacks": 16,
                    "subData": [
                {"name": "63949", "value": 8},{"name": "5769", "value": 3},{"name": "6327", "value": 1},{"name": "11290", "value": 1},{"name": "20093", "value": 1},{"name": "60068", "value": 1},{"name": "10929", "value": 1}
                    ]
                },
                
                {
                    "country": "Hungary",
                    "attacks": 16,
                    "subData": [
                {"name": "21334", "value": 4},{"name": "20845", "value": 3},{"name": "42232", "value": 2},{"name": "5483", "value": 2},{"name": "47421", "value": 2},{"name": "197889", "value": 1},{"name": "8462", "value": 1},{"name": "50261", "value": 1}
                    ]
                },
                
                {
                    "country": "Argentina",
                    "attacks": 13,
                    "subData": [
                {"name": "7303", "value": 8},{"name": "16814", "value": 1},{"name": "10834", "value": 1},{"name": "52504", "value": 1},{"name": "27879", "value": 1},{"name": "263230", "value": 1}
                    ]
                },
                
                {
                    "country": "Indonesia",
                    "attacks": 13,
                    "subData": [
                {"name": "9341", "value": 2},{"name": "17995", "value": 2},{"name": "63859", "value": 1},{"name": "9905", "value": 1},{"name": "64030", "value": 1},{"name": "58369", "value": 1},{"name": "18059", "value": 1},{"name": "38758", "value": 1},{"name": "138841", "value": 1},{"name": "4761", "value": 1},{"name": "7713", "value": 1}
                    ]
                },
                
                {
                    "country": "Bangladesh",
                    "attacks": 9,
                    "subData": [
                {"name": "24323", "value": 3},{"name": "139278", "value": 1},{"name": "17494", "value": 1},{"name": "45326", "value": 1},{"name": "24556", "value": 1},{"name": "138043", "value": 1},{"name": "58768", "value": 1}
                    ]
                },
                
                {
                    "country": "Bulgaria",
                    "attacks": 8,
                    "subData": [
                {"name": "8866", "value": 2},{"name": "8717", "value": 1},{"name": "3245", "value": 1},{"name": "45007", "value": 1},{"name": "34841", "value": 1},{"name": "29580", "value": 1},{"name": "13124", "value": 1}
                    ]
                },
                
                {
                    "country": "Israel",
                    "attacks": 7,
                    "subData": [
                {"name": "8551", "value": 5},{"name": "12400", "value": 1},{"name": "1680", "value": 1}
                    ]
                },
                
                {
                    "country": "Pakistan",
                    "attacks": 7,
                    "subData": [
                {"name": "58895", "value": 1},{"name": "23966", "value": 1},{"name": "17557", "value": 1},{"name": "38713", "value": 1},{"name": "38264", "value": 1},{"name": "17911", "value": 1},{"name": "23674", "value": 1}
                    ]
                },
                
                {
                    "country": "Guatemala",
                    "attacks": 7,
                    "subData": [
                {"name": "23383", "value": 2},{"name": "52468", "value": 2},{"name": "23243", "value": 2},{"name": "26617", "value": 1}
                    ]
                },
                
                {
                    "country": "United_Arab_Emirates",
                    "attacks": 7,
                    "subData": [
                {"name": "5384", "value": 5},{"name": "36351", "value": 2}
                    ]
                },
                
                {
                    "country": "Greece",
                    "attacks": 7,
                    "subData": [
                {"name": "3329", "value": 3},{"name": "6799", "value": 2},{"name": "25472", "value": 1},{"name": "1241", "value": 1}
                    ]
                },
                
                {
                    "country": "Chile",
                    "attacks": 6,
                    "subData": [
                {"name": "14259", "value": 2},{"name": "263702", "value": 1},{"name": "270065", "value": 1},{"name": "264802", "value": 1},{"name": "27651", "value": 1}
                    ]
                },
                
                {
                    "country": "Estonia",
                    "attacks": 6,
                    "subData": [
                {"name": "213010", "value": 6}
                    ]
                },
                
                {
                    "country": "South_Africa",
                    "attacks": 6,
                    "subData": [
                {"name": "328320", "value": 2},{"name": "36937", "value": 1},{"name": "37611", "value": 1},{"name": "37457", "value": 1},{"name": "10474", "value": 1}
                    ]
                },
                
                {
                    "country": "Sweden",
                    "attacks": 5,
                    "subData": [
                {"name": "8473", "value": 1},{"name": "50904", "value": 1},{"name": "1257", "value": 1},{"name": "42708", "value": 1},{"name": "2119", "value": 1}
                    ]
                },
                
                {
                    "country": "Cambodia",
                    "attacks": 5,
                    "subData": [
                {"name": "131178", "value": 3},{"name": "38235", "value": 1},{"name": "137236", "value": 1}
                    ]
                },
                
                {
                    "country": "New_Caledonia",
                    "attacks": 4,
                    "subData": [
                {"name": "17480", "value": 4}
                    ]
                },
                
                {
                    "country": "Lithuania",
                    "attacks": 4,
                    "subData": [
                {"name": "1257", "value": 4}
                    ]
                },
                
                {
                    "country": "Philippines",
                    "attacks": 4,
                    "subData": [
                {"name": "9658", "value": 2},{"name": "9299", "value": 1},{"name": "135594", "value": 1}
                    ]
                },
                
                {
                    "country": "Kenya",
                    "attacks": 4,
                    "subData": [
                {"name": "36866", "value": 3},{"name": "37061", "value": 1}
                    ]
                },
                
                {
                    "country": "Paraguay",
                    "attacks": 4,
                    "subData": [
                {"name": "23201", "value": 4}
                    ]
                },
                
                {
                    "country": "Finland",
                    "attacks": 4,
                    "subData": [
                {"name": "24940", "value": 4}
                    ]
                },
                
                {
                    "country": "Venezuela",
                    "attacks": 4,
                    "subData": [
                {"name": "8048", "value": 2},{"name": "27717", "value": 1},{"name": "266841", "value": 1}
                    ]
                },
                
                {
                    "country": "Isle_of_Man",
                    "attacks": 4,
                    "subData": [
                {"name": "42237", "value": 4}
                    ]
                },
                
                {
                    "country": "New_Zealand",
                    "attacks": 4,
                    "subData": [
                {"name": "4771", "value": 2},{"name": "56030", "value": 1},{"name": "133579", "value": 1}
                    ]
                },
                
                {
                    "country": "Portugal",
                    "attacks": 4,
                    "subData": [
                {"name": "211680", "value": 2},{"name": "12353", "value": 1},{"name": "2860", "value": 1}
                    ]
                },
                
                {
                    "country": "Cameroon",
                    "attacks": 3,
                    "subData": [
                {"name": "36905", "value": 2},{"name": "15964", "value": 1}
                    ]
                },
                
                {
                    "country": "Moldova",
                    "attacks": 3,
                    "subData": [
                {"name": "8926", "value": 2},{"name": "31252", "value": 1}
                    ]
                },
                
                {
                    "country": "Bolivia",
                    "attacks": 3,
                    "subData": [
                {"name": "6568", "value": 1},{"name": "27839", "value": 1},{"name": "26210", "value": 1}
                    ]
                },
                
                {
                    "country": "Ethiopia",
                    "attacks": 3,
                    "subData": [
                {"name": "24757", "value": 3}
                    ]
                },
                
                {
                    "country": "Panama",
                    "attacks": 3,
                    "subData": [
                {"name": "18809", "value": 1},{"name": "21599", "value": 1},{"name": "27796", "value": 1}
                    ]
                },
                
                {
                    "country": "Kazakhstan",
                    "attacks": 3,
                    "subData": [
                {"name": "35104", "value": 1},{"name": "9198", "value": 1},{"name": "39824", "value": 1}
                    ]
                },
                
                {
                    "country": "Senegal",
                    "attacks": 3,
                    "subData": [
                {"name": "8346", "value": 3}
                    ]
                },
                
                {
                    "country": "Nigeria",
                    "attacks": 3,
                    "subData": [
                {"name": "16284", "value": 1},{"name": "36920", "value": 1},{"name": "37308", "value": 1}
                    ]
                },
                
                {
                    "country": "Saudi_Arabia",
                    "attacks": 3,
                    "subData": [
                {"name": "25019", "value": 3}
                    ]
                },
                
                {
                    "country": "Albania",
                    "attacks": 3,
                    "subData": [
                {"name": "199276", "value": 2},{"name": "29170", "value": 1}
                    ]
                },
                
                {
                    "country": "Costa_Rica",
                    "attacks": 3,
                    "subData": [
                {"name": "11830", "value": 1},{"name": "262197", "value": 1},{"name": "52228", "value": 1}
                    ]
                },
                
                {
                    "country": "Uruguay",
                    "attacks": 3,
                    "subData": [
                {"name": "6057", "value": 3}
                    ]
                },
                
                {
                    "country": "Iceland",
                    "attacks": 2,
                    "subData": [
                {"name": "206804", "value": 1},{"name": "50613", "value": 1}
                    ]
                },
                
                {
                    "country": "Gibraltar",
                    "attacks": 2,
                    "subData": [
                {"name": "8301", "value": 2}
                    ]
                },
                
                {
                    "country": "Cyprus",
                    "attacks": 2,
                    "subData": [
                {"name": "6866", "value": 1},{"name": "44558", "value": 1}
                    ]
                },
                
                {
                    "country": "Azerbaijan",
                    "attacks": 2,
                    "subData": [
                {"name": "29049", "value": 2}
                    ]
                },
                
                {
                    "country": "Nepal",
                    "attacks": 2,
                    "subData": [
                {"name": "4007", "value": 1},{"name": "134995", "value": 1}
                    ]
                },
                
                {
                    "country": "Nicaragua",
                    "attacks": 2,
                    "subData": [
                {"name": "14754", "value": 1},{"name": "27742", "value": 1}
                    ]
                },
                
                {
                    "country": "Mongolia",
                    "attacks": 2,
                    "subData": [
                {"name": "17882", "value": 2}
                    ]
                },
                
                {
                    "country": "Austria",
                    "attacks": 2,
                    "subData": [
                {"name": "8437", "value": 2}
                    ]
                },
                
                {
                    "country": "Slovakia",
                    "attacks": 2,
                    "subData": [
                {"name": "6855", "value": 1},{"name": "9009", "value": 1}
                    ]
                },
                
                {
                    "country": "Norway",
                    "attacks": 2,
                    "subData": [
                {"name": "56655", "value": 1},{"name": "41164", "value": 1}
                    ]
                },
                
                {
                    "country": "North_Macedonia",
                    "attacks": 2,
                    "subData": [
                {"name": "6821", "value": 1},{"name": "41557", "value": 1}
                    ]
                },
                
                {
                    "country": "Armenia",
                    "attacks": 2,
                    "subData": [
                {"name": "205368", "value": 1},{"name": "44395", "value": 1}
                    ]
                },
                
                {
                    "country": "Jordan",
                    "attacks": 2,
                    "subData": [
                {"name": "35656", "value": 1},{"name": "48832", "value": 1}
                    ]
                },
                
                {
                    "country": "Latvia",
                    "attacks": 2,
                    "subData": [
                {"name": "20910", "value": 1},{"name": "12578", "value": 1}
                    ]
                },
                
                {
                    "country": "Bahrain",
                    "attacks": 2,
                    "subData": [
                {"name": "5416", "value": 1},{"name": "39273", "value": 1}
                    ]
                },
                
                {
                    "country": "Qatar",
                    "attacks": 1,
                    "subData": [
                {"name": "42298", "value": 1}
                    ]
                },
                
                {
                    "country": "Ireland",
                    "attacks": 1,
                    "subData": [
                {"name": "15502", "value": 1}
                    ]
                },
                
                {
                    "country": "Jamaica",
                    "attacks": 1,
                    "subData": [
                {"name": "33576", "value": 1}
                    ]
                },
                
                {
                    "country": "Yemen",
                    "attacks": 1,
                    "subData": [
                {"name": "30873", "value": 1}
                    ]
                },
                
                {
                    "country": "Seychelles",
                    "attacks": 1,
                    "subData": [
                {"name": "40065", "value": 1}
                    ]
                },
                
                {
                    "country": "Tajikistan",
                    "attacks": 1,
                    "subData": [
                {"name": "8847", "value": 1}
                    ]
                },
                
                {
                    "country": "Malta",
                    "attacks": 1,
                    "subData": [
                {"name": "15735", "value": 1}
                    ]
                },
                
                {
                    "country": "Morocco",
                    "attacks": 1,
                    "subData": [
                {"name": "36903", "value": 1}
                    ]
                },
                
                {
                    "country": "Palestine",
                    "attacks": 1,
                    "subData": [
                {"name": "42314", "value": 1}
                    ]
                },
                
                {
                    "country": "Montenegro",
                    "attacks": 1,
                    "subData": [
                {"name": "8585", "value": 1}
                    ]
                },
                
                {
                    "country": "Andorra",
                    "attacks": 1,
                    "subData": [
                {"name": "6752", "value": 1}
                    ]
                },
                
                {
                    "country": "Bosnia_and_Herzegovina",
                    "attacks": 1,
                    "subData": [
                {"name": "16178", "value": 1}
                    ]
                },
                
                {
                    "country": "Laos",
                    "attacks": 1,
                    "subData": [
                {"name": "10226", "value": 1}
                    ]
                },
                
                {
                    "country": "Denmark",
                    "attacks": 1,
                    "subData": [
                {"name": "33796", "value": 1}
                    ]
                },
                
                {
                    "country": "Slovenia",
                    "attacks": 1,
                    "subData": [
                {"name": "5603", "value": 1}
                    ]
                },
                
                {
                    "country": "Ivory_Coast",
                    "attacks": 1,
                    "subData": [
                {"name": "29571", "value": 1}
                    ]
                },
                
                {
                    "country": "Ecuador",
                    "attacks": 1,
                    "subData": [
                {"name": "27668", "value": 1}
                    ]
                },
                
                {
                    "country": "Georgia",
                    "attacks": 1,
                    "subData": [
                {"name": "16010", "value": 1}
                    ]
                },
                
                {
                    "country": "Dominican_Republic",
                    "attacks": 1,
                    "subData": [
                {"name": "12066", "value": 1}
                    ]
                },
                
                {
                    "country": "Belize",
                    "attacks": 1,
                    "subData": [
                {"name": "213371", "value": 1}
                    ]
                },
                
                {
                    "country": "Uganda",
                    "attacks": 1,
                    "subData": [
                {"name": "327724", "value": 1}
                    ]
                },
                
                {
                    "country": "Macao",
                    "attacks": 1,
                    "subData": [
                {"name": "4609", "value": 1}
                    ]
                },
                
                {
                    "country": "Maldives",
                    "attacks": 1,
                    "subData": [
                {"name": "7642", "value": 1}
                    ]
                },
                
                {
                    "country": "Sri_Lanka",
                    "attacks": 1,
                    "subData": [
                {"name": "18001", "value": 1}
                    ]
                },
                
                {
                    "country": "Uzbekistan",
                    "attacks": 1,
                    "subData": [
                {"name": "8193", "value": 1}
                    ]
                },
                
                {
                    "country": "Tunisia",
                    "attacks": 1,
                    "subData": [
                {"name": "37492", "value": 1}
                    ]
                },
                
                {
                    "country": "Réunion",
                    "attacks": 1,
                    "subData": [
                {"name": "37002", "value": 1}
                    ]
                },
                
                {
                    "country": "Saint_Martin",
                    "attacks": 1,
                    "subData": [
                {"name": "27734", "value": 1}
                    ]
                },
                
                {
                    "country": "Honduras",
                    "attacks": 1,
                    "subData": [
                {"name": "27932", "value": 1}
                    ]
                },
                
                {
                    "country": "Angola",
                    "attacks": 1,
                    "subData": [
                {"name": "36907", "value": 1}
                    ]
                },
                
                {
                    "country": "Libya",
                    "attacks": 1,
                    "subData": [
                {"name": "37284", "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": "Russia",
                            "attacks": 5,
                            "asns": 4
                        },
                        
                        {
                            "country": "Luxembourg",
                            "attacks": 7,
                            "asns": 1
                        },
                        
                        {
                            "country": "China",
                            "attacks": 63,
                            "asns": 9
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 26,
                            "asns": 4
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 9,
                            "asns": 4
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 26,
                            "asns": 11
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "Mexico",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Switzerland",
                            "attacks": 5,
                            "asns": 1
                        },
                        
                        {
                            "country": "Sweden",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Poland",
                            "attacks": 6,
                            "asns": 5
                        },
                        
                        {
                            "country": "Pakistan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "India",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Brazil",
                            "attacks": 4,
                            "asns": 1
                        },
                        
                        {
                            "country": "France",
                            "attacks": 9,
                            "asns": 5
                        },
                        
                        {
                            "country": "Italy",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Spain",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Isle of Man",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Czechia",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "South Korea",
                            "attacks": 5,
                            "asns": 2
                        },
                        
                        {
                            "country": "Malaysia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Argentina",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Estonia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ireland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "South Africa",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bulgaria",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Hungary",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Cameroon",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Colombia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Paraguay",
                            "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]" +
                           207 + "[/]";
                });
                </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": 22,
                            "asns": 9
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 6,
                            "asns": 3
                        },
                        
                        {
                            "country": "Luxembourg",
                            "attacks": 4,
                            "asns": 1
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 6,
                            "asns": 5
                        },
                        
                        {
                            "country": "Switzerland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Chile",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Belize",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "France",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Iceland",
                            "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]" +
                           48 + "[/]";
                });
                </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": "United States",
                            "attacks": 45,
                            "asns": 15
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 13,
                            "asns": 7
                        },
                        
                        {
                            "country": "Portugal",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "France",
                            "attacks": 13,
                            "asns": 2
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 13,
                            "asns": 1
                        },
                        
                        {
                            "country": "Seychelles",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Turkey",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Finland",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Palestine",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Nigeria",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Nepal",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "China",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                ];

                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]" +
                           109 + "[/]";
                });
                </script>
                
                <script>
                am4core.useTheme(am4themes_animated);
                var snmpchart = am4core.create("snmpattacks", am4charts.PieChart);
                snmpchart.startAngle = 160;
                snmpchart.endAngle = 380;
                snmpchart.innerRadius = am4core.percent(40);

                snmpchart.data = [
                
                        {
                            "country": "United States",
                            "attacks": 167,
                            "asns": 20
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 14,
                            "asns": 2
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "China",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Belgium",
                            "attacks": 16,
                            "asns": 1
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Poland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Czechia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "France",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Iceland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Switzerland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 3,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Spain",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Slovakia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Singapore",
                            "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]" +
                           224 + "[/]";
                });
                </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": "Turkey",
                            "attacks": 31,
                            "asns": 4
                        },
                        
                        {
                            "country": "South Korea",
                            "attacks": 135,
                            "asns": 21
                        },
                        
                        {
                            "country": "Malaysia",
                            "attacks": 17,
                            "asns": 2
                        },
                        
                        {
                            "country": "China",
                            "attacks": 81,
                            "asns": 13
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 152,
                            "asns": 41
                        },
                        
                        {
                            "country": "India",
                            "attacks": 22,
                            "asns": 19
                        },
                        
                        {
                            "country": "Belgium",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Switzerland",
                            "attacks": 9,
                            "asns": 2
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 73,
                            "asns": 8
                        },
                        
                        {
                            "country": "Brazil",
                            "attacks": 82,
                            "asns": 57
                        },
                        
                        {
                            "country": "Sweden",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 111,
                            "asns": 79
                        },
                        
                        {
                            "country": "Japan",
                            "attacks": 29,
                            "asns": 15
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 15,
                            "asns": 9
                        },
                        
                        {
                            "country": "Thailand",
                            "attacks": 20,
                            "asns": 6
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 30,
                            "asns": 4
                        },
                        
                        {
                            "country": "France",
                            "attacks": 5,
                            "asns": 3
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 41,
                            "asns": 12
                        },
                        
                        {
                            "country": "Saudi Arabia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Chile",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Poland",
                            "attacks": 10,
                            "asns": 9
                        },
                        
                        {
                            "country": "Ukraine",
                            "attacks": 38,
                            "asns": 36
                        },
                        
                        {
                            "country": "Argentina",
                            "attacks": 10,
                            "asns": 4
                        },
                        
                        {
                            "country": "Iran",
                            "attacks": 15,
                            "asns": 7
                        },
                        
                        {
                            "country": "Hungary",
                            "attacks": 13,
                            "asns": 8
                        },
                        
                        {
                            "country": "Bolivia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Mexico",
                            "attacks": 15,
                            "asns": 3
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 24,
                            "asns": 5
                        },
                        
                        {
                            "country": "Egypt",
                            "attacks": 15,
                            "asns": 3
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 5,
                            "asns": 5
                        },
                        
                        {
                            "country": "Italy",
                            "attacks": 30,
                            "asns": 9
                        },
                        
                        {
                            "country": "Costa Rica",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Panama",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Germany",
                            "attacks": 6,
                            "asns": 6
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 20,
                            "asns": 5
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Colombia",
                            "attacks": 4,
                            "asns": 4
                        },
                        
                        {
                            "country": "Nigeria",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Saint Martin",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Slovenia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Réunion",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Malta",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Greece",
                            "attacks": 7,
                            "asns": 4
                        },
                        
                        {
                            "country": "New Zealand",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "Lithuania",
                            "attacks": 3,
                            "asns": 1
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 8,
                            "asns": 4
                        },
                        
                        {
                            "country": "Israel",
                            "attacks": 7,
                            "asns": 3
                        },
                        
                        {
                            "country": "South Africa",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Kenya",
                            "attacks": 3,
                            "asns": 1
                        },
                        
                        {
                            "country": "Denmark",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "North Macedonia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Moldova",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Cyprus",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Albania",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Bulgaria",
                            "attacks": 6,
                            "asns": 5
                        },
                        
                        {
                            "country": "Senegal",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Spain",
                            "attacks": 16,
                            "asns": 6
                        },
                        
                        {
                            "country": "Uruguay",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Gibraltar",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bangladesh",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Honduras",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Morocco",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Czechia",
                            "attacks": 5,
                            "asns": 4
                        },
                        
                        {
                            "country": "Slovakia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Sri Lanka",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 4,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bahrain",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Cambodia",
                            "attacks": 4,
                            "asns": 3
                        },
                        
                        {
                            "country": "Macao",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Latvia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Armenia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Venezuela",
                            "attacks": 3,
                            "asns": 2
                        },
                        
                        {
                            "country": "Uzbekistan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Paraguay",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bosnia and Herzegovina",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ethiopia",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Angola",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Georgia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Norway",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Portugal",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Montenegro",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Guatemala",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "New Caledonia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Dominican Republic",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Tunisia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Andorra",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Maldives",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Kazakhstan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Philippines",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Nicaragua",
                            "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]" +
                           1212 + "[/]";
                });
                </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": "Guatemala",
                            "attacks": 5,
                            "asns": 4
                        },
                        
                        {
                            "country": "Venezuela",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Cameroon",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "China",
                            "attacks": 134,
                            "asns": 27
                        },
                        
                        {
                            "country": "Egypt",
                            "attacks": 9,
                            "asns": 4
                        },
                        
                        {
                            "country": "Indonesia",
                            "attacks": 5,
                            "asns": 5
                        },
                        
                        {
                            "country": "Bangladesh",
                            "attacks": 6,
                            "asns": 6
                        },
                        
                        {
                            "country": "Taiwan",
                            "attacks": 5,
                            "asns": 1
                        },
                        
                        {
                            "country": "Yemen",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Kazakhstan",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 11,
                            "asns": 11
                        },
                        
                        {
                            "country": "Argentina",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Vietnam",
                            "attacks": 8,
                            "asns": 7
                        },
                        
                        {
                            "country": "Thailand",
                            "attacks": 5,
                            "asns": 5
                        },
                        
                        {
                            "country": "South Korea",
                            "attacks": 20,
                            "asns": 6
                        },
                        
                        {
                            "country": "Hong Kong",
                            "attacks": 6,
                            "asns": 5
                        },
                        
                        {
                            "country": "Spain",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Bolivia",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 13,
                            "asns": 10
                        },
                        
                        {
                            "country": "Mongolia",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Malaysia",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Brazil",
                            "attacks": 19,
                            "asns": 16
                        },
                        
                        {
                            "country": "India",
                            "attacks": 19,
                            "asns": 14
                        },
                        
                        {
                            "country": "Azerbaijan",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Uganda",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Japan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Nicaragua",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Cambodia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "France",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Iran",
                            "attacks": 5,
                            "asns": 5
                        },
                        
                        {
                            "country": "Ukraine",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Jordan",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Portugal",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Chile",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "Ecuador",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Mexico",
                            "attacks": 6,
                            "asns": 2
                        },
                        
                        {
                            "country": "Colombia",
                            "attacks": 6,
                            "asns": 2
                        },
                        
                        {
                            "country": "Moldova",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Qatar",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Pakistan",
                            "attacks": 6,
                            "asns": 6
                        },
                        
                        {
                            "country": "Jamaica",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Panama",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Turkey",
                            "attacks": 5,
                            "asns": 3
                        },
                        
                        {
                            "country": "Australia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Bulgaria",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Norway",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "Uruguay",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Canada",
                            "attacks": 2,
                            "asns": 2
                        },
                        
                        {
                            "country": "United Kingdom",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Laos",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Italy",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Nepal",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Kenya",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Libya",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Saudi Arabia",
                            "attacks": 2,
                            "asns": 1
                        },
                        
                        {
                            "country": "Austria",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ivory Coast",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Poland",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Romania",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Senegal",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Ethiopia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "South Africa",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Tajikistan",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Philippines",
                            "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]" +
                           356 + "[/]";
                });
                </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": "Germany",
                            "attacks": 4,
                            "asns": 2
                        },
                        
                        {
                            "country": "United States",
                            "attacks": 25,
                            "asns": 8
                        },
                        
                        {
                            "country": "China",
                            "attacks": 8,
                            "asns": 4
                        },
                        
                        {
                            "country": "Portugal",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Russia",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "United Arab Emirates",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Netherlands",
                            "attacks": 1,
                            "asns": 1
                        },
                        
                        {
                            "country": "Singapore",
                            "attacks": 3,
                            "asns": 3
                        },
                        
                        {
                            "country": "India",
                            "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]" +
                           45 + "[/]";
                });
                </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": "Malaysia", "value": 33},{"country": "Georgia", "value": 33},{"country": "Taiwan", "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": "Bosnia and Herzegovina", "value": 10},{"country": "Tanzania", "value": 10},{"country": "Malawi", "value": 10},{"country": "Dominican Republic", "value": 10},{"country": "Qatar", "value": 9},{"country": "Ghana", "value": 9},{"country": "Portugal", "value": 8},{"country": "Azerbaijan", "value": 8},{"country": "Greece", "value": 8},{"country": "Venezuela", "value": 8},{"country": "Syria", "value": 7},{"country": "Guatemala", "value": 7},{"country": "Palestine", "value": 7},{"country": "Uganda", "value": 7},{"country": "New Zealand", "value": 7},{"country": "Yemen", "value": 7},{"country": "Algeria", "value": 7},{"country": "Norway", "value": 6},{"country": "Burkina Faso", "value": 6},{"country": "Mongolia", "value": 6},{"country": "Denmark", "value": 6},{"country": "Maldives", "value": 6},{"country": "Seychelles", "value": 6},{"country": "Ireland", "value": 6},{"country": "Croatia", "value": 6},{"country": "Lesotho", "value": 5},{"country": "Paraguay", "value": 5},{"country": "Belarus", "value": 5},{"country": "Puerto Rico", "value": 5},{"country": "Montenegro", "value": 5},{"country": "Luxembourg", "value": 5},{"country": "Morocco", "value": 5},{"country": "Congo Republic", "value": 5},{"country": "Guinea", "value": 5},{"country": "Israel", "value": 4},{"country": "Equatorial Guinea", "value": 4},{"country": "Somalia", "value": 4},{"country": "Benin", "value": 4},{"country": "Afghanistan", "value": 4},{"country": "Panama", "value": 4},{"country": "Kyrgyzstan", "value": 4},{"country": "Saudi Arabia", "value": 4},{"country": "Honduras", "value": 4},{"country": "Malta", "value": 3},{"country": "Uzbekistan", "value": 3},{"country": "Slovenia", "value": 3},{"country": "Eswatini", "value": 3},{"country": "North Macedonia", "value": 3},{"country": "Peru", "value": 3},{"country": "Estonia", "value": 3},{"country": "El Salvador", "value": 2},{"country": "Laos", "value": 2},{"country": "Senegal", "value": 2},{"country": "Togo", "value": 2},{"country": "Mauritania", "value": 2},{"country": "DR Congo", "value": 2},{"country": "Oman", "value": 2},{"country": "Cyprus", "value": 2},{"country": "Zambia", "value": 1},{"country": "Gibraltar", "value": 1},{"country": "Rwanda", "value": 1},{"country": "Angola", "value": 1},{"country": "Lebanon", "value": 1},{"country": "Belize", "value": 1},{"country": "Cameroon", "value": 1},{"country": "Djibouti", "value": 1},{"country": "Burundi", "value": 1},{"country": "Zimbabwe", "value": 1},{"country": "Tunisia", "value": 1},
                ];

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

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

                weekcomparisonchart.data = [
                    {"category": "Three Weeks Ago", "value1": 116122},
                    {"category": "Two Weeks Ago", "value1": 85059},
                    {"category": "Last Week", "value1": 61651},
                    {"category": "This Week", "value1": 48780}
                ];

                var categoryAxis = weekcomparisonchart.xAxes.push(new am4charts.CategoryAxis());
                categoryAxis.dataFields.category = "category";
                categoryAxis.renderer.labels.template.fontSize = 14;
                categoryAxis.renderer.grid.template.strokeOpacity = 0;
                categoryAxis.renderer.labels.template.dy = 25;

                var valueAxis = weekcomparisonchart.yAxes.push(new am4charts.ValueAxis());
                valueAxis.renderer.grid.template.strokeOpacity = 0;
                valueAxis.min = -300;
                valueAxis.max = 3500;
                valueAxis.strictMinMax = true;
                valueAxis.renderer.baseGrid.disabled = true;
                valueAxis.renderer.labels.template.adapter.add("text", function(text) {
                    return text;
                });

                var series1 = weekcomparisonchart.series.push(new am4charts.ConeSeries());
                series1.dataFields.valueY = "value1";
                series1.dataFields.categoryX = "category";
                series1.columns.template.width = am4core.percent(80);
                series1.columns.template.fill = am4core.color("limegreen");
                series1.columns.template.stroke = am4core.color("green");
                series1.columns.template.fillOpacity = 0.9;
                series1.columns.template.strokeOpacity = 1;
                series1.columns.template.strokeWidth = 2;
            });
            </script>
            
            <script>
            am4core.useTheme(am4themes_dark);
            var phishingchart = am4core.create("phishingchart", am4charts.XYChart);

            phishingchart.data = [
            {"campaign": "Facebook", "domains": 27},{"campaign": "Instagram", "domains": 20},{"campaign": "Twitter", "domains": 21},{"campaign": "Support", "domains": 38},{"campaign": "Login-Portal", "domains": 116},{"campaign": "Office365", "domains": 5},{"campaign": "Microsoft", "domains": 18},{"campaign": "Linkedin", "domains": 5},{"campaign": "Dropbox", "domains": 2},{"campaign": "Adobe", "domains": 13},{"campaign": "Paypal", "domains": 34},{"campaign": "Amazon", "domains": 252},{"campaign": "Google", "domains": 59},{"campaign": "Banks", "domains": 31},{"campaign": "Games", "domains": 61},{"campaign": "Crypto", "domains": 27},{"campaign": "Alibaba", "domains": 18},{"campaign": "www", "domains": 506},{"campaign": "Zoom", "domains": 98},{"campaign": "Ryuk", "domains": 460},{"campaign": "Virus", "domains": 3},{"campaign": "Onlyfans", "domains": 6},{"campaign": "Covid", "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>
Share on: