CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01bvsam /cic-ids-2017 CIC-IDS-2017 Dataset This repository contains the CIC-IDS-2017 dataset with the original PCAPs and the CSVs converted to Parquet format for easier use. Dataset Structure Configurations machine_learning: Contains the flow-based features used for ML training (Converted from MachineLearningCVE CSVs). traffic_labels: Contains the labelled flows (Converted from TrafficLabelling CSVs). Timestamps have been normalized to UTC. Raw Data The pcap/ folder… See the full description on the dataset page: https://huggingface.co/datasets/bvsam/cic-ids-2017.tabulartabular-classification1M<n<10M3 likes1.3k downloads10mo agoHugging Face02c01dsnap /CIC-IDS2017The CICIDS2017 dataset consists of labeled network flows, including full packet payloads in pcap format, the corresponding profiles and the labeled flows (GeneratedLabelledFlows.zip) and CSV files for machine and deep learning purpose (MachineLearningCSV.zip) are publicly available for researchers. If you are using our dataset, you should cite our related paper which outlining the details of the dataset and its underlying principles: Iman Sharafaldin, Arash Habibi Lashkari, and Ali A.… See the full description on the dataset page: https://huggingface.co/datasets/c01dsnap/CIC-IDS2017.tabular1M<n<10M5 likes1.2k downloads3y agoHugging Face03lacg030175 /CICIDS2017 CICIDS2017 Network Intrusion Detection Dataset The CICIDS2017 dataset from the Canadian Institute for Cybersecurity, provided with temporal and random splits for fair evaluation. Configurations temporal (default) — Day-Based Temporal Split Note: standard is an alias for temporal — both load the same data. Train on Monday-Thursday, test on Friday. The model must generalize to unseen attack types (DDoS, Botnet, PortScan). from datasets import load_dataset ds =… See the full description on the dataset page: https://huggingface.co/datasets/lacg030175/CICIDS2017.tabulartabular-classification10M<n<100M0 likes327 downloads6mo agoHugging Face04Ariasyah /cic-ids-2017 CIC-IDS-2017 Dataset This repository contains the CIC-IDS-2017 dataset with the original PCAPs and the CSVs converted to Parquet format for easier use. Dataset Structure Configurations machine_learning: Contains the flow-based features used for ML training (Converted from MachineLearningCVE CSVs). traffic_labels: Contains the labelled flows (Converted from TrafficLabelling CSVs). Timestamps have been normalized to UTC. Raw Data The pcap/ folder… See the full description on the dataset page: https://huggingface.co/datasets/Ariasyah/cic-ids-2017.tabulartabular-classification1M<n<10M0 likes305 downloads9mo agoHugging Face05bvk /CICIDS-2017Raw network data was collected over a period of 5 days, Monday through Friday, and stored in PCAP files. Monday was used to create most of the Benign data, while the Attack-Network implemented various types of attacks over the next 4 days, such as Brute Force connections (FTP and SSH), several types of DoS attacks, as well as a Botnet attack, Infiltration attacks and subsequent Port-Scanning activity. The PCAP data was processed using a tool developed by one of the authors of [1], called… See the full description on the dataset page: https://huggingface.co/datasets/bvk/CICIDS-2017.tabular1M<n<10M0 likes277 downloads2y agoHugging Face06veera33 /CIC-IDS2017We have developed a Python package as a wrapper around Hugging Face Hub and Hugging Face Datasets library to access this dataset easily. NIDS Datasets The nids-datasets package provides functionality to download and utilize specially curated and extracted datasets from the original UNSW-NB15 and CIC-IDS2017 datasets. These datasets, which initially were only flow datasets, have been enhanced to include packet-level information from the raw PCAP files. The dataset contains both… See the full description on the dataset page: https://huggingface.co/datasets/veera33/CIC-IDS2017.tabulartext-classification100M<n<1B0 likes271 downloads7mo agoHugging Face07pcy12345BSU /CIC-IDS-2017We have developed a Python package as a wrapper around Hugging Face Hub and Hugging Face Datasets library to access this dataset easily. NIDS Datasets The nids-datasets package provides functionality to download and utilize specially curated and extracted datasets from the original UNSW-NB15 and CIC-IDS2017 datasets. These datasets, which initially were only flow datasets, have been enhanced to include packet-level information from the raw PCAP files. The dataset contains both… See the full description on the dataset page: https://huggingface.co/datasets/pcy12345BSU/CIC-IDS-2017.tabulartext-classification100M<n<1B1 likes200 downloads6mo agoHugging Face08qunatiX /cicids2017tabular1M<n<10M1 likes100 downloads19d agoHugging Face09San0160 /CICIDS-2017tabular1M<n<10M0 likes96 downloads4mo agoHugging Face10muzom /CIC-IDS2017The CICIDS2017 dataset consists of labeled network flows, including full packet payloads in pcap format, the corresponding profiles and the labeled flows (GeneratedLabelledFlows.zip) and CSV files for machine and deep learning purpose (MachineLearningCSV.zip) are publicly available for researchers. If you are using our dataset, you should cite our related paper which outlining the details of the dataset and its underlying principles: Iman Sharafaldin, Arash Habibi Lashkari, and Ali A.… See the full description on the dataset page: https://huggingface.co/datasets/muzom/CIC-IDS2017.tabular1M<n<10M0 likes88 downloads2mo agoHugging Face11punyamsingh /advtg-cicids2017-httptext10K<n<100K0 likes75 downloads18h agoHugging Face12bvk /CICIDS-2017-plustabular1M<n<10M0 likes52 downloads2y agoHugging Face13lacg030175 /CICIDS2017-raw CICIDS2017 (raw variant) Companion to lacg030175/CICIDS2017. This variant preserves rows with NaN or ±infinity values in any feature column (the original dataset drops them via pd.dropna). Intended for use with ThermometerEncoder(invalid_encoding="single_bit"), which treats missing / undefined values as a learnable is_invalid flag bit rather than silently encoding them as zero. Row counts Full dataset (all days): 2,830,743 rows Splits: random (80/20): 2,264,594 train /… See the full description on the dataset page: https://huggingface.co/datasets/lacg030175/CICIDS2017-raw.tabulartabular-classification10M<n<100M0 likes52 downloads5mo agoHugging Face14lifelonglab /CAD-CICIDS2017 CAD-CICIDS2017 Dataset Summary CAD-CICIDS2017 is a single-source continual anomaly detection benchmark scenario for network intrusion detection. It is derived from CIC-IDS2017 and converts the original tabular network-intrusion data into a sequence of concept-grouped tasks. The dataset contains 2,076,848 samples, 6 tasks, and has a reported 18.77% anomaly ratio in the test set. Intended Use This dataset is intended for research on: continual… See the full description on the dataset page: https://huggingface.co/datasets/lifelonglab/CAD-CICIDS2017.tabulartabular-classification1M<n<10M0 likes49 downloads1mo agoHugging Face15renuka1507 /cic-ids-2017 CIC-IDS-2017 Dataset This repository contains the CIC-IDS-2017 dataset with the original PCAPs and the CSVs converted to Parquet format for easier use. Dataset Structure Configurations machine_learning: Contains the flow-based features used for ML training (Converted from MachineLearningCVE CSVs). traffic_labels: Contains the labelled flows (Converted from TrafficLabelling CSVs). Timestamps have been normalized to UTC. Raw Data The pcap/ folder… See the full description on the dataset page: https://huggingface.co/datasets/renuka1507/cic-ids-2017.tabulartabular-classification1M<n<10M0 likes40 downloads7mo agoHugging Face16transformer112 /cicids2017-ids-dataset CICIDS2017 IDS Dataset (Cleaned + Topology-Injected) This dataset is a cleaned and topology-enriched version of the CICIDS2017 intrusion detection dataset. Details Total Flows: 1,385,330 Features: 58 numerical features Attack Classes: 14 raw → 8 unified threat families Includes: IP topology reconstruction (source/destination IPs mapped from attack labels) Processing NaN/Inf/negative value removal Zero-variance feature drop Collinearity pruning… See the full description on the dataset page: https://huggingface.co/datasets/transformer112/cicids2017-ids-dataset.tabulartabular-classification10K<n<100K0 likes33 downloads3mo agoHugging Face17DeepTempo /cic-ids-2017-flowprep CIC-IDS-2017 — Canonical NetFlow (flowprep) A ~101k-row slice of the CIC-IDS-2017 intrusion-detection dataset, normalized into a single clean, typed, unit-normalized canonical NetFlow parquet table by flowprep — the open-source flow canonicalization tool DeepTempo runs in production ahead of inference. This is a conversion proof-point: it shows what a real, messy research dataset looks like after flowprep canonicalize resolves its vendor column names, infers its units, and types… See the full description on the dataset page: https://huggingface.co/datasets/DeepTempo/cic-ids-2017-flowprep.tabulartabular-classification100K<n<1M0 likes31 downloads3mo agoHugging Face18yasirchemmakh /Cicids2017_Suricata_Logstabular1M<n<10M1 likes27 downloads2y agoHugging Face19NGCong /CI-CIDS2017tabular1K<n<10K0 likes25 downloads2y agoHugging Face20sonnh-tech1 /cic-ids-2017tabulartext-classification1M<n<10M0 likes21 downloads1y agoHugging Face21ksay1o /CIC-IDS2017The CICIDS2017 dataset consists of labeled network flows, including full packet payloads in pcap format, the corresponding profiles and the labeled flows (GeneratedLabelledFlows.zip) and CSV files for machine and deep learning purpose (MachineLearningCSV.zip) are publicly available for researchers. If you are using our dataset, you should cite our related paper which outlining the details of the dataset and its underlying principles: Iman Sharafaldin, Arash Habibi Lashkari, and Ali A.… See the full description on the dataset page: https://huggingface.co/datasets/ksay1o/CIC-IDS2017.tabular1M<n<10M0 likes19 downloads8mo agoHugging Face22abluva /CIC-IDS-2017-V2The CIC-IDS-V2 is an extended version of the original CIC-IDS 2017 dataset. The dataset is normalised and 1 new class called "Comb" is added which is a combination of synthesised data of multiple non-benign classes. To cite the dataset, please reference the original paper with DOI: 10.1109/SmartNets61466.2024.10577645. The paper is published in IEEE SmartNets and can be accessed here:… See the full description on the dataset page: https://huggingface.co/datasets/abluva/CIC-IDS-2017-V2.tabular1M<n<10M0 likes16 downloads2y agoHugging Face23vishwa132 /CICIDS-2017Raw network data was collected over a period of 5 days, Monday through Friday, and stored in PCAP files. Monday was used to create most of the Benign data, while the Attack-Network implemented various types of attacks over the next 4 days, such as Brute Force connections (FTP and SSH), several types of DoS attacks, as well as a Botnet attack, Infiltration attacks and subsequent Port-Scanning activity. The PCAP data was processed using a tool developed by one of the authors of [1], called… See the full description on the dataset page: https://huggingface.co/datasets/vishwa132/CICIDS-2017.tabular1M<n<10M0 likes13 downloads7mo agoHugging Face24petal0 /Augmented_CIC-IDS2017tabularfeature-extraction1M<n<10M0 likes10 downloads1y agoHugging Face25maruuf /CICIDS2017-preprocessed-datasettabular1M<n<10M0 likes10 downloads10mo agoHugging Face26kumaranimesh1901 /CICIDS-2017Raw network data was collected over a period of 5 days, Monday through Friday, and stored in PCAP files. Monday was used to create most of the Benign data, while the Attack-Network implemented various types of attacks over the next 4 days, such as Brute Force connections (FTP and SSH), several types of DoS attacks, as well as a Botnet attack, Infiltration attacks and subsequent Port-Scanning activity. The PCAP data was processed using a tool developed by one of the authors of [1], called… See the full description on the dataset page: https://huggingface.co/datasets/kumaranimesh1901/CICIDS-2017.tabular1M<n<10M0 likes10 downloads6mo agoHugging Face27gyawalishiva /cic-ids-2017-textualtext1M<n<10M0 likes8 downloads1y agoHugging Face28vxfnull /CIC-IDS2017tabular1M<n<10M0 likes8 downloads7mo agoHugging Face29mehddii /cicids2017-processedtabular1M<n<10M0 likes8 downloads5mo agoHugging Face30desonglll /CIC-IDS-2017-V2tabular1M<n<10M0 likes7 downloads1y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.