Weekly Report for 2021-10-08 to 2021-10-15
Oct 15, 2021
Weekly Reports
STIX2 Files
Weekly Summary
- The top attacking country was United States with 1150 individual attacking IPs
- The most attacked protocol was ssh with 622 attacker IPs
- Total attacks are up 5% from last week (3607 vs 3413)
<div>
<h2>Weekly Comparison</h2>
<div id="weekcomparisonchart"></div>
<h2>Attacks by Destination</h2>
<div id="honeychart"></div>
<h2>Attacks By Country & ASN</h2>
<div id="chartdiv"></div>
<h2>Attacks By Date</h2>
<div id="protocolbarchart"></div>
<h2>Attacks By Protocol</h2>
<table>
<tbody>
<tr>
<td><div id="sshattacks"></div></td>
<td><div id="ftpattacks"></div></td>
<td><div id="ntpattacks"></div></td>
</tr>
<tr>
<td><div id="sipattacks"></div></td>
<td><div id="snmpattacks"></div></td>
<td><div id="telnetattacks"></div></td>
</tr>
<tr>
<td><div id="mssqlattacks"></div></td>
<td><div id="mysqlattacks"></div></td>
<td><div id="redisattacks"></div></td>
</tr>
<tr>
<td><div id="nmapattacks"></div></td>
<td><div id="gitattacks"></div></td>
<td><div id="dorkattacks"></div></td>
</tr>
</tbody>
</table>
<h2>Phishing Domains by Category</h2>
<div id="phishingchart"></div>
<script>
am4core.ready(function() {
am4core.useTheme(am4themes_dark);
am4core.useTheme(am4themes_animated);
var honeychart = am4core.create("honeychart", am4charts.PieChart);
honeychart.hiddenState.properties.opacity = 0;
honeychart.data = [
{"country": "Singapore", "value": 212},{"country": "Germany", "value": 321},{"country": "Canada", "value": 476},{"country": "England", "value": 83},
];
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": 1150,
"subData": [
{"name": "53667", "value": 165},{"name": "46475", "value": 132},{"name": "14061", "value": 106},{"name": "20052", "value": 97},{"name": "40676", "value": 83},{"name": "6939", "value": 79},{"name": "398324", "value": 76},{"name": "46664", "value": 56},{"name": "27323", "value": 51},{"name": "399804", "value": 33},{"name": "398722", "value": 31},{"name": "10439", "value": 24},{"name": "14618", "value": 22},{"name": "6130", "value": 19},{"name": "396982", "value": 18},{"name": "21859", "value": 17},{"name": "174", "value": 12},{"name": "2914", "value": 12},{"name": "62904", "value": 9},{"name": "46606", "value": 9},{"name": "35913", "value": 8},{"name": "27176", "value": 8},{"name": "63949", "value": 7},{"name": "237", "value": 7},{"name": "31898", "value": 7},{"name": "8075", "value": 6},{"name": "23470", "value": 6},{"name": "14576", "value": 5},{"name": "7922", "value": 5},{"name": "399629", "value": 4},{"name": "20473", "value": 3},{"name": "36352", "value": 3},{"name": "14987", "value": 2},{"name": "7018", "value": 2},{"name": "35916", "value": 2},{"name": "32505", "value": 2},{"name": "10796", "value": 2},{"name": "25820", "value": 2},{"name": "40021", "value": 2},{"name": "396426", "value": 2},{"name": "20001", "value": 2},{"name": "5650", "value": 1},{"name": "19318", "value": 1},{"name": "3737", "value": 1},{"name": "142403", "value": 1},{"name": "35908", "value": 1},{"name": "49532", "value": 1},{"name": "11427", "value": 1},{"name": "701", "value": 1},{"name": "6128", "value": 1},{"name": "8001", "value": 1},{"name": "13693", "value": 1},{"name": "54641", "value": 1}
]
},
{
"country": "China",
"attacks": 483,
"subData": [
{"name": "45090", "value": 148},{"name": "4134", "value": 129},{"name": "56046", "value": 82},{"name": "4837", "value": 23},{"name": "4812", "value": 13},{"name": "38365", "value": 11},{"name": "58461", "value": 10},{"name": "4808", "value": 10},{"name": "9808", "value": 9},{"name": "37963", "value": 5},{"name": "17621", "value": 4},{"name": "4847", "value": 3},{"name": "133774", "value": 3},{"name": "58466", "value": 3},{"name": "59019", "value": 2},{"name": "139080", "value": 2},{"name": "35251", "value": 2},{"name": "58593", "value": 2},{"name": "134768", "value": 2},{"name": "134762", "value": 2},{"name": "17816", "value": 2},{"name": "136959", "value": 1},{"name": "24400", "value": 1},{"name": "141425", "value": 1},{"name": "59078", "value": 1},{"name": "4811", "value": 1},{"name": "134420", "value": 1},{"name": "24445", "value": 1},{"name": "7497", "value": 1},{"name": "134756", "value": 1},{"name": "17622", "value": 1},{"name": "17429", "value": 1},{"name": "56048", "value": 1},{"name": "24139", "value": 1},{"name": "17964", "value": 1},{"name": "9812", "value": 1},{"name": "56040", "value": 1}
]
},
{
"country": "Romania",
"attacks": 248,
"subData": [
{"name": "47890", "value": 238},{"name": "47540", "value": 3},{"name": "35478", "value": 3},{"name": "48090", "value": 2},{"name": "61139", "value": 1},{"name": "9050", "value": 1}
]
},
{
"country": "France",
"attacks": 236,
"subData": [
{"name": "12876", "value": 196},{"name": "29066", "value": 12},{"name": "16276", "value": 12},{"name": "49434", "value": 8},{"name": "3215", "value": 3},{"name": "8075", "value": 2},{"name": "15557", "value": 1},{"name": "60132", "value": 1},{"name": "12322", "value": 1}
]
},
{
"country": "Netherlands",
"attacks": 177,
"subData": [
{"name": "202425", "value": 47},{"name": "14061", "value": 42},{"name": "50673", "value": 20},{"name": "48090", "value": 16},{"name": "14576", "value": 12},{"name": "62240", "value": 10},{"name": "21859", "value": 9},{"name": "49870", "value": 6},{"name": "211252", "value": 4},{"name": "49981", "value": 3},{"name": "174", "value": 2},{"name": "64425", "value": 2},{"name": "60631", "value": 2},{"name": "1136", "value": 1},{"name": "43624", "value": 1}
]
},
{
"country": "Vietnam",
"attacks": 141,
"subData": [
{"name": "24086", "value": 53},{"name": "7552", "value": 46},{"name": "135905", "value": 25},{"name": "18403", "value": 4},{"name": "45899", "value": 3},{"name": "63737", "value": 3},{"name": "135944", "value": 3},{"name": "38731", "value": 1},{"name": "24173", "value": 1},{"name": "140812", "value": 1},{"name": "45903", "value": 1}
]
},
{
"country": "Germany",
"attacks": 122,
"subData": [
{"name": "24961", "value": 38},{"name": "47154", "value": 27},{"name": "51167", "value": 16},{"name": "14061", "value": 13},{"name": "63949", "value": 9},{"name": "16509", "value": 6},{"name": "3320", "value": 3},{"name": "212531", "value": 2},{"name": "3209", "value": 2},{"name": "213035", "value": 1},{"name": "8881", "value": 1},{"name": "174", "value": 1},{"name": "44066", "value": 1},{"name": "399471", "value": 1},{"name": "30823", "value": 1}
]
},
{
"country": "Russia",
"attacks": 119,
"subData": [
{"name": "197068", "value": 37},{"name": "50113", "value": 11},{"name": "197309", "value": 11},{"name": "49505", "value": 10},{"name": "50340", "value": 8},{"name": "208102", "value": 5},{"name": "12389", "value": 5},{"name": "24955", "value": 3},{"name": "204490", "value": 2},{"name": "51515", "value": 2},{"name": "9123", "value": 2},{"name": "8439", "value": 2},{"name": "49542", "value": 2},{"name": "28812", "value": 2},{"name": "206728", "value": 1},{"name": "25513", "value": 1},{"name": "42632", "value": 1},{"name": "8580", "value": 1},{"name": "39775", "value": 1},{"name": "58067", "value": 1},{"name": "50928", "value": 1},{"name": "8359", "value": 1},{"name": "21479", "value": 1},{"name": "41733", "value": 1},{"name": "20632", "value": 1},{"name": "21365", "value": 1},{"name": "207711", "value": 1},{"name": "8369", "value": 1},{"name": "12683", "value": 1},{"name": "42610", "value": 1},{"name": "51032", "value": 1}
]
},
{
"country": "United_Kingdom",
"attacks": 71,
"subData": [
{"name": "16509", "value": 23},{"name": "16276", "value": 22},{"name": "8075", "value": 14},{"name": "62240", "value": 6},{"name": "14061", "value": 2},{"name": "5607", "value": 1},{"name": "13285", "value": 1},{"name": "2856", "value": 1},{"name": "201838", "value": 1}
]
},
{
"country": "Luxembourg",
"attacks": 60,
"subData": [
{"name": "53667", "value": 60}
]
},
{
"country": "Belize",
"attacks": 59,
"subData": [
{"name": "213371", "value": 59}
]
},
{
"country": "Czechia",
"attacks": 48,
"subData": [
{"name": "211252", "value": 39},{"name": "213373", "value": 3},{"name": "204957", "value": 2},{"name": "16019", "value": 2},{"name": "13036", "value": 1},{"name": "44489", "value": 1}
]
},
{
"country": "Brazil",
"attacks": 43,
"subData": [
{"name": "27699", "value": 4},{"name": "18881", "value": 3},{"name": "8075", "value": 2},{"name": "269663", "value": 2},{"name": "266624", "value": 2},{"name": "52974", "value": 2},{"name": "267176", "value": 2},{"name": "4230", "value": 2},{"name": "28573", "value": 2},{"name": "26599", "value": 2},{"name": "61897", "value": 1},{"name": "264932", "value": 1},{"name": "262907", "value": 1},{"name": "52638", "value": 1},{"name": "266646", "value": 1},{"name": "264239", "value": 1},{"name": "265459", "value": 1},{"name": "28187", "value": 1},{"name": "270404", "value": 1},{"name": "267251", "value": 1},{"name": "53006", "value": 1},{"name": "52803", "value": 1},{"name": "269088", "value": 1},{"name": "52708", "value": 1},{"name": "263407", "value": 1},{"name": "263880", "value": 1},{"name": "262807", "value": 1},{"name": "270704", "value": 1},{"name": "263333", "value": 1},{"name": "28226", "value": 1}
]
},
{
"country": "Canada",
"attacks": 40,
"subData": [
{"name": "16276", "value": 35},{"name": "577", "value": 1},{"name": "5690", "value": 1},{"name": "9009", "value": 1},{"name": "14061", "value": 1},{"name": "5769", "value": 1}
]
},
{
"country": "Estonia",
"attacks": 34,
"subData": [
{"name": "213010", "value": 18},{"name": "208091", "value": 16}
]
},
{
"country": "Australia",
"attacks": 33,
"subData": [
{"name": "35251", "value": 29},{"name": "8075", "value": 2},{"name": "36351", "value": 1},{"name": "7545", "value": 1}
]
},
{
"country": "Hong_Kong",
"attacks": 32,
"subData": [
{"name": "396982", "value": 20},{"name": "201814", "value": 4},{"name": "9269", "value": 3},{"name": "8075", "value": 2},{"name": "45102", "value": 1},{"name": "141167", "value": 1},{"name": "63888", "value": 1}
]
},
{
"country": "South_Korea",
"attacks": 28,
"subData": [
{"name": "4766", "value": 13},{"name": "3786", "value": 5},{"name": "9318", "value": 2},{"name": "38700", "value": 2},{"name": "17858", "value": 2},{"name": "31898", "value": 1},{"name": "9694", "value": 1},{"name": "17839", "value": 1},{"name": "45985", "value": 1}
]
},
{
"country": "Singapore",
"attacks": 23,
"subData": [
{"name": "14061", "value": 8},{"name": "134963", "value": 8},{"name": "132203", "value": 2},{"name": "132717", "value": 1},{"name": "55430", "value": 1},{"name": "38532", "value": 1},{"name": "396982", "value": 1},{"name": "59253", "value": 1}
]
},
{
"country": "Belgium",
"attacks": 20,
"subData": [
{"name": "396982", "value": 17},{"name": "174", "value": 2},{"name": "5432", "value": 1}
]
},
{
"country": "India",
"attacks": 18,
"subData": [
{"name": "24309", "value": 3},{"name": "45820", "value": 3},{"name": "141824", "value": 2},{"name": "9583", "value": 2},{"name": "9498", "value": 1},{"name": "14061", "value": 1},{"name": "140137", "value": 1},{"name": "24560", "value": 1},{"name": "134884", "value": 1},{"name": "134042", "value": 1},{"name": "9829", "value": 1},{"name": "132556", "value": 1}
]
},
{
"country": "Ukraine",
"attacks": 17,
"subData": [
{"name": "207656", "value": 6},{"name": "15377", "value": 4},{"name": "13188", "value": 3},{"name": "6849", "value": 1},{"name": "39130", "value": 1},{"name": "34248", "value": 1},{"name": "42239", "value": 1}
]
},
{
"country": "Finland",
"attacks": 17,
"subData": [
{"name": "42708", "value": 12},{"name": "200651", "value": 3},{"name": "24940", "value": 2}
]
},
{
"country": "Lithuania",
"attacks": 13,
"subData": [
{"name": "209605", "value": 13}
]
},
{
"country": "Indonesia",
"attacks": 13,
"subData": [
{"name": "7713", "value": 6},{"name": "4800", "value": 2},{"name": "137289", "value": 1},{"name": "58404", "value": 1},{"name": "38511", "value": 1},{"name": "45102", "value": 1},{"name": "45298", "value": 1}
]
},
{
"country": "Japan",
"attacks": 13,
"subData": [
{"name": "63949", "value": 6},{"name": "17511", "value": 2},{"name": "9351", "value": 1},{"name": "7506", "value": 1},{"name": "9824", "value": 1},{"name": "20473", "value": 1},{"name": "64050", "value": 1}
]
},
{
"country": "Taiwan",
"attacks": 11,
"subData": [
{"name": "3462", "value": 10},{"name": "9416", "value": 1}
]
},
{
"country": "Italy",
"attacks": 9,
"subData": [
{"name": "30722", "value": 4},{"name": "3269", "value": 3},{"name": "8612", "value": 2}
]
},
{
"country": "Guatemala",
"attacks": 7,
"subData": [
{"name": "27910", "value": 7}
]
},
{
"country": "Iran",
"attacks": 7,
"subData": [
{"name": "58224", "value": 5},{"name": "47330", "value": 1},{"name": "56466", "value": 1}
]
},
{
"country": "Poland",
"attacks": 7,
"subData": [
{"name": "201814", "value": 2},{"name": "202626", "value": 1},{"name": "13110", "value": 1},{"name": "16110", "value": 1},{"name": "29314", "value": 1},{"name": "197226", "value": 1}
]
},
{
"country": "Egypt",
"attacks": 7,
"subData": [
{"name": "8452", "value": 5},{"name": "36992", "value": 1},{"name": "20928", "value": 1}
]
},
{
"country": "Dominican_Republic",
"attacks": 7,
"subData": [
{"name": "6400", "value": 7}
]
},
{
"country": "Switzerland",
"attacks": 6,
"subData": [
{"name": "51852", "value": 6}
]
},
{
"country": "Turkey",
"attacks": 6,
"subData": [
{"name": "9121", "value": 4},{"name": "34296", "value": 1},{"name": "47331", "value": 1}
]
},
{
"country": "Colombia",
"attacks": 6,
"subData": [
{"name": "14080", "value": 5},{"name": "3816", "value": 1}
]
},
{
"country": "Latvia",
"attacks": 5,
"subData": [
{"name": "43513", "value": 3},{"name": "20910", "value": 1},{"name": "12578", "value": 1}
]
},
{
"country": "Thailand",
"attacks": 4,
"subData": [
{"name": "9335", "value": 1},{"name": "45458", "value": 1},{"name": "132133", "value": 1},{"name": "4618", "value": 1}
]
},
{
"country": "United_Arab_Emirates",
"attacks": 4,
"subData": [
{"name": "36351", "value": 4}
]
},
{
"country": "Ecuador",
"attacks": 4,
"subData": [
{"name": "27947", "value": 2},{"name": "265799", "value": 1},{"name": "22724", "value": 1}
]
},
{
"country": "Spain",
"attacks": 4,
"subData": [
{"name": "3352", "value": 1},{"name": "15704", "value": 1},{"name": "35913", "value": 1},{"name": "200810", "value": 1}
]
},
{
"country": "Mexico",
"attacks": 4,
"subData": [
{"name": "8151", "value": 2},{"name": "11888", "value": 1},{"name": "13999", "value": 1}
]
},
{
"country": "Portugal",
"attacks": 3,
"subData": [
{"name": "211680", "value": 3}
]
},
{
"country": "Malaysia",
"attacks": 3,
"subData": [
{"name": "4788", "value": 2},{"name": "45102", "value": 1}
]
},
{
"country": "Venezuela",
"attacks": 3,
"subData": [
{"name": "8048", "value": 3}
]
},
{
"country": "Sweden",
"attacks": 3,
"subData": [
{"name": "45011", "value": 1},{"name": "3301", "value": 1},{"name": "29518", "value": 1}
]
},
{
"country": "Austria",
"attacks": 3,
"subData": [
{"name": "204410", "value": 1},{"name": "25255", "value": 1},{"name": "8447", "value": 1}
]
},
{
"country": "Paraguay",
"attacks": 3,
"subData": [
{"name": "23201", "value": 3}
]
},
{
"country": "Croatia",
"attacks": 2,
"subData": [
{"name": "5391", "value": 1},{"name": "12810", "value": 1}
]
},
{
"country": "Belarus",
"attacks": 2,
"subData": [
{"name": "25106", "value": 2}
]
},
{
"country": "North_Macedonia",
"attacks": 2,
"subData": [
{"name": "34772", "value": 2}
]
},
{
"country": "Armenia",
"attacks": 2,
"subData": [
{"name": "49800", "value": 1},{"name": "199620", "value": 1}
]
},
{
"country": "Laos",
"attacks": 2,
"subData": [
{"name": "131267", "value": 2}
]
},
{
"country": "Bolivia",
"attacks": 2,
"subData": [
{"name": "6568", "value": 2}
]
},
{
"country": "Nigeria",
"attacks": 1,
"subData": [
{"name": "16284", "value": 1}
]
},
{
"country": "Moldova",
"attacks": 1,
"subData": [
{"name": "31252", "value": 1}
]
},
{
"country": "Iraq",
"attacks": 1,
"subData": [
{"name": "203735", "value": 1}
]
},
{
"country": "Norway",
"attacks": 1,
"subData": [
{"name": "29695", "value": 1}
]
},
{
"country": "South_Africa",
"attacks": 1,
"subData": [
{"name": "37353", "value": 1}
]
},
{
"country": "Uruguay",
"attacks": 1,
"subData": [
{"name": "6057", "value": 1}
]
},
{
"country": "Argentina",
"attacks": 1,
"subData": [
{"name": "264830", "value": 1}
]
},
{
"country": "Georgia",
"attacks": 1,
"subData": [
{"name": "35805", "value": 1}
]
},
{
"country": "Cambodia",
"attacks": 1,
"subData": [
{"name": "131178", "value": 1}
]
},
{
"country": "Cyprus",
"attacks": 1,
"subData": [
{"name": "6866", "value": 1}
]
},
{
"country": "Saudi_Arabia",
"attacks": 1,
"subData": [
{"name": "25019", "value": 1}
]
},
{
"country": "Hungary",
"attacks": 1,
"subData": [
{"name": "20845", "value": 1}
]
},
{
"country": "Seychelles",
"attacks": 1,
"subData": [
{"name": "328543", "value": 1}
]
},
{
"country": "Uzbekistan",
"attacks": 1,
"subData": [
{"name": "202660", "value": 1}
]
},
{
"country": "Cabo_Verde",
"attacks": 1,
"subData": [
{"name": "37517", "value": 1}
]
},
{
"country": "Togo",
"attacks": 1,
"subData": [
{"name": "24691", "value": 1}
]
},
{
"country": "Oman",
"attacks": 1,
"subData": [
{"name": "28885", "value": 1}
]
},
{
"country": "Slovenia",
"attacks": 1,
"subData": [
{"name": "21283", "value": 1}
]
},
{
"country": "Philippines",
"attacks": 1,
"subData": [
{"name": "135594", "value": 1}
]
},
{
"country": "Bangladesh",
"attacks": 1,
"subData": [
{"name": "45766", "value": 1}
]
},
{
"country": "Bulgaria",
"attacks": 1,
"subData": [
{"name": "39024", "value": 1}
]
},
{
"country": "Pakistan",
"attacks": 1,
"subData": [
{"name": "17557", "value": 1}
]
},
{
"country": "Denmark",
"attacks": 1,
"subData": [
{"name": "43557", "value": 1}
]
},
{
"country": "Slovakia",
"attacks": 1,
"subData": [
{"name": "6855", "value": 1}
]
},
{
"country": "Ireland",
"attacks": 1,
"subData": [
{"name": "8075", "value": 1}
]
},
{
"country": "Senegal",
"attacks": 1,
"subData": [
{"name": "8346", "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": "Vietnam",
"attacks": 74,
"asns": 7
},
{
"country": "Russia",
"attacks": 14,
"asns": 13
},
{
"country": "China",
"attacks": 271,
"asns": 33
},
{
"country": "South Korea",
"attacks": 22,
"asns": 8
},
{
"country": "United States",
"attacks": 46,
"asns": 16
},
{
"country": "Indonesia",
"attacks": 9,
"asns": 7
},
{
"country": "Singapore",
"attacks": 12,
"asns": 6
},
{
"country": "Finland",
"attacks": 10,
"asns": 2
},
{
"country": "Brazil",
"attacks": 19,
"asns": 15
},
{
"country": "Ecuador",
"attacks": 2,
"asns": 2
},
{
"country": "Dominican Republic",
"attacks": 7,
"asns": 1
},
{
"country": "Netherlands",
"attacks": 18,
"asns": 4
},
{
"country": "United Kingdom",
"attacks": 6,
"asns": 5
},
{
"country": "Mexico",
"attacks": 2,
"asns": 2
},
{
"country": "India",
"attacks": 10,
"asns": 8
},
{
"country": "Colombia",
"attacks": 3,
"asns": 2
},
{
"country": "Austria",
"attacks": 1,
"asns": 1
},
{
"country": "Hong Kong",
"attacks": 4,
"asns": 4
},
{
"country": "France",
"attacks": 9,
"asns": 7
},
{
"country": "Iran",
"attacks": 2,
"asns": 2
},
{
"country": "Italy",
"attacks": 5,
"asns": 3
},
{
"country": "Thailand",
"attacks": 4,
"asns": 4
},
{
"country": "Canada",
"attacks": 4,
"asns": 4
},
{
"country": "Czechia",
"attacks": 9,
"asns": 5
},
{
"country": "Taiwan",
"attacks": 1,
"asns": 1
},
{
"country": "Venezuela",
"attacks": 1,
"asns": 1
},
{
"country": "Croatia",
"attacks": 2,
"asns": 2
},
{
"country": "Laos",
"attacks": 1,
"asns": 1
},
{
"country": "Japan",
"attacks": 3,
"asns": 3
},
{
"country": "Denmark",
"attacks": 1,
"asns": 1
},
{
"country": "Germany",
"attacks": 15,
"asns": 6
},
{
"country": "Malaysia",
"attacks": 1,
"asns": 1
},
{
"country": "Egypt",
"attacks": 1,
"asns": 1
},
{
"country": "Poland",
"attacks": 3,
"asns": 3
},
{
"country": "Estonia",
"attacks": 6,
"asns": 2
},
{
"country": "Seychelles",
"attacks": 1,
"asns": 1
},
{
"country": "Spain",
"attacks": 3,
"asns": 3
},
{
"country": "Armenia",
"attacks": 1,
"asns": 1
},
{
"country": "Australia",
"attacks": 2,
"asns": 2
},
{
"country": "Paraguay",
"attacks": 2,
"asns": 1
},
{
"country": "Senegal",
"attacks": 1,
"asns": 1
},
{
"country": "Romania",
"attacks": 1,
"asns": 1
},
{
"country": "Iraq",
"attacks": 1,
"asns": 1
},
{
"country": "Uruguay",
"attacks": 1,
"asns": 1
},
{
"country": "Belarus",
"attacks": 2,
"asns": 1
},
{
"country": "Bolivia",
"attacks": 1,
"asns": 1
},
{
"country": "Norway",
"attacks": 1,
"asns": 1
},
{
"country": "Argentina",
"attacks": 1,
"asns": 1
},
{
"country": "South Africa",
"attacks": 1,
"asns": 1
},
{
"country": "Belgium",
"attacks": 1,
"asns": 1
},
{
"country": "Uzbekistan",
"attacks": 1,
"asns": 1
},
{
"country": "Cabo Verde",
"attacks": 1,
"asns": 1
},
{
"country": "Slovakia",
"attacks": 1,
"asns": 1
},
{
"country": "Sweden",
"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]" +
622 + "[/]";
});
</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": "Russia",
"attacks": 23,
"asns": 12
},
{
"country": "United States",
"attacks": 46,
"asns": 12
},
{
"country": "Netherlands",
"attacks": 5,
"asns": 5
},
{
"country": "France",
"attacks": 6,
"asns": 2
},
{
"country": "Czechia",
"attacks": 4,
"asns": 2
},
{
"country": "United Kingdom",
"attacks": 7,
"asns": 2
},
{
"country": "Finland",
"attacks": 2,
"asns": 2
},
{
"country": "Belize",
"attacks": 2,
"asns": 1
},
{
"country": "Germany",
"attacks": 3,
"asns": 3
},
{
"country": "China",
"attacks": 3,
"asns": 2
},
{
"country": "Vietnam",
"attacks": 6,
"asns": 5
},
{
"country": "Romania",
"attacks": 2,
"asns": 2
},
{
"country": "Ukraine",
"attacks": 2,
"asns": 1
},
{
"country": "Hong Kong",
"attacks": 1,
"asns": 1
},
{
"country": "Singapore",
"attacks": 1,
"asns": 1
},
{
"country": "Belgium",
"attacks": 1,
"asns": 1
},
{
"country": "Poland",
"attacks": 1,
"asns": 1
},
{
"country": "Luxembourg",
"attacks": 4,
"asns": 1
},
{
"country": "Moldova",
"attacks": 1,
"asns": 1
},
{
"country": "Brazil",
"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]" +
121 + "[/]";
});
</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": 68,
"asns": 21
},
{
"country": "France",
"attacks": 17,
"asns": 3
},
{
"country": "China",
"attacks": 3,
"asns": 3
},
{
"country": "Romania",
"attacks": 13,
"asns": 1
},
{
"country": "Germany",
"attacks": 17,
"asns": 6
},
{
"country": "Lithuania",
"attacks": 3,
"asns": 1
},
{
"country": "Netherlands",
"attacks": 7,
"asns": 4
},
{
"country": "Russia",
"attacks": 4,
"asns": 4
},
{
"country": "Australia",
"attacks": 6,
"asns": 1
},
{
"country": "Nigeria",
"attacks": 1,
"asns": 1
},
{
"country": "Canada",
"attacks": 2,
"asns": 1
},
{
"country": "Ireland",
"attacks": 1,
"asns": 1
},
{
"country": "United Kingdom",
"attacks": 2,
"asns": 2
},
{
"country": "Belize",
"attacks": 2,
"asns": 1
},
{
"country": "Ukraine",
"attacks": 1,
"asns": 1
},
{
"country": "Colombia",
"attacks": 1,
"asns": 1
},
{
"country": "Hong Kong",
"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]" +
150 + "[/]";
});
</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": 165,
"asns": 19
},
{
"country": "Togo",
"attacks": 1,
"asns": 1
},
{
"country": "Belgium",
"attacks": 13,
"asns": 1
},
{
"country": "United Kingdom",
"attacks": 15,
"asns": 1
},
{
"country": "United Arab Emirates",
"attacks": 4,
"asns": 1
},
{
"country": "Netherlands",
"attacks": 16,
"asns": 5
},
{
"country": "Luxembourg",
"attacks": 1,
"asns": 1
},
{
"country": "Belize",
"attacks": 1,
"asns": 1
},
{
"country": "Guatemala",
"attacks": 1,
"asns": 1
},
{
"country": "Australia",
"attacks": 1,
"asns": 1
},
{
"country": "Hong Kong",
"attacks": 13,
"asns": 1
},
{
"country": "France",
"attacks": 2,
"asns": 1
},
{
"country": "Germany",
"attacks": 2,
"asns": 2
},
{
"country": "Portugal",
"attacks": 3,
"asns": 1
},
{
"country": "Singapore",
"attacks": 1,
"asns": 1
},
{
"country": "Japan",
"attacks": 1,
"asns": 1
},
{
"country": "China",
"attacks": 3,
"asns": 2
},
{
"country": "Latvia",
"attacks": 1,
"asns": 1
},
{
"country": "Canada",
"attacks": 1,
"asns": 1
},
{
"country": "Russia",
"attacks": 1,
"asns": 1
},
{
"country": "Ukraine",
"attacks": 1,
"asns": 1
},
{
"country": "Switzerland",
"attacks": 1,
"asns": 1
},
];
var pieSeries = snmpchart.series.push(new am4charts.PieSeries());
pieSeries.dataFields.value = "attacks";
pieSeries.dataFields.category = "country";
pieSeries.slices.template.strokeWidth = 1;
pieSeries.slices.template.strokeOpacity = 1;
pieSeries.labels.template.disabled = true;
pieSeries.ticks.template.disabled = true;
var pieSeries2 = snmpchart.series.push(new am4charts.PieSeries());
pieSeries2.dataFields.value = "asns";
pieSeries2.dataFields.category = "country";
pieSeries2.slices.template.strokeWidth = 1;
pieSeries2.slices.template.strokeOpacity = 1;
var label = snmpchart.seriesContainer.createChild(am4core.Label);
label.textAlign = "middle";
label.horizontalCenter = "middle";
label.verticalCenter = "middle";
label.adapter.add("text", function(text, target) {
return "[font-size:18px]snmp[/]:\n[bold font-size:30px]" +
248 + "[/]";
});
</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": "Indonesia",
"attacks": 4,
"asns": 1
},
{
"country": "Brazil",
"attacks": 17,
"asns": 16
},
{
"country": "Netherlands",
"attacks": 2,
"asns": 1
},
{
"country": "United States",
"attacks": 16,
"asns": 8
},
{
"country": "Saudi Arabia",
"attacks": 1,
"asns": 1
},
{
"country": "Vietnam",
"attacks": 3,
"asns": 2
},
{
"country": "Latvia",
"attacks": 2,
"asns": 2
},
{
"country": "Russia",
"attacks": 8,
"asns": 6
},
{
"country": "Turkey",
"attacks": 6,
"asns": 3
},
{
"country": "India",
"attacks": 4,
"asns": 4
},
{
"country": "Taiwan",
"attacks": 9,
"asns": 2
},
{
"country": "Ukraine",
"attacks": 6,
"asns": 4
},
{
"country": "Venezuela",
"attacks": 1,
"asns": 1
},
{
"country": "South Korea",
"attacks": 3,
"asns": 3
},
{
"country": "Mexico",
"attacks": 2,
"asns": 2
},
{
"country": "Philippines",
"attacks": 1,
"asns": 1
},
{
"country": "North Macedonia",
"attacks": 2,
"asns": 1
},
{
"country": "China",
"attacks": 3,
"asns": 3
},
{
"country": "Poland",
"attacks": 2,
"asns": 2
},
{
"country": "Japan",
"attacks": 3,
"asns": 3
},
{
"country": "Egypt",
"attacks": 6,
"asns": 2
},
{
"country": "Iran",
"attacks": 5,
"asns": 1
},
{
"country": "Oman",
"attacks": 1,
"asns": 1
},
{
"country": "Slovenia",
"attacks": 1,
"asns": 1
},
{
"country": "Sweden",
"attacks": 2,
"asns": 2
},
{
"country": "Bolivia",
"attacks": 1,
"asns": 1
},
{
"country": "Hungary",
"attacks": 1,
"asns": 1
},
{
"country": "Romania",
"attacks": 2,
"asns": 2
},
{
"country": "Spain",
"attacks": 1,
"asns": 1
},
{
"country": "Bulgaria",
"attacks": 1,
"asns": 1
},
{
"country": "Georgia",
"attacks": 1,
"asns": 1
},
{
"country": "Ecuador",
"attacks": 1,
"asns": 1
},
{
"country": "Armenia",
"attacks": 1,
"asns": 1
},
{
"country": "Germany",
"attacks": 1,
"asns": 1
},
{
"country": "Bangladesh",
"attacks": 1,
"asns": 1
},
{
"country": "Cambodia",
"attacks": 1,
"asns": 1
},
{
"country": "United Kingdom",
"attacks": 2,
"asns": 2
},
{
"country": "Italy",
"attacks": 3,
"asns": 2
},
{
"country": "Cyprus",
"attacks": 1,
"asns": 1
},
{
"country": "Pakistan",
"attacks": 1,
"asns": 1
},
{
"country": "Austria",
"attacks": 2,
"asns": 2
},
{
"country": "Singapore",
"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]" +
132 + "[/]";
});
</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": "Brazil",
"attacks": 1,
"asns": 1
},
{
"country": "China",
"attacks": 13,
"asns": 5
},
{
"country": "Malaysia",
"attacks": 2,
"asns": 1
},
{
"country": "United States",
"attacks": 1,
"asns": 1
},
{
"country": "France",
"attacks": 1,
"asns": 1
},
{
"country": "Vietnam",
"attacks": 1,
"asns": 1
},
{
"country": "India",
"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]" +
20 + "[/]";
});
</script>
<h2>Anonymous Proxy Hosts</h2>
<div id="proxychart"></div>
<script>
am4core.ready(function() {
am4core.useTheme(am4themes_dark);
am4core.useTheme(am4themes_animated);
var proxychart = am4core.create("proxychart", am4charts.PieChart);
proxychart.hiddenState.properties.opacity = 0;
proxychart.data = [
{"country": "United States", "value": 2717},{"country": "Indonesia", "value": 1312},{"country": "China", "value": 868},{"country": "Iran", "value": 689},{"country": "India", "value": 637},{"country": "Russia", "value": 567},{"country": "Thailand", "value": 451},{"country": "United Kingdom", "value": 433},{"country": "South Korea", "value": 431},{"country": "Bangladesh", "value": 421},{"country": "Vietnam", "value": 414},{"country": "Japan", "value": 353},{"country": "France", "value": 345},{"country": "Germany", "value": 323},{"country": "Ukraine", "value": 279},{"country": "Hong Kong", "value": 199},{"country": "Brazil", "value": 186},{"country": "Canada", "value": 178},{"country": "Singapore", "value": 173},{"country": "Netherlands", "value": 130},{"country": "Poland", "value": 126},{"country": "South Africa", "value": 94},{"country": "Bulgaria", "value": 80},{"country": "Spain", "value": 74},{"country": "Philippines", "value": 73},{"country": "Czechia", "value": 70},{"country": "Cambodia", "value": 67},{"country": "Turkey", "value": 66},{"country": "Italy", "value": 65},{"country": "Finland", "value": 59},{"country": "Kenya", "value": 57},{"country": "Ecuador", "value": 56},{"country": "Lithuania", "value": 54},{"country": "Egypt", "value": 49},{"country": "Albania", "value": 45},{"country": "Moldova", "value": 43},{"country": "Romania", "value": 42},{"country": "Australia", "value": 41},{"country": "Mexico", "value": 41},{"country": "Colombia", "value": 39},{"country": "Iraq", "value": 37},{"country": "Argentina", "value": 35},{"country": "Serbia", "value": 35},{"country": "Georgia", "value": 33},{"country": "Taiwan", "value": 33},{"country": "Malaysia", "value": 33},{"country": "Hungary", "value": 32},{"country": "Pakistan", "value": 31},{"country": "Chile", "value": 31},{"country": "Kazakhstan", "value": 29},{"country": "Libya", "value": 26},{"country": "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": "Tanzania", "value": 10},{"country": "Malawi", "value": 10},{"country": "Dominican Republic", "value": 10},{"country": "Bosnia and Herzegovina", "value": 10},{"country": "Qatar", "value": 9},{"country": "Ghana", "value": 9},{"country": "Greece", "value": 8},{"country": "Venezuela", "value": 8},{"country": "Azerbaijan", "value": 8},{"country": "Portugal", "value": 8},{"country": "Syria", "value": 7},{"country": "Palestine", "value": 7},{"country": "Uganda", "value": 7},{"country": "Algeria", "value": 7},{"country": "Yemen", "value": 7},{"country": "New Zealand", "value": 7},{"country": "Guatemala", "value": 7},{"country": "Maldives", "value": 6},{"country": "Croatia", "value": 6},{"country": "Seychelles", "value": 6},{"country": "Mongolia", "value": 6},{"country": "Denmark", "value": 6},{"country": "Ireland", "value": 6},{"country": "Norway", "value": 6},{"country": "Burkina Faso", "value": 6},{"country": "Lesotho", "value": 5},{"country": "Paraguay", "value": 5},{"country": "Congo Republic", "value": 5},{"country": "Guinea", "value": 5},{"country": "Puerto Rico", "value": 5},{"country": "Montenegro", "value": 5},{"country": "Luxembourg", "value": 5},{"country": "Morocco", "value": 5},{"country": "Belarus", "value": 5},{"country": "Honduras", "value": 4},{"country": "Panama", "value": 4},{"country": "Saudi Arabia", "value": 4},{"country": "Benin", "value": 4},{"country": "Israel", "value": 4},{"country": "Afghanistan", "value": 4},{"country": "Somalia", "value": 4},{"country": "Kyrgyzstan", "value": 4},{"country": "Equatorial Guinea", "value": 4},{"country": "Eswatini", "value": 3},{"country": "Uzbekistan", "value": 3},{"country": "Estonia", "value": 3},{"country": "North Macedonia", "value": 3},{"country": "Slovenia", "value": 3},{"country": "Peru", "value": 3},{"country": "Malta", "value": 3},{"country": "DR Congo", "value": 2},{"country": "Oman", "value": 2},{"country": "Cyprus", "value": 2},{"country": "El Salvador", "value": 2},{"country": "Laos", "value": 2},{"country": "Senegal", "value": 2},{"country": "Togo", "value": 2},{"country": "Mauritania", "value": 2},{"country": "Djibouti", "value": 1},{"country": "Burundi", "value": 1},{"country": "Zimbabwe", "value": 1},{"country": "Cameroon", "value": 1},{"country": "Angola", "value": 1},{"country": "Rwanda", "value": 1},{"country": "Tunisia", "value": 1},{"country": "Zambia", "value": 1},{"country": "Gibraltar", "value": 1},{"country": "Lebanon", "value": 1},{"country": "Belize", "value": 1},
];
proxychart.radius = am4core.percent(70);
proxychart.innerRadius = am4core.percent(40);
var series = proxychart.series.push(new am4charts.PieSeries());
series.dataFields.value = "value";
series.dataFields.category = "country";
series.slices.template.cornerRadius = 10;
series.slices.template.innerCornerRadius = 7;
series.alignLabels = false;
proxychart.legend = new am4charts.Legend();
});
</script>
<script>
am4core.useTheme(am4themes_dark);
var phishingchart = am4core.create("phishingchart", am4charts.XYChart);
phishingchart.data = [
{"campaign": "Facebook", "domains": 133},{"campaign": "Instagram", "domains": 89},{"campaign": "Twitter", "domains": 43},{"campaign": "Covid", "domains": 366},{"campaign": "Virus", "domains": 10},{"campaign": "Support", "domains": 1664},{"campaign": "Portal", "domains": 674},{"campaign": "Office365", "domains": 17},{"campaign": "Microsoft", "domains": 51},{"campaign": "Linkedin", "domains": 22},{"campaign": "Adobe", "domains": 26},{"campaign": "Paypal", "domains": 148},{"campaign": "Visa", "domains": 239},{"campaign": "Amazon", "domains": 983},{"campaign": "Google", "domains": 262},{"campaign": "Banks", "domains": 2194},{"campaign": "Games", "domains": 385},{"campaign": "Crypto", "domains": 2596},{"campaign": "Alibaba", "domains": 25},{"campaign": "www", "domains": 1059},{"campaign": "Election", "domains": 423},{"campaign": "Zoom", "domains": 158},{"campaign": "Ryuk", "domains": 993},{"campaign": "Onlyfans", "domains": 12},{"campaign": "Gamestop", "domains": 12},{"campaign": "Dropbox", "domains": 5},
];
var categoryAxis = phishingchart.xAxes.push(new am4charts.CategoryAxis());
categoryAxis.dataFields.category = "campaign";
categoryAxis.renderer.grid.template.location = 0;
categoryAxis.renderer.minGridDistance = 30;
categoryAxis.renderer.labels.template.adapter.add("dy", function(dy, target) {
if (target.dataItem && target.dataItem.index & 2 == 2) {
return dy + 25;
}
return dy;
});
var valueAxis = phishingchart.yAxes.push(new am4charts.ValueAxis());
var series = phishingchart.series.push(new am4charts.ColumnSeries());
series.dataFields.valueY = "domains";
series.dataFields.categoryX = "campaign";
series.name = "Domains";
series.columns.template.tooltipText = "{categoryX}: [bold]{valueY}[/]";
series.columns.template.fillOpacity = .8;
series.columns.template.fill = am4core.color("limegreen").lighten(0);
series.columns.template.stroke = am4core.color("limegreen").lighten(0.1);
var columnTemplate = series.columns.template;
columnTemplate.strokeWidth = 2;
columnTemplate.strokeOpacity = 1;
</script>
</div>
Share on: