Weekly Report for 2022-01-01 to 2022-01-08
Dec 04, 2024
Weekly Reports
STIX2 Files
Weekly Summary
- The top attacking country was United States with 1472 individual attacking IPs
- The most attacked protocol was telnet with 987 attacker IPs
- No comparison available for this week
- 0 potential phishing domains were identified
<h2>Weekly Comparison</h2>
<div id="weekcomparisonchart"></div>
<h2>Attacks by Destination</h2>
<div id="honeychart"></div>
<h2>Attacks By Country & ASN</h2>
<div id="chartdiv"></div>
<h2>Attacks By Date</h2>
<div id="protocolbarchart"></div>
<h2>Attacks By Protocol</h2>
<table>
<tbody>
<tr>
<td><div id="sshattacks"></div></td>
<td><div id="ftpattacks"></div></td>
<td><div id="ntpattacks"></div></td>
</tr>
<tr>
<td><div id="sipattacks"></div></td>
<td><div id="snmpattacks"></div></td>
<td><div id="telnetattacks"></div></td>
</tr>
<tr>
<td><div id="mssqlattacks"></div></td>
<td><div id="mysqlattacks"></div></td>
<td><div id="redisattacks"></div></td>
</tr>
<tr>
<td><div id="nmapattacks"></div></td>
<td><div id="gitattacks"></div></td>
<td><div id="dorkattacks"></div></td>
</tr>
</tbody>
</table>
<h2>Phishing Domains by Category</h2>
<div id="phishingchart"></div>
<script>
am4core.ready(function() {
am4core.useTheme(am4themes_dark);
am4core.useTheme(am4themes_animated);
var honeychart = am4core.create("honeychart", am4charts.PieChart);
honeychart.hiddenState.properties.opacity = 0;
honeychart.data = [
{"country": "France", "value": 586},{"country": "Singapore", "value": 834},{"country": "Germany", "value": 427},{"country": "Canada", "value": 462},{"country": "England", "value": 707},
];
honeychart.radius = am4core.percent(70);
honeychart.innerRadius = am4core.percent(40);
honeychart.startAngle = 180;
honeychart.endAngle = 360;
var series = honeychart.series.push(new am4charts.PieSeries());
series.dataFields.value = "value";
series.dataFields.category = "country";
series.slices.template.cornerRadius = 10;
series.slices.template.innerCornerRadius = 7;
series.slices.template.draggable = true;
series.slices.template.inert = true;
series.alignLabels = false;
series.hiddenState.properties.startAngle = 90;
series.hiddenState.properties.endAngle = 90;
honeychart.legend = new am4charts.Legend();
series.colors.list = [
am4core.color("#17b924"), am4core.color("#16a622"),
am4core.color("#12821b"), am4core.color("#0d6614"),
am4core.color("#0a4f10"), am4core.color("#347a3a"),
am4core.color("#2d6932"), am4core.color("#377f3d"),
am4core.color("#43994a"), am4core.color("#4fb057"),
am4core.color("#5ac964"), am4core.color("#3b5f3e"),
am4core.color("#4f7f53"), am4core.color("#629e67"),
am4core.color("#77c57e"), am4core.color("#8ee796")
];
});
</script>
<div id="countryasnchart"></div>
<script>
am4core.useTheme(am4themes_dark);
am4core.useTheme(am4themes_animated);
var container = am4core.create("countryasnchart", am4core.Container);
container.width = am4core.percent(100);
container.height = am4core.percent(100);
container.layout = "horizontal";
var chart = container.createChild(am4charts.PieChart);
chart.data = [
{
"country": "United_States",
"attacks": 1472,
"subData": [
{"name": "40676", "value": 185},{"name": "14061", "value": 155},{"name": "20052", "value": 122},{"name": "399045", "value": 118},{"name": "6939", "value": 104},{"name": "398324", "value": 91},{"name": "53667", "value": 72},{"name": "701", "value": 56},{"name": "20001", "value": 45},{"name": "398722", "value": 40},{"name": "35913", "value": 31},{"name": "8075", "value": 27},{"name": "10439", "value": 26},{"name": "7018", "value": 24},{"name": "7922", "value": 24},{"name": "6130", "value": 22},{"name": "174", "value": 20},{"name": "396982", "value": 18},{"name": "7029", "value": 17},{"name": "398646", "value": 16},{"name": "27323", "value": 15},{"name": "13415", "value": 14},{"name": "46664", "value": 13},{"name": "20115", "value": 13},{"name": "12271", "value": 12},{"name": "2914", "value": 11},{"name": "14618", "value": 11},{"name": "36352", "value": 11},{"name": "29951", "value": 9},{"name": "40065", "value": 8},{"name": "46606", "value": 7},{"name": "22773", "value": 7},{"name": "5650", "value": 6},{"name": "14987", "value": 6},{"name": "6128", "value": 6},{"name": "11427", "value": 5},{"name": "19531", "value": 5},{"name": "208046", "value": 5},{"name": "45102", "value": 4},{"name": "62904", "value": 4},{"name": "398355", "value": 4},{"name": "63949", "value": 3},{"name": "6653", "value": 3},{"name": "64050", "value": 3},{"name": "49532", "value": 3},{"name": "33363", "value": 3},{"name": "397373", "value": 3},{"name": "11492", "value": 2},{"name": "54548", "value": 2},{"name": "12083", "value": 2},{"name": "209", "value": 2},{"name": "55286", "value": 2},{"name": "399804", "value": 2},{"name": "10796", "value": 2},{"name": "132203", "value": 2},{"name": "18978", "value": 2},{"name": "203", "value": 2},{"name": "6079", "value": 2},{"name": "46573", "value": 1},{"name": "133527", "value": 1},{"name": "137443", "value": 1},{"name": "35908", "value": 1},{"name": "20473", "value": 1},{"name": "16509", "value": 1},{"name": "20055", "value": 1},{"name": "400010", "value": 1},{"name": "19635", "value": 1},{"name": "21859", "value": 1},{"name": "20141", "value": 1},{"name": "19108", "value": 1},{"name": "30036", "value": 1},{"name": "29302", "value": 1},{"name": "19689", "value": 1},{"name": "53449", "value": 1},{"name": "23470", "value": 1},{"name": "211252", "value": 1},{"name": "6389", "value": 1},{"name": "40021", "value": 1},{"name": "13977", "value": 1},{"name": "33544", "value": 1},{"name": "396073", "value": 1},{"name": "27257", "value": 1},{"name": "27640", "value": 1},{"name": "55081", "value": 1},{"name": "11404", "value": 1},{"name": "26496", "value": 1},{"name": "14929", "value": 1},{"name": "139330", "value": 1},{"name": "22552", "value": 1},{"name": "18494", "value": 1},{"name": "33003", "value": 1},{"name": "11426", "value": 1},{"name": "149769", "value": 1},{"name": "33182", "value": 1},{"name": "11042", "value": 1},{"name": "16591", "value": 1},{"name": "17139", "value": 1},{"name": "6300", "value": 1},{"name": "1246", "value": 1},{"name": "25820", "value": 1},{"name": "14576", "value": 1}
]
},
{
"country": "China",
"attacks": 1155,
"subData": [
{"name": "4134", "value": 277},{"name": "4837", "value": 204},{"name": "45090", "value": 127},{"name": "37963", "value": 122},{"name": "56046", "value": 87},{"name": "9808", "value": 46},{"name": "4808", "value": 39},{"name": "38365", "value": 38},{"name": "4812", "value": 30},{"name": "58461", "value": 21},{"name": "4847", "value": 14},{"name": "134768", "value": 13},{"name": "17621", "value": 11},{"name": "23724", "value": 9},{"name": "24444", "value": 8},{"name": "4811", "value": 8},{"name": "56048", "value": 5},{"name": "133774", "value": 5},{"name": "55990", "value": 5},{"name": "24547", "value": 4},{"name": "55933", "value": 4},{"name": "56041", "value": 4},{"name": "17964", "value": 3},{"name": "139080", "value": 3},{"name": "134762", "value": 3},{"name": "56044", "value": 3},{"name": "58541", "value": 3},{"name": "59019", "value": 3},{"name": "59078", "value": 3},{"name": "24445", "value": 3},{"name": "58519", "value": 3},{"name": "45062", "value": 3},{"name": "4816", "value": 3},{"name": "139007", "value": 2},{"name": "4835", "value": 2},{"name": "56040", "value": 2},{"name": "38283", "value": 2},{"name": "55994", "value": 2},{"name": "138421", "value": 2},{"name": "45061", "value": 2},{"name": "132525", "value": 1},{"name": "59037", "value": 1},{"name": "134765", "value": 1},{"name": "38019", "value": 1},{"name": "24400", "value": 1},{"name": "9929", "value": 1},{"name": "63646", "value": 1},{"name": "17623", "value": 1},{"name": "134420", "value": 1},{"name": "58563", "value": 1},{"name": "59029", "value": 1},{"name": "133118", "value": 1},{"name": "56042", "value": 1},{"name": "17968", "value": 1},{"name": "134774", "value": 1},{"name": "137693", "value": 1},{"name": "134756", "value": 1},{"name": "38372", "value": 1},{"name": "140292", "value": 1},{"name": "137691", "value": 1},{"name": "140061", "value": 1},{"name": "136190", "value": 1},{"name": "17775", "value": 1},{"name": "138950", "value": 1},{"name": "24138", "value": 1},{"name": "58593", "value": 1},{"name": "17816", "value": 1}
]
},
{
"country": "Germany",
"attacks": 282,
"subData": [
{"name": "47154", "value": 157},{"name": "399471", "value": 27},{"name": "51167", "value": 25},{"name": "24940", "value": 20},{"name": "14061", "value": 18},{"name": "24961", "value": 8},{"name": "3320", "value": 5},{"name": "8075", "value": 5},{"name": "8560", "value": 4},{"name": "3209", "value": 4},{"name": "8220", "value": 2},{"name": "205100", "value": 1},{"name": "9009", "value": 1},{"name": "20676", "value": 1},{"name": "48314", "value": 1},{"name": "208294", "value": 1},{"name": "30823", "value": 1},{"name": "42777", "value": 1}
]
},
{
"country": "France",
"attacks": 272,
"subData": [
{"name": "12876", "value": 204},{"name": "29066", "value": 27},{"name": "16276", "value": 26},{"name": "12322", "value": 5},{"name": "3215", "value": 4},{"name": "49434", "value": 3},{"name": "209966", "value": 2},{"name": "5410", "value": 1}
]
},
{
"country": "Netherlands",
"attacks": 197,
"subData": [
{"name": "51447", "value": 56},{"name": "14061", "value": 32},{"name": "12876", "value": 28},{"name": "48090", "value": 21},{"name": "202425", "value": 17},{"name": "50673", "value": 11},{"name": "399471", "value": 10},{"name": "213371", "value": 4},{"name": "43350", "value": 4},{"name": "60631", "value": 3},{"name": "40676", "value": 3},{"name": "174", "value": 2},{"name": "211895", "value": 2},{"name": "211252", "value": 1},{"name": "15435", "value": 1},{"name": "21859", "value": 1},{"name": "8075", "value": 1}
]
},
{
"country": "Romania",
"attacks": 194,
"subData": [
{"name": "47890", "value": 190},{"name": "3223", "value": 2},{"name": "39531", "value": 1},{"name": "48161", "value": 1}
]
},
{
"country": "South_Korea",
"attacks": 187,
"subData": [
{"name": "9318", "value": 64},{"name": "4766", "value": 61},{"name": "3786", "value": 18},{"name": "17858", "value": 7},{"name": "17853", "value": 5},{"name": "9946", "value": 4},{"name": "9976", "value": 4},{"name": "7562", "value": 3},{"name": "4670", "value": 3},{"name": "9762", "value": 3},{"name": "16509", "value": 2},{"name": "139070", "value": 2},{"name": "31898", "value": 2},{"name": "38121", "value": 1},{"name": "23563", "value": 1},{"name": "23584", "value": 1},{"name": "10066", "value": 1},{"name": "38700", "value": 1},{"name": "8075", "value": 1},{"name": "10054", "value": 1},{"name": "9952", "value": 1},{"name": "9845", "value": 1}
]
},
{
"country": "Vietnam",
"attacks": 152,
"subData": [
{"name": "24086", "value": 42},{"name": "7552", "value": 41},{"name": "135905", "value": 20},{"name": "18403", "value": 18},{"name": "45899", "value": 16},{"name": "135967", "value": 7},{"name": "38731", "value": 3},{"name": "45903", "value": 1},{"name": "135987", "value": 1},{"name": "140803", "value": 1},{"name": "24088", "value": 1},{"name": "7602", "value": 1}
]
},
{
"country": "Russia",
"attacks": 148,
"subData": [
{"name": "12389", "value": 33},{"name": "197068", "value": 27},{"name": "49505", "value": 18},{"name": "12714", "value": 4},{"name": "44257", "value": 4},{"name": "8359", "value": 3},{"name": "43302", "value": 3},{"name": "24955", "value": 3},{"name": "57523", "value": 3},{"name": "8402", "value": 2},{"name": "3216", "value": 2},{"name": "31200", "value": 2},{"name": "8732", "value": 2},{"name": "30922", "value": 2},{"name": "204997", "value": 2},{"name": "204752", "value": 2},{"name": "34665", "value": 2},{"name": "41754", "value": 1},{"name": "52015", "value": 1},{"name": "8492", "value": 1},{"name": "28890", "value": 1},{"name": "43660", "value": 1},{"name": "197695", "value": 1},{"name": "33991", "value": 1},{"name": "34550", "value": 1},{"name": "48209", "value": 1},{"name": "49124", "value": 1},{"name": "57918", "value": 1},{"name": "196798", "value": 1},{"name": "57181", "value": 1},{"name": "20485", "value": 1},{"name": "59595", "value": 1},{"name": "132203", "value": 1},{"name": "5563", "value": 1},{"name": "48642", "value": 1},{"name": "29053", "value": 1},{"name": "31430", "value": 1},{"name": "31214", "value": 1},{"name": "51042", "value": 1},{"name": "8371", "value": 1},{"name": "43991", "value": 1},{"name": "50473", "value": 1},{"name": "56791", "value": 1},{"name": "211282", "value": 1},{"name": "42260", "value": 1},{"name": "198056", "value": 1},{"name": "8439", "value": 1},{"name": "29124", "value": 1},{"name": "57044", "value": 1},{"name": "12768", "value": 1},{"name": "43667", "value": 1}
]
},
{
"country": "India",
"attacks": 112,
"subData": [
{"name": "14061", "value": 26},{"name": "9829", "value": 13},{"name": "55836", "value": 12},{"name": "24309", "value": 5},{"name": "24560", "value": 3},{"name": "17813", "value": 3},{"name": "17488", "value": 3},{"name": "9498", "value": 3},{"name": "4755", "value": 2},{"name": "17483", "value": 2},{"name": "23860", "value": 2},{"name": "134032", "value": 2},{"name": "138275", "value": 2},{"name": "17465", "value": 1},{"name": "134946", "value": 1},{"name": "133647", "value": 1},{"name": "18229", "value": 1},{"name": "136946", "value": 1},{"name": "133676", "value": 1},{"name": "132116", "value": 1},{"name": "137125", "value": 1},{"name": "133279", "value": 1},{"name": "18209", "value": 1},{"name": "135834", "value": 1},{"name": "45820", "value": 1},{"name": "45528", "value": 1},{"name": "134884", "value": 1},{"name": "132519", "value": 1},{"name": "17439", "value": 1},{"name": "138737", "value": 1},{"name": "18002", "value": 1},{"name": "45775", "value": 1},{"name": "134319", "value": 1},{"name": "45433", "value": 1},{"name": "55507", "value": 1},{"name": "137653", "value": 1},{"name": "138221", "value": 1},{"name": "135266", "value": 1},{"name": "134316", "value": 1},{"name": "135872", "value": 1},{"name": "45184", "value": 1},{"name": "133707", "value": 1},{"name": "135861", "value": 1},{"name": "138798", "value": 1},{"name": "134040", "value": 1},{"name": "134254", "value": 1},{"name": "16509", "value": 1}
]
},
{
"country": "Brazil",
"attacks": 107,
"subData": [
{"name": "263880", "value": 12},{"name": "28573", "value": 6},{"name": "27699", "value": 5},{"name": "269663", "value": 5},{"name": "269700", "value": 4},{"name": "53006", "value": 3},{"name": "264159", "value": 3},{"name": "262391", "value": 3},{"name": "7738", "value": 3},{"name": "262566", "value": 2},{"name": "64102", "value": 2},{"name": "268573", "value": 2},{"name": "28220", "value": 2},{"name": "262755", "value": 2},{"name": "8167", "value": 2},{"name": "270609", "value": 2},{"name": "28647", "value": 2},{"name": "266624", "value": 2},{"name": "16735", "value": 2},{"name": "28636", "value": 1},{"name": "268413", "value": 1},{"name": "263424", "value": 1},{"name": "263336", "value": 1},{"name": "262542", "value": 1},{"name": "61757", "value": 1},{"name": "268966", "value": 1},{"name": "264417", "value": 1},{"name": "270704", "value": 1},{"name": "10429", "value": 1},{"name": "262595", "value": 1},{"name": "28352", "value": 1},{"name": "262544", "value": 1},{"name": "265272", "value": 1},{"name": "61741", "value": 1},{"name": "21574", "value": 1},{"name": "10670", "value": 1},{"name": "269195", "value": 1},{"name": "262758", "value": 1},{"name": "28241", "value": 1},{"name": "264573", "value": 1},{"name": "18881", "value": 1},{"name": "28198", "value": 1},{"name": "22085", "value": 1},{"name": "28572", "value": 1},{"name": "268155", "value": 1},{"name": "265459", "value": 1},{"name": "53231", "value": 1},{"name": "17222", "value": 1},{"name": "262893", "value": 1},{"name": "262296", "value": 1},{"name": "28300", "value": 1},{"name": "262809", "value": 1},{"name": "263994", "value": 1},{"name": "265019", "value": 1},{"name": "266356", "value": 1},{"name": "52995", "value": 1},{"name": "262387", "value": 1},{"name": "266329", "value": 1},{"name": "28359", "value": 1},{"name": "263672", "value": 1},{"name": "262807", "value": 1},{"name": "265911", "value": 1}
]
},
{
"country": "Hong_Kong",
"attacks": 86,
"subData": [
{"name": "396982", "value": 25},{"name": "57523", "value": 17},{"name": "201814", "value": 13},{"name": "55933", "value": 5},{"name": "133929", "value": 4},{"name": "132203", "value": 3},{"name": "131685", "value": 3},{"name": "64050", "value": 2},{"name": "9381", "value": 2},{"name": "138152", "value": 1},{"name": "4760", "value": 1},{"name": "133201", "value": 1},{"name": "7540", "value": 1},{"name": "138195", "value": 1},{"name": "45187", "value": 1},{"name": "38277", "value": 1},{"name": "9304", "value": 1},{"name": "136209", "value": 1},{"name": "134687", "value": 1},{"name": "141167", "value": 1},{"name": "45102", "value": 1}
]
},
{
"country": "United_Kingdom",
"attacks": 85,
"subData": [
{"name": "16276", "value": 38},{"name": "20860", "value": 17},{"name": "2856", "value": 4},{"name": "202425", "value": 3},{"name": "51043", "value": 2},{"name": "5607", "value": 2},{"name": "35228", "value": 2},{"name": "396982", "value": 2},{"name": "16509", "value": 2},{"name": "13285", "value": 2},{"name": "55933", "value": 2},{"name": "12576", "value": 1},{"name": "8075", "value": 1},{"name": "45102", "value": 1},{"name": "5413", "value": 1},{"name": "9105", "value": 1},{"name": "5631", "value": 1},{"name": "14061", "value": 1},{"name": "13213", "value": 1},{"name": "5089", "value": 1}
]
},
{
"country": "Taiwan",
"attacks": 74,
"subData": [
{"name": "3462", "value": 52},{"name": "9919", "value": 4},{"name": "9924", "value": 3},{"name": "18049", "value": 3},{"name": "131596", "value": 3},{"name": "9416", "value": 2},{"name": "4780", "value": 2},{"name": "17421", "value": 1},{"name": "131628", "value": 1},{"name": "131627", "value": 1},{"name": "17809", "value": 1},{"name": "396982", "value": 1}
]
},
{
"country": "Canada",
"attacks": 61,
"subData": [
{"name": "32613", "value": 17},{"name": "16276", "value": 14},{"name": "8075", "value": 11},{"name": "63949", "value": 9},{"name": "6327", "value": 3},{"name": "577", "value": 2},{"name": "852", "value": 1},{"name": "5769", "value": 1},{"name": "5645", "value": 1},{"name": "11290", "value": 1},{"name": "14061", "value": 1}
]
},
{
"country": "Singapore",
"attacks": 52,
"subData": [
{"name": "134963", "value": 19},{"name": "14061", "value": 15},{"name": "63949", "value": 8},{"name": "9506", "value": 3},{"name": "64050", "value": 2},{"name": "8075", "value": 1},{"name": "55430", "value": 1},{"name": "4657", "value": 1},{"name": "45102", "value": 1},{"name": "132203", "value": 1}
]
},
{
"country": "Iran",
"attacks": 47,
"subData": [
{"name": "58224", "value": 11},{"name": "49100", "value": 5},{"name": "24631", "value": 4},{"name": "43754", "value": 3},{"name": "39501", "value": 3},{"name": "200645", "value": 3},{"name": "202391", "value": 3},{"name": "43395", "value": 2},{"name": "16322", "value": 2},{"name": "31549", "value": 2},{"name": "39074", "value": 1},{"name": "204813", "value": 1},{"name": "44375", "value": 1},{"name": "57563", "value": 1},{"name": "204834", "value": 1},{"name": "44208", "value": 1},{"name": "201295", "value": 1},{"name": "48359", "value": 1},{"name": "25184", "value": 1}
]
},
{
"country": "Belgium",
"attacks": 38,
"subData": [
{"name": "396982", "value": 29},{"name": "5432", "value": 4},{"name": "15169", "value": 3},{"name": "208099", "value": 1},{"name": "6848", "value": 1}
]
},
{
"country": "Mexico",
"attacks": 34,
"subData": [
{"name": "8151", "value": 26},{"name": "18734", "value": 2},{"name": "6503", "value": 1},{"name": "28438", "value": 1},{"name": "17072", "value": 1},{"name": "16960", "value": 1},{"name": "28555", "value": 1},{"name": "28506", "value": 1}
]
},
{
"country": "Ukraine",
"attacks": 29,
"subData": [
{"name": "47598", "value": 2},{"name": "3255", "value": 2},{"name": "6849", "value": 2},{"name": "21310", "value": 1},{"name": "15377", "value": 1},{"name": "48278", "value": 1},{"name": "45025", "value": 1},{"name": "12593", "value": 1},{"name": "41161", "value": 1},{"name": "12998", "value": 1},{"name": "51937", "value": 1},{"name": "57033", "value": 1},{"name": "39608", "value": 1},{"name": "13188", "value": 1},{"name": "42512", "value": 1},{"name": "6876", "value": 1},{"name": "34743", "value": 1},{"name": "35816", "value": 1},{"name": "15895", "value": 1},{"name": "34180", "value": 1},{"name": "200357", "value": 1},{"name": "204929", "value": 1},{"name": "34251", "value": 1},{"name": "6703", "value": 1},{"name": "34700", "value": 1},{"name": "39065", "value": 1}
]
},
{
"country": "Italy",
"attacks": 29,
"subData": [
{"name": "3269", "value": 8},{"name": "12874", "value": 6},{"name": "30722", "value": 5},{"name": "8612", "value": 3},{"name": "1267", "value": 2},{"name": "200148", "value": 2},{"name": "35612", "value": 1},{"name": "34695", "value": 1},{"name": "49979", "value": 1}
]
},
{
"country": "Indonesia",
"attacks": 28,
"subData": [
{"name": "7713", "value": 10},{"name": "9905", "value": 4},{"name": "132203", "value": 2},{"name": "17451", "value": 2},{"name": "17769", "value": 2},{"name": "131724", "value": 2},{"name": "141916", "value": 1},{"name": "17995", "value": 1},{"name": "23951", "value": 1},{"name": "45102", "value": 1},{"name": "9341", "value": 1},{"name": "4761", "value": 1}
]
},
{
"country": "Poland",
"attacks": 24,
"subData": [
{"name": "205727", "value": 9},{"name": "197226", "value": 8},{"name": "5617", "value": 2},{"name": "35191", "value": 1},{"name": "6830", "value": 1},{"name": "2590", "value": 1},{"name": "201725", "value": 1},{"name": "56783", "value": 1}
]
},
{
"country": "Egypt",
"attacks": 24,
"subData": [
{"name": "8452", "value": 21},{"name": "24835", "value": 1},{"name": "24863", "value": 1},{"name": "36992", "value": 1}
]
},
{
"country": "Turkey",
"attacks": 22,
"subData": [
{"name": "9121", "value": 10},{"name": "47331", "value": 6},{"name": "61345", "value": 1},{"name": "56582", "value": 1},{"name": "34296", "value": 1},{"name": "29262", "value": 1},{"name": "209371", "value": 1},{"name": "8386", "value": 1}
]
},
{
"country": "Dominican_Republic",
"attacks": 22,
"subData": [
{"name": "27887", "value": 20},{"name": "6400", "value": 2}
]
},
{
"country": "Thailand",
"attacks": 18,
"subData": [
{"name": "131090", "value": 6},{"name": "45758", "value": 4},{"name": "24328", "value": 3},{"name": "23969", "value": 3},{"name": "9891", "value": 1},{"name": "131293", "value": 1}
]
},
{
"country": "Spain",
"attacks": 17,
"subData": [
{"name": "29119", "value": 3},{"name": "3352", "value": 2},{"name": "42612", "value": 2},{"name": "6739", "value": 2},{"name": "15704", "value": 2},{"name": "12430", "value": 2},{"name": "35699", "value": 1},{"name": "205537", "value": 1},{"name": "206866", "value": 1},{"name": "15915", "value": 1}
]
},
{
"country": "Japan",
"attacks": 15,
"subData": [
{"name": "63199", "value": 2},{"name": "2514", "value": 1},{"name": "9351", "value": 1},{"name": "9354", "value": 1},{"name": "8075", "value": 1},{"name": "132203", "value": 1},{"name": "17676", "value": 1},{"name": "4637", "value": 1},{"name": "16509", "value": 1},{"name": "58519", "value": 1},{"name": "17506", "value": 1},{"name": "2516", "value": 1},{"name": "17511", "value": 1},{"name": "9824", "value": 1}
]
},
{
"country": "Australia",
"attacks": 14,
"subData": [
{"name": "36351", "value": 5},{"name": "1221", "value": 2},{"name": "7545", "value": 2},{"name": "4802", "value": 1},{"name": "7600", "value": 1},{"name": "38195", "value": 1},{"name": "4804", "value": 1},{"name": "8075", "value": 1}
]
},
{
"country": "Estonia",
"attacks": 14,
"subData": [
{"name": "213010", "value": 14}
]
},
{
"country": "Sweden",
"attacks": 14,
"subData": [
{"name": "45011", "value": 3},{"name": "42708", "value": 2},{"name": "1257", "value": 2},{"name": "41281", "value": 2},{"name": "16509", "value": 1},{"name": "3301", "value": 1},{"name": "8075", "value": 1},{"name": "8473", "value": 1},{"name": "34610", "value": 1}
]
},
{
"country": "Colombia",
"attacks": 12,
"subData": [
{"name": "14080", "value": 4},{"name": "52468", "value": 3},{"name": "13489", "value": 2},{"name": "262186", "value": 1},{"name": "267757", "value": 1},{"name": "19429", "value": 1}
]
},
{
"country": "Pakistan",
"attacks": 12,
"subData": [
{"name": "45773", "value": 3},{"name": "17557", "value": 3},{"name": "23674", "value": 2},{"name": "23888", "value": 1},{"name": "9541", "value": 1},{"name": "45669", "value": 1},{"name": "58895", "value": 1}
]
},
{
"country": "Switzerland",
"attacks": 11,
"subData": [
{"name": "51852", "value": 5},{"name": "39782", "value": 4},{"name": "3303", "value": 1},{"name": "41549", "value": 1}
]
},
{
"country": "Malaysia",
"attacks": 11,
"subData": [
{"name": "4788", "value": 8},{"name": "18206", "value": 1},{"name": "9534", "value": 1},{"name": "55720", "value": 1}
]
},
{
"country": "Argentina",
"attacks": 10,
"subData": [
{"name": "7303", "value": 6},{"name": "4270", "value": 1},{"name": "19037", "value": 1},{"name": "265679", "value": 1},{"name": "22927", "value": 1}
]
},
{
"country": "Israel",
"attacks": 10,
"subData": [
{"name": "8551", "value": 7},{"name": "16116", "value": 1},{"name": "50463", "value": 1},{"name": "1680", "value": 1}
]
},
{
"country": "Bulgaria",
"attacks": 10,
"subData": [
{"name": "200391", "value": 5},{"name": "8866", "value": 2},{"name": "198576", "value": 1},{"name": "43205", "value": 1},{"name": "29580", "value": 1}
]
},
{
"country": "Bangladesh",
"attacks": 9,
"subData": [
{"name": "63526", "value": 2},{"name": "23688", "value": 1},{"name": "24323", "value": 1},{"name": "56054", "value": 1},{"name": "23956", "value": 1},{"name": "9230", "value": 1},{"name": "38026", "value": 1},{"name": "45766", "value": 1}
]
},
{
"country": "Ecuador",
"attacks": 9,
"subData": [
{"name": "27947", "value": 3},{"name": "27668", "value": 2},{"name": "265657", "value": 2},{"name": "22724", "value": 1},{"name": "14522", "value": 1}
]
},
{
"country": "Nigeria",
"attacks": 8,
"subData": [
{"name": "16284", "value": 7},{"name": "36873", "value": 1}
]
},
{
"country": "Moldova",
"attacks": 8,
"subData": [
{"name": "200019", "value": 7},{"name": "25454", "value": 1}
]
},
{
"country": "South_Africa",
"attacks": 7,
"subData": [
{"name": "37053", "value": 5},{"name": "37611", "value": 2}
]
},
{
"country": "Lithuania",
"attacks": 7,
"subData": [
{"name": "16125", "value": 6},{"name": "39007", "value": 1}
]
},
{
"country": "United_Arab_Emirates",
"attacks": 7,
"subData": [
{"name": "36351", "value": 5},{"name": "5384", "value": 2}
]
},
{
"country": "Latvia",
"attacks": 7,
"subData": [
{"name": "12578", "value": 3},{"name": "20910", "value": 2},{"name": "43877", "value": 1},{"name": "34001", "value": 1}
]
},
{
"country": "Peru",
"attacks": 7,
"subData": [
{"name": "6147", "value": 3},{"name": "27843", "value": 2},{"name": "19180", "value": 2}
]
},
{
"country": "Tunisia",
"attacks": 5,
"subData": [
{"name": "37705", "value": 5}
]
},
{
"country": "Chile",
"attacks": 5,
"subData": [
{"name": "16629", "value": 2},{"name": "15311", "value": 2},{"name": "27651", "value": 1}
]
},
{
"country": "Saudi_Arabia",
"attacks": 5,
"subData": [
{"name": "25019", "value": 3},{"name": "29255", "value": 1},{"name": "35819", "value": 1}
]
},
{
"country": "Belarus",
"attacks": 5,
"subData": [
{"name": "25106", "value": 4},{"name": "42772", "value": 1}
]
},
{
"country": "Ethiopia",
"attacks": 4,
"subData": [
{"name": "24757", "value": 4}
]
},
{
"country": "Norway",
"attacks": 4,
"subData": [
{"name": "41164", "value": 2},{"name": "29695", "value": 1},{"name": "8542", "value": 1}
]
},
{
"country": "Panama",
"attacks": 3,
"subData": [
{"name": "21599", "value": 2},{"name": "27796", "value": 1}
]
},
{
"country": "Kazakhstan",
"attacks": 3,
"subData": [
{"name": "9198", "value": 2},{"name": "39824", "value": 1}
]
},
{
"country": "Czechia",
"attacks": 3,
"subData": [
{"name": "34911", "value": 2},{"name": "16019", "value": 1}
]
},
{
"country": "Portugal",
"attacks": 3,
"subData": [
{"name": "42863", "value": 1},{"name": "12353", "value": 1},{"name": "3243", "value": 1}
]
},
{
"country": "Serbia",
"attacks": 2,
"subData": [
{"name": "8400", "value": 1},{"name": "44252", "value": 1}
]
},
{
"country": "Palestine",
"attacks": 2,
"subData": [
{"name": "12975", "value": 1},{"name": "51407", "value": 1}
]
},
{
"country": "Ghana",
"attacks": 2,
"subData": [
{"name": "37350", "value": 1},{"name": "37148", "value": 1}
]
},
{
"country": "Bahrain",
"attacks": 2,
"subData": [
{"name": "5416", "value": 1},{"name": "39273", "value": 1}
]
},
{
"country": "Libya",
"attacks": 2,
"subData": [
{"name": "37566", "value": 1},{"name": "37284", "value": 1}
]
},
{
"country": "DR_Congo",
"attacks": 2,
"subData": [
{"name": "37102", "value": 2}
]
},
{
"country": "Cameroon",
"attacks": 2,
"subData": [
{"name": "15964", "value": 2}
]
},
{
"country": "Hungary",
"attacks": 2,
"subData": [
{"name": "42232", "value": 1},{"name": "20845", "value": 1}
]
},
{
"country": "Austria",
"attacks": 2,
"subData": [
{"name": "5385", "value": 1},{"name": "8437", "value": 1}
]
},
{
"country": "Senegal",
"attacks": 2,
"subData": [
{"name": "8346", "value": 2}
]
},
{
"country": "Greece",
"attacks": 2,
"subData": [
{"name": "25472", "value": 1},{"name": "3329", "value": 1}
]
},
{
"country": "Kenya",
"attacks": 2,
"subData": [
{"name": "37061", "value": 2}
]
},
{
"country": "Yemen",
"attacks": 2,
"subData": [
{"name": "30873", "value": 2}
]
},
{
"country": "Morocco",
"attacks": 2,
"subData": [
{"name": "36903", "value": 1},{"name": "6713", "value": 1}
]
},
{
"country": "Ivory_Coast",
"attacks": 2,
"subData": [
{"name": "29571", "value": 2}
]
},
{
"country": "Réunion",
"attacks": 2,
"subData": [
{"name": "37002", "value": 2}
]
},
{
"country": "Lebanon",
"attacks": 2,
"subData": [
{"name": "42003", "value": 2}
]
},
{
"country": "Tanzania",
"attacks": 1,
"subData": [
{"name": "33765", "value": 1}
]
},
{
"country": "Bosnia_and_Herzegovina",
"attacks": 1,
"subData": [
{"name": "42571", "value": 1}
]
},
{
"country": "Paraguay",
"attacks": 1,
"subData": [
{"name": "23201", "value": 1}
]
},
{
"country": "Algeria",
"attacks": 1,
"subData": [
{"name": "36947", "value": 1}
]
},
{
"country": "Kuwait",
"attacks": 1,
"subData": [
{"name": "9155", "value": 1}
]
},
{
"country": "North_Macedonia",
"attacks": 1,
"subData": [
{"name": "6821", "value": 1}
]
},
{
"country": "Honduras",
"attacks": 1,
"subData": [
{"name": "27923", "value": 1}
]
},
{
"country": "Trinidad_and_Tobago",
"attacks": 1,
"subData": [
{"name": "27665", "value": 1}
]
},
{
"country": "Venezuela",
"attacks": 1,
"subData": [
{"name": "8048", "value": 1}
]
},
{
"country": "Denmark",
"attacks": 1,
"subData": [
{"name": "9158", "value": 1}
]
},
{
"country": "Philippines",
"attacks": 1,
"subData": [
{"name": "9299", "value": 1}
]
},
{
"country": "Tajikistan",
"attacks": 1,
"subData": [
{"name": "8847", "value": 1}
]
},
{
"country": "Mongolia",
"attacks": 1,
"subData": [
{"name": "9484", "value": 1}
]
},
{
"country": "Uganda",
"attacks": 1,
"subData": [
{"name": "29039", "value": 1}
]
},
{
"country": "Jamaica",
"attacks": 1,
"subData": [
{"name": "30689", "value": 1}
]
},
{
"country": "Slovenia",
"attacks": 1,
"subData": [
{"name": "41828", "value": 1}
]
},
{
"country": "Qatar",
"attacks": 1,
"subData": [
{"name": "42298", "value": 1}
]
},
{
"country": "Georgia",
"attacks": 1,
"subData": [
{"name": "209046", "value": 1}
]
},
{
"country": "Samoa",
"attacks": 1,
"subData": [
{"name": "133747", "value": 1}
]
},
{
"country": "Niger",
"attacks": 1,
"subData": [
{"name": "37205", "value": 1}
]
},
{
"country": "Laos",
"attacks": 1,
"subData": [
{"name": "10226", "value": 1}
]
},
{
"country": "Myanmar",
"attacks": 1,
"subData": [
{"name": "136255", "value": 1}
]
},
{
"country": "Armenia",
"attacks": 1,
"subData": [
{"name": "44395", "value": 1}
]
},
{
"country": "Seychelles",
"attacks": 1,
"subData": [
{"name": "202425", "value": 1}
]
},
{
"country": "Guatemala",
"attacks": 1,
"subData": [
{"name": "23383", "value": 1}
]
},
{
"country": "Belize",
"attacks": 1,
"subData": [
{"name": "28094", "value": 1}
]
},
{
"country": "Finland",
"attacks": 1,
"subData": [
{"name": "1759", "value": 1}
]
},
{
"country": "Ireland",
"attacks": 1,
"subData": [
{"name": "8075", "value": 1}
]
},
{
"country": "Slovakia",
"attacks": 1,
"subData": [
{"name": "5578", "value": 1}
]
},
{
"country": "Angola",
"attacks": 1,
"subData": [
{"name": "36907", "value": 1}
]
},
{
"country": "Costa_Rica",
"attacks": 1,
"subData": [
{"name": "11830", "value": 1}
]
},
{
"country": "Mozambique",
"attacks": 1,
"subData": [
{"name": "25139", "value": 1}
]
},
{
"country": "Albania",
"attacks": 1,
"subData": [
{"name": "29170", "value": 1}
]
},
{
"country": "Jordan",
"attacks": 1,
"subData": [
{"name": "35656", "value": 1}
]
},
{
"country": "Burundi",
"attacks": 1,
"subData": [
{"name": "37429", "value": 1}
]
},
{
"country": "Iceland",
"attacks": 1,
"subData": [
{"name": "12969", "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": "China",
"attacks": 95,
"asns": 19
},
{
"country": "Poland",
"attacks": 2,
"asns": 2
},
{
"country": "Vietnam",
"attacks": 42,
"asns": 7
},
{
"country": "Germany",
"attacks": 11,
"asns": 4
},
{
"country": "Finland",
"attacks": 1,
"asns": 1
},
{
"country": "United States",
"attacks": 34,
"asns": 20
},
{
"country": "Netherlands",
"attacks": 21,
"asns": 4
},
{
"country": "Chile",
"attacks": 1,
"asns": 1
},
{
"country": "Belgium",
"attacks": 3,
"asns": 1
},
{
"country": "Austria",
"attacks": 1,
"asns": 1
},
{
"country": "United Kingdom",
"attacks": 2,
"asns": 2
},
{
"country": "Indonesia",
"attacks": 7,
"asns": 5
},
{
"country": "Brazil",
"attacks": 7,
"asns": 6
},
{
"country": "Romania",
"attacks": 1,
"asns": 1
},
{
"country": "Malaysia",
"attacks": 2,
"asns": 1
},
{
"country": "Estonia",
"attacks": 2,
"asns": 1
},
{
"country": "India",
"attacks": 10,
"asns": 6
},
{
"country": "Thailand",
"attacks": 2,
"asns": 2
},
{
"country": "South Korea",
"attacks": 11,
"asns": 3
},
{
"country": "Senegal",
"attacks": 2,
"asns": 1
},
{
"country": "Australia",
"attacks": 3,
"asns": 3
},
{
"country": "Canada",
"attacks": 3,
"asns": 3
},
{
"country": "Belarus",
"attacks": 4,
"asns": 2
},
{
"country": "Mexico",
"attacks": 4,
"asns": 2
},
{
"country": "France",
"attacks": 7,
"asns": 3
},
{
"country": "Argentina",
"attacks": 3,
"asns": 2
},
{
"country": "Russia",
"attacks": 3,
"asns": 3
},
{
"country": "Spain",
"attacks": 3,
"asns": 3
},
{
"country": "Pakistan",
"attacks": 1,
"asns": 1
},
{
"country": "Japan",
"attacks": 2,
"asns": 2
},
{
"country": "Hong Kong",
"attacks": 7,
"asns": 4
},
{
"country": "Bulgaria",
"attacks": 1,
"asns": 1
},
{
"country": "Italy",
"attacks": 3,
"asns": 3
},
{
"country": "Colombia",
"attacks": 2,
"asns": 1
},
{
"country": "Norway",
"attacks": 1,
"asns": 1
},
{
"country": "Switzerland",
"attacks": 1,
"asns": 1
},
{
"country": "Ukraine",
"attacks": 2,
"asns": 2
},
{
"country": "Singapore",
"attacks": 4,
"asns": 2
},
{
"country": "Taiwan",
"attacks": 2,
"asns": 2
},
{
"country": "Sweden",
"attacks": 1,
"asns": 1
},
{
"country": "Réunion",
"attacks": 1,
"asns": 1
},
{
"country": "Ivory Coast",
"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]" +
317 + "[/]";
});
</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": 53,
"asns": 14
},
{
"country": "Netherlands",
"attacks": 10,
"asns": 6
},
{
"country": "Vietnam",
"attacks": 3,
"asns": 2
},
{
"country": "China",
"attacks": 3,
"asns": 2
},
{
"country": "Moldova",
"attacks": 1,
"asns": 1
},
{
"country": "France",
"attacks": 1,
"asns": 1
},
{
"country": "Germany",
"attacks": 6,
"asns": 4
},
{
"country": "Russia",
"attacks": 1,
"asns": 1
},
{
"country": "Switzerland",
"attacks": 2,
"asns": 2
},
{
"country": "Singapore",
"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]" +
81 + "[/]";
});
</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": 94,
"asns": 23
},
{
"country": "United Kingdom",
"attacks": 5,
"asns": 4
},
{
"country": "France",
"attacks": 23,
"asns": 3
},
{
"country": "Hong Kong",
"attacks": 2,
"asns": 2
},
{
"country": "China",
"attacks": 6,
"asns": 3
},
{
"country": "Romania",
"attacks": 10,
"asns": 1
},
{
"country": "Germany",
"attacks": 19,
"asns": 7
},
{
"country": "Lithuania",
"attacks": 3,
"asns": 1
},
{
"country": "Canada",
"attacks": 5,
"asns": 3
},
{
"country": "India",
"attacks": 2,
"asns": 2
},
{
"country": "Poland",
"attacks": 1,
"asns": 1
},
{
"country": "Colombia",
"attacks": 1,
"asns": 1
},
{
"country": "Russia",
"attacks": 2,
"asns": 2
},
{
"country": "Palestine",
"attacks": 1,
"asns": 1
},
{
"country": "Netherlands",
"attacks": 8,
"asns": 6
},
{
"country": "South Korea",
"attacks": 1,
"asns": 1
},
{
"country": "Ireland",
"attacks": 1,
"asns": 1
},
{
"country": "South Africa",
"attacks": 1,
"asns": 1
},
{
"country": "Nigeria",
"attacks": 1,
"asns": 1
},
{
"country": "Indonesia",
"attacks": 1,
"asns": 1
},
{
"country": "Japan",
"attacks": 1,
"asns": 1
},
{
"country": "Vietnam",
"attacks": 1,
"asns": 1
},
{
"country": "Singapore",
"attacks": 1,
"asns": 1
},
];
var pieSeries = sipchart.series.push(new am4charts.PieSeries());
pieSeries.dataFields.value = "attacks";
pieSeries.dataFields.category = "country";
pieSeries.slices.template.strokeWidth = 1;
pieSeries.slices.template.strokeOpacity = 1;
pieSeries.labels.template.disabled = true;
pieSeries.ticks.template.disabled = true;
var pieSeries2 = sipchart.series.push(new am4charts.PieSeries());
pieSeries2.dataFields.value = "asns";
pieSeries2.dataFields.category = "country";
pieSeries2.slices.template.strokeWidth = 1;
pieSeries2.slices.template.strokeOpacity = 1;
var label = sipchart.seriesContainer.createChild(am4core.Label);
label.textAlign = "middle";
label.horizontalCenter = "middle";
label.verticalCenter = "middle";
label.adapter.add("text", function(text, target) {
return "[font-size:18px]sip[/]:\n[bold font-size:30px]" +
198 + "[/]";
});
</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": 214,
"asns": 22
},
{
"country": "Netherlands",
"attacks": 6,
"asns": 4
},
{
"country": "Hong Kong",
"attacks": 20,
"asns": 1
},
{
"country": "Belgium",
"attacks": 18,
"asns": 1
},
{
"country": "United Kingdom",
"attacks": 2,
"asns": 1
},
{
"country": "Canada",
"attacks": 1,
"asns": 1
},
{
"country": "Singapore",
"attacks": 3,
"asns": 3
},
{
"country": "China",
"attacks": 6,
"asns": 5
},
{
"country": "Australia",
"attacks": 3,
"asns": 1
},
{
"country": "France",
"attacks": 1,
"asns": 1
},
{
"country": "Russia",
"attacks": 2,
"asns": 2
},
{
"country": "Germany",
"attacks": 2,
"asns": 2
},
{
"country": "United Arab Emirates",
"attacks": 4,
"asns": 1
},
{
"country": "Indonesia",
"attacks": 1,
"asns": 1
},
{
"country": "Israel",
"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]" +
284 + "[/]";
});
</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": "Hong Kong",
"attacks": 8,
"asns": 6
},
{
"country": "Taiwan",
"attacks": 55,
"asns": 8
},
{
"country": "South Korea",
"attacks": 113,
"asns": 14
},
{
"country": "Russia",
"attacks": 61,
"asns": 27
},
{
"country": "China",
"attacks": 150,
"asns": 25
},
{
"country": "United States",
"attacks": 198,
"asns": 40
},
{
"country": "Singapore",
"attacks": 3,
"asns": 3
},
{
"country": "Brazil",
"attacks": 65,
"asns": 39
},
{
"country": "Vietnam",
"attacks": 8,
"asns": 4
},
{
"country": "Egypt",
"attacks": 10,
"asns": 1
},
{
"country": "India",
"attacks": 38,
"asns": 28
},
{
"country": "Italy",
"attacks": 21,
"asns": 9
},
{
"country": "Denmark",
"attacks": 1,
"asns": 1
},
{
"country": "Ukraine",
"attacks": 17,
"asns": 16
},
{
"country": "Mexico",
"attacks": 8,
"asns": 2
},
{
"country": "Iran",
"attacks": 18,
"asns": 9
},
{
"country": "Armenia",
"attacks": 1,
"asns": 1
},
{
"country": "Dominican Republic",
"attacks": 21,
"asns": 2
},
{
"country": "Germany",
"attacks": 10,
"asns": 7
},
{
"country": "United Kingdom",
"attacks": 15,
"asns": 10
},
{
"country": "Turkey",
"attacks": 16,
"asns": 5
},
{
"country": "Netherlands",
"attacks": 4,
"asns": 3
},
{
"country": "Belgium",
"attacks": 3,
"asns": 3
},
{
"country": "Poland",
"attacks": 6,
"asns": 5
},
{
"country": "Spain",
"attacks": 12,
"asns": 8
},
{
"country": "Lebanon",
"attacks": 2,
"asns": 1
},
{
"country": "North Macedonia",
"attacks": 1,
"asns": 1
},
{
"country": "Canada",
"attacks": 6,
"asns": 6
},
{
"country": "Panama",
"attacks": 2,
"asns": 2
},
{
"country": "Japan",
"attacks": 7,
"asns": 7
},
{
"country": "Paraguay",
"attacks": 1,
"asns": 1
},
{
"country": "Thailand",
"attacks": 8,
"asns": 3
},
{
"country": "Costa Rica",
"attacks": 1,
"asns": 1
},
{
"country": "Indonesia",
"attacks": 6,
"asns": 3
},
{
"country": "Philippines",
"attacks": 1,
"asns": 1
},
{
"country": "Norway",
"attacks": 3,
"asns": 2
},
{
"country": "Palestine",
"attacks": 1,
"asns": 1
},
{
"country": "Greece",
"attacks": 2,
"asns": 2
},
{
"country": "Malaysia",
"attacks": 4,
"asns": 2
},
{
"country": "Israel",
"attacks": 8,
"asns": 3
},
{
"country": "Latvia",
"attacks": 6,
"asns": 4
},
{
"country": "France",
"attacks": 3,
"asns": 2
},
{
"country": "Australia",
"attacks": 4,
"asns": 3
},
{
"country": "Ecuador",
"attacks": 1,
"asns": 1
},
{
"country": "Serbia",
"attacks": 1,
"asns": 1
},
{
"country": "Kenya",
"attacks": 2,
"asns": 1
},
{
"country": "Lithuania",
"attacks": 1,
"asns": 1
},
{
"country": "Argentina",
"attacks": 5,
"asns": 3
},
{
"country": "Colombia",
"attacks": 2,
"asns": 2
},
{
"country": "Pakistan",
"attacks": 2,
"asns": 2
},
{
"country": "Honduras",
"attacks": 1,
"asns": 1
},
{
"country": "South Africa",
"attacks": 2,
"asns": 1
},
{
"country": "Sweden",
"attacks": 7,
"asns": 6
},
{
"country": "Venezuela",
"attacks": 1,
"asns": 1
},
{
"country": "Ethiopia",
"attacks": 3,
"asns": 1
},
{
"country": "Romania",
"attacks": 2,
"asns": 2
},
{
"country": "Bulgaria",
"attacks": 1,
"asns": 1
},
{
"country": "Jamaica",
"attacks": 1,
"asns": 1
},
{
"country": "Chile",
"attacks": 1,
"asns": 1
},
{
"country": "Czechia",
"attacks": 2,
"asns": 1
},
{
"country": "Bangladesh",
"attacks": 2,
"asns": 2
},
{
"country": "Slovakia",
"attacks": 1,
"asns": 1
},
{
"country": "Austria",
"attacks": 1,
"asns": 1
},
{
"country": "Switzerland",
"attacks": 1,
"asns": 1
},
{
"country": "Portugal",
"attacks": 1,
"asns": 1
},
{
"country": "Réunion",
"attacks": 1,
"asns": 1
},
{
"country": "Tunisia",
"attacks": 2,
"asns": 1
},
{
"country": "Kazakhstan",
"attacks": 1,
"asns": 1
},
{
"country": "Hungary",
"attacks": 1,
"asns": 1
},
{
"country": "Bahrain",
"attacks": 1,
"asns": 1
},
{
"country": "Nigeria",
"attacks": 1,
"asns": 1
},
{
"country": "Morocco",
"attacks": 1,
"asns": 1
},
{
"country": "Bosnia and Herzegovina",
"attacks": 1,
"asns": 1
},
{
"country": "Iceland",
"attacks": 1,
"asns": 1
},
{
"country": "Cameroon",
"attacks": 1,
"asns": 1
},
{
"country": "Burundi",
"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]" +
987 + "[/]";
});
</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": "Argentina",
"attacks": 2,
"asns": 2
},
{
"country": "China",
"attacks": 303,
"asns": 44
},
{
"country": "Saudi Arabia",
"attacks": 5,
"asns": 3
},
{
"country": "South Korea",
"attacks": 37,
"asns": 7
},
{
"country": "Mexico",
"attacks": 20,
"asns": 7
},
{
"country": "United States",
"attacks": 30,
"asns": 23
},
{
"country": "Indonesia",
"attacks": 10,
"asns": 6
},
{
"country": "Tunisia",
"attacks": 2,
"asns": 1
},
{
"country": "Vietnam",
"attacks": 16,
"asns": 6
},
{
"country": "Peru",
"attacks": 4,
"asns": 3
},
{
"country": "Iran",
"attacks": 23,
"asns": 15
},
{
"country": "Morocco",
"attacks": 1,
"asns": 1
},
{
"country": "Australia",
"attacks": 1,
"asns": 1
},
{
"country": "Mozambique",
"attacks": 1,
"asns": 1
},
{
"country": "Germany",
"attacks": 3,
"asns": 1
},
{
"country": "India",
"attacks": 38,
"asns": 20
},
{
"country": "Yemen",
"attacks": 2,
"asns": 1
},
{
"country": "Brazil",
"attacks": 28,
"asns": 25
},
{
"country": "Egypt",
"attacks": 13,
"asns": 4
},
{
"country": "Slovenia",
"attacks": 1,
"asns": 1
},
{
"country": "Dominican Republic",
"attacks": 1,
"asns": 1
},
{
"country": "Russia",
"attacks": 23,
"asns": 19
},
{
"country": "Spain",
"attacks": 2,
"asns": 1
},
{
"country": "Japan",
"attacks": 2,
"asns": 2
},
{
"country": "Ivory Coast",
"attacks": 1,
"asns": 1
},
{
"country": "Libya",
"attacks": 2,
"asns": 2
},
{
"country": "Hong Kong",
"attacks": 11,
"asns": 8
},
{
"country": "Ecuador",
"attacks": 6,
"asns": 5
},
{
"country": "Kazakhstan",
"attacks": 2,
"asns": 1
},
{
"country": "Kuwait",
"attacks": 1,
"asns": 1
},
{
"country": "Czechia",
"attacks": 1,
"asns": 1
},
{
"country": "Ukraine",
"attacks": 9,
"asns": 9
},
{
"country": "Canada",
"attacks": 3,
"asns": 2
},
{
"country": "Georgia",
"attacks": 1,
"asns": 1
},
{
"country": "Malaysia",
"attacks": 4,
"asns": 3
},
{
"country": "France",
"attacks": 3,
"asns": 2
},
{
"country": "Singapore",
"attacks": 4,
"asns": 3
},
{
"country": "Taiwan",
"attacks": 7,
"asns": 4
},
{
"country": "Turkey",
"attacks": 5,
"asns": 4
},
{
"country": "Myanmar",
"attacks": 1,
"asns": 1
},
{
"country": "Albania",
"attacks": 1,
"asns": 1
},
{
"country": "Bangladesh",
"attacks": 7,
"asns": 6
},
{
"country": "Trinidad and Tobago",
"attacks": 1,
"asns": 1
},
{
"country": "Cameroon",
"attacks": 1,
"asns": 1
},
{
"country": "Thailand",
"attacks": 5,
"asns": 4
},
{
"country": "Pakistan",
"attacks": 8,
"asns": 5
},
{
"country": "Switzerland",
"attacks": 1,
"asns": 1
},
{
"country": "Bulgaria",
"attacks": 3,
"asns": 2
},
{
"country": "Portugal",
"attacks": 2,
"asns": 2
},
{
"country": "Belarus",
"attacks": 1,
"asns": 1
},
{
"country": "Serbia",
"attacks": 1,
"asns": 1
},
{
"country": "Guatemala",
"attacks": 1,
"asns": 1
},
{
"country": "Chile",
"attacks": 1,
"asns": 1
},
{
"country": "Italy",
"attacks": 2,
"asns": 2
},
{
"country": "United Arab Emirates",
"attacks": 2,
"asns": 1
},
{
"country": "DR Congo",
"attacks": 2,
"asns": 1
},
{
"country": "Qatar",
"attacks": 1,
"asns": 1
},
{
"country": "Algeria",
"attacks": 1,
"asns": 1
},
{
"country": "Niger",
"attacks": 1,
"asns": 1
},
{
"country": "Ghana",
"attacks": 2,
"asns": 2
},
{
"country": "Colombia",
"attacks": 5,
"asns": 5
},
{
"country": "Laos",
"attacks": 1,
"asns": 1
},
{
"country": "Belize",
"attacks": 1,
"asns": 1
},
{
"country": "Tanzania",
"attacks": 1,
"asns": 1
},
{
"country": "Uganda",
"attacks": 1,
"asns": 1
},
{
"country": "Hungary",
"attacks": 1,
"asns": 1
},
{
"country": "Israel",
"attacks": 1,
"asns": 1
},
{
"country": "Sweden",
"attacks": 1,
"asns": 1
},
{
"country": "Bahrain",
"attacks": 1,
"asns": 1
},
{
"country": "Moldova",
"attacks": 1,
"asns": 1
},
{
"country": "Ethiopia",
"attacks": 1,
"asns": 1
},
{
"country": "Tajikistan",
"attacks": 1,
"asns": 1
},
{
"country": "United Kingdom",
"attacks": 2,
"asns": 2
},
{
"country": "Jordan",
"attacks": 1,
"asns": 1
},
{
"country": "Mongolia",
"attacks": 1,
"asns": 1
},
{
"country": "Angola",
"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]" +
698 + "[/]";
});
</script>
<script>
am4core.useTheme(am4themes_animated);
var mysqlchart = am4core.create("mysqlattacks", am4charts.PieChart);
mysqlchart.startAngle = 160;
mysqlchart.endAngle = 380;
mysqlchart.innerRadius = am4core.percent(40);
mysqlchart.data = [
{
"country": "Belgium",
"attacks": 3,
"asns": 2
},
{
"country": "Bulgaria",
"attacks": 5,
"asns": 1
},
{
"country": "Romania",
"attacks": 1,
"asns": 1
},
{
"country": "United States",
"attacks": 1,
"asns": 1
},
{
"country": "India",
"attacks": 1,
"asns": 1
},
{
"country": "China",
"attacks": 1,
"asns": 1
},
];
var pieSeries = mysqlchart.series.push(new am4charts.PieSeries());
pieSeries.dataFields.value = "attacks";
pieSeries.dataFields.category = "country";
pieSeries.slices.template.strokeWidth = 1;
pieSeries.slices.template.strokeOpacity = 1;
pieSeries.labels.template.disabled = true;
pieSeries.ticks.template.disabled = true;
var pieSeries2 = mysqlchart.series.push(new am4charts.PieSeries());
pieSeries2.dataFields.value = "asns";
pieSeries2.dataFields.category = "country";
pieSeries2.slices.template.strokeWidth = 1;
pieSeries2.slices.template.strokeOpacity = 1;
var label = mysqlchart.seriesContainer.createChild(am4core.Label);
label.textAlign = "middle";
label.horizontalCenter = "middle";
label.verticalCenter = "middle";
label.adapter.add("text", function(text, target) {
return "[font-size:18px]mysql[/]:\n[bold font-size:30px]" +
12 + "[/]";
});
</script>
<script>
am4core.useTheme(am4themes_animated);
var redischart = am4core.create("redisattacks", am4charts.PieChart);
redischart.startAngle = 160;
redischart.endAngle = 380;
redischart.innerRadius = am4core.percent(40);
redischart.data = [
{
"country": "China",
"attacks": 302,
"asns": 31
},
{
"country": "South Korea",
"attacks": 5,
"asns": 5
},
{
"country": "Russia",
"attacks": 5,
"asns": 4
},
{
"country": "United States",
"attacks": 31,
"asns": 11
},
{
"country": "Singapore",
"attacks": 3,
"asns": 2
},
{
"country": "United Kingdom",
"attacks": 3,
"asns": 3
},
{
"country": "Hong Kong",
"attacks": 3,
"asns": 3
},
{
"country": "Vietnam",
"attacks": 3,
"asns": 1
},
{
"country": "Romania",
"attacks": 1,
"asns": 1
},
{
"country": "Netherlands",
"attacks": 1,
"asns": 1
},
{
"country": "Taiwan",
"attacks": 3,
"asns": 3
},
{
"country": "Seychelles",
"attacks": 1,
"asns": 1
},
{
"country": "Germany",
"attacks": 6,
"asns": 4
},
{
"country": "Australia",
"attacks": 2,
"asns": 1
},
{
"country": "Sweden",
"attacks": 2,
"asns": 2
},
{
"country": "Japan",
"attacks": 2,
"asns": 2
},
{
"country": "Samoa",
"attacks": 1,
"asns": 1
},
{
"country": "Turkey",
"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]" +
375 + "[/]";
});
</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": "Mexico", "value": 41},{"country": "Australia", "value": 41},{"country": "Colombia", "value": 39},{"country": "Iraq", "value": 37},{"country": "Argentina", "value": 35},{"country": "Serbia", "value": 35},{"country": "Taiwan", "value": 33},{"country": "Malaysia", "value": 33},{"country": "Georgia", "value": 33},{"country": "Hungary", "value": 32},{"country": "Pakistan", "value": 31},{"country": "Chile", "value": 31},{"country": "Kazakhstan", "value": 29},{"country": "Libya", "value": 26},{"country": "Sweden", "value": 25},{"country": "Nigeria", "value": 25},{"country": "Belgium", "value": 22},{"country": "Slovakia", "value": 21},{"country": "Nepal", "value": 20},{"country": "Austria", "value": 20},{"country": "United Arab Emirates", "value": 18},{"country": "Armenia", "value": 17},{"country": "Mauritius", "value": 15},{"country": "Latvia", "value": 14},{"country": "Switzerland", "value": 13},{"country": "Botswana", "value": 13},{"country": "Kosovo", "value": 11},{"country": "Myanmar", "value": 11},{"country": "Dominican Republic", "value": 10},{"country": "Bosnia and Herzegovina", "value": 10},{"country": "Tanzania", "value": 10},{"country": "Malawi", "value": 10},{"country": "Qatar", "value": 9},{"country": "Ghana", "value": 9},{"country": "Portugal", "value": 8},{"country": "Greece", "value": 8},{"country": "Venezuela", "value": 8},{"country": "Azerbaijan", "value": 8},{"country": "Syria", "value": 7},{"country": "Guatemala", "value": 7},{"country": "Uganda", "value": 7},{"country": "Algeria", "value": 7},{"country": "Palestine", "value": 7},{"country": "Yemen", "value": 7},{"country": "New Zealand", "value": 7},{"country": "Ireland", "value": 6},{"country": "Norway", "value": 6},{"country": "Seychelles", "value": 6},{"country": "Maldives", "value": 6},{"country": "Mongolia", "value": 6},{"country": "Denmark", "value": 6},{"country": "Croatia", "value": 6},{"country": "Burkina Faso", "value": 6},{"country": "Lesotho", "value": 5},{"country": "Paraguay", "value": 5},{"country": "Belarus", "value": 5},{"country": "Morocco", "value": 5},{"country": "Congo Republic", "value": 5},{"country": "Montenegro", "value": 5},{"country": "Luxembourg", "value": 5},{"country": "Guinea", "value": 5},{"country": "Puerto Rico", "value": 5},{"country": "Afghanistan", "value": 4},{"country": "Equatorial Guinea", "value": 4},{"country": "Honduras", "value": 4},{"country": "Benin", "value": 4},{"country": "Somalia", "value": 4},{"country": "Kyrgyzstan", "value": 4},{"country": "Saudi Arabia", "value": 4},{"country": "Panama", "value": 4},{"country": "Israel", "value": 4},{"country": "North Macedonia", "value": 3},{"country": "Peru", "value": 3},{"country": "Uzbekistan", "value": 3},{"country": "Malta", "value": 3},{"country": "Slovenia", "value": 3},{"country": "Estonia", "value": 3},{"country": "Eswatini", "value": 3},{"country": "Mauritania", "value": 2},{"country": "Togo", "value": 2},{"country": "Cyprus", "value": 2},{"country": "DR Congo", "value": 2},{"country": "Oman", "value": 2},{"country": "El Salvador", "value": 2},{"country": "Laos", "value": 2},{"country": "Senegal", "value": 2},{"country": "Gibraltar", "value": 1},{"country": "Belize", "value": 1},{"country": "Angola", "value": 1},{"country": "Zimbabwe", "value": 1},{"country": "Djibouti", "value": 1},{"country": "Burundi", "value": 1},{"country": "Cameroon", "value": 1},{"country": "Rwanda", "value": 1},{"country": "Zambia", "value": 1},{"country": "Lebanon", "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": 68},{"campaign": "Instagram", "domains": 62},{"campaign": "Twitter", "domains": 39},{"campaign": "Covid", "domains": 5},{"campaign": "Support", "domains": 59},{"campaign": "Login-Portal", "domains": 237},{"campaign": "Office365", "domains": 13},{"campaign": "Microsoft", "domains": 51},{"campaign": "Dropbox", "domains": 8},{"campaign": "Adobe", "domains": 12},{"campaign": "Paypal", "domains": 73},{"campaign": "Amazon", "domains": 567},{"campaign": "Google", "domains": 185},{"campaign": "Banks", "domains": 46},{"campaign": "Games", "domains": 172},{"campaign": "Crypto", "domains": 99},{"campaign": "Alibaba", "domains": 17},{"campaign": "www", "domains": 1474},{"campaign": "Zoom", "domains": 139},{"campaign": "Ryuk", "domains": 698},{"campaign": "Onlyfans", "domains": 25},{"campaign": "Linkedin", "domains": 24},{"campaign": "Virus", "domains": 2},
];
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>