Baselight

Dataset For Detection In Multi-IDS Environment

IDS data from a Multi-IDS environment Simulated in GNS3

@kaggle.arkaghoshcs_dataset_for_multi_ids_environment

Loading...
Loading...

About this Dataset

Dataset For Detection In Multi-IDS Environment

The dataset presented aims to support research in developing robust Intrusion Detection Systems (IDS) for modern networks. It simulates a network environment of a fictitious organization with multiple vulnerable hosts and strategic IDS deployments. The experimental setup uses virtual machines to emulate an attacker machine, vulnerable hosts, and IDS devices, connected via Open vSwitches (OVS) with port mirroring to capture traffic. Attack scenarios include multi-hop attacks targeting internal hosts by exploiting vulnerabilities and bypassing traffic restrictions. The raw PcapNG files are complemented with extracted features in CSV format, supporting Machine Learning (ML) analysis. The dataset is designed for training and evaluating IDS models capable of detecting complex, multi-stage attacks in realistic network environments.

Tables

Ids 4

@kaggle.arkaghoshcs_dataset_for_multi_ids_environment.ids_4
  • 1.57 MB
  • 68261 rows
  • 10 columns
Loading...

CREATE TABLE ids_4 (
  "packet_number" BIGINT,
  "src_ip" VARCHAR,
  "dst_ip" VARCHAR,
  "protocol" VARCHAR,
  "src_port" DOUBLE,
  "dst_port" DOUBLE,
  "tcp_payload_hex" VARCHAR,
  "tcp_payload_ascii" VARCHAR,
  "error" VARCHAR,
  "is_attack" VARCHAR
);

Ids 1

@kaggle.arkaghoshcs_dataset_for_multi_ids_environment.ids_1
  • 3.17 MB
  • 134225 rows
  • 10 columns
Loading...

CREATE TABLE ids_1 (
  "packet_number" BIGINT,
  "src_ip" VARCHAR,
  "dst_ip" VARCHAR,
  "protocol" VARCHAR,
  "src_port" DOUBLE,
  "dst_port" DOUBLE,
  "tcp_payload_hex" VARCHAR,
  "tcp_payload_ascii" VARCHAR,
  "error" VARCHAR,
  "is_attack" VARCHAR
);

Ids 2

@kaggle.arkaghoshcs_dataset_for_multi_ids_environment.ids_2
  • 3.33 MB
  • 134965 rows
  • 10 columns
Loading...

CREATE TABLE ids_2 (
  "packet_number" BIGINT,
  "src_ip" VARCHAR,
  "dst_ip" VARCHAR,
  "protocol" VARCHAR,
  "src_port" DOUBLE,
  "dst_port" DOUBLE,
  "tcp_payload_hex" VARCHAR,
  "tcp_payload_ascii" VARCHAR,
  "error" VARCHAR,
  "is_attack" VARCHAR
);

Ids 3

@kaggle.arkaghoshcs_dataset_for_multi_ids_environment.ids_3
  • 4.72 MB
  • 136069 rows
  • 10 columns
Loading...

CREATE TABLE ids_3 (
  "packet_number" BIGINT,
  "src_ip" VARCHAR,
  "dst_ip" VARCHAR,
  "protocol" VARCHAR,
  "src_port" DOUBLE,
  "dst_port" DOUBLE,
  "tcp_payload_hex" VARCHAR,
  "tcp_payload_ascii" VARCHAR,
  "error" VARCHAR,
  "is_attack" VARCHAR
);

Share link

Anyone who has the link will be able to view this.