Skip to content

Commit d75a5cd

Browse files
authored
Merge pull request #66 from fkie-cad/blog-posts
Add blog post for v1.4.0
2 parents be72871 + f5bb1e3 commit d75a5cd

File tree

3 files changed

+48
-34
lines changed

3 files changed

+48
-34
lines changed

_posts/2024-01-23-initial-post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: First release of Intrusion Detection Datasets
44
subtitle: 43 datasets described in detail, with more to come!
55
gh-repo: fkie-cad/intrusion-detection-datasets
66
gh-badge: [star, fork, follow]
7-
tags: [datasets, webpage]
7+
tags: [datasets, features]
88
comments: true
99
author: Philipp Bönninghausen
1010
---

_posts/2024-06-04-version-1-4.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
layout: post
3+
title: News in v1.4.0
4+
subtitle: Plots, automated asset generation, three new dataset entries
5+
gh-repo: fkie-cad/intrusion-detection-datasets
6+
gh-badge: [star, fork, follow]
7+
tags: [dataset, features]
8+
comments: true
9+
author: Philipp Bönninghausen
10+
---
11+
12+
TL;DR:
13+
- New "Statistics" subpage with plots
14+
- Assets generation is now part of automated deployment
15+
- Main dataset table is now ordered by year instead of alphabetically
16+
- Renamed "Ground Truth" to "Indirect Labeling" for clarity
17+
- Three new datasets: UNIBS, ISOT Botnet, UWF-ZeekData22
18+
- Added related work
19+
- Updated/improved some entries
20+
21+
This update adds a new *Statistics* subpage, accessible via the navbar or [this link](/intrusion-detection-datasets/content/statistics).
22+
There, you can find plots visualizing various aspects of the surveyed datasets, along with detailed explanations.
23+
Plots are automatically generated from the CSV file added in v1.3.0.
24+
25+
Speaking of "automatically", asset generation - meaning CSV data and plots - is now *actually* automated.
26+
While these files were already generated by scripts, they had to be executed manually.
27+
Now, this process is integrated into the deployment of the website itself, ensuring that all datasets are actually included in the generated files (removing the human element of potentially forgetting to do that).
28+
29+
The main table itself has been updated in two ways:
30+
First, it is now ordered by year of creation as opposed to alphabetically.
31+
We feel like this makes more sense, as datasets do deprecate over time, which does not fit with the rigid structure imposed by the latter method.
32+
The new method also makes it easy to recognize any newly released datasets.
33+
Secondly, the three-class label for "Labeled?" has been changed from [Labeled, Ground Truth, No Labels] to [Direct, Indirect, No Labels] along with updated descriptions.
34+
The original naming was unclear, since labels itself are also a form of ground truth.
35+
36+
New dataset entries:
37+
- [ISOT Botnet](/intrusion-detection-datasets/content/datasets/isot_botnet)
38+
- [UNIBS](/intrusion-detection-datasets/content/datasets/unibs)
39+
- [UWF-ZeekData22](/intrusion-detection-datasets/content/datasets/uwf_zeekdata22)
40+
41+
Added related work:
42+
- [Kenyon et al.: Are public intrusion datasets fit for purpose characterising the state of the art in intrusion event datasets (2020)](/intrusion-detection-datasets/content/related_work/#are-public-intrusion-datasets-fit-for-purpose-characterising-the-state-of-the-art-in-intrusion-event-datasets-2020)
43+
- [Yang et al.: A systematic literature review of methods and datasets for anomaly-based network intrusion detection (2022)](/intrusion-detection-datasets/content/related_work/#a-systematic-literature-review-of-methods-and-datasets-for-anomaly-based-network-intrusion-detection-2022)
44+
45+
Changed entries (major):
46+
- [All entries]: Normalized description of benign user activity
47+
- Completely overhauled entry for CSE-CIC-IDS2018

content/datasets/botsv3.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)