Published August 19, 2026 | Version 1.0.0

APEX-IDS2026: A Real-World Network Perimeter Threat Dataset

Authors/Creators

Description

APEX-IDS2026 acts as a modern, large-scale, real-world benchmark for evaluating machine learning models in network intrusion detection. Historically, research in this field relies on synthetic datasets or outdated captures. APEX-IDS2026 solves this by supplying traffic captured from a live, internet-facing /24 IPv4 honeynet over a 44-day period in early 2026. This exposes models to actual threats rather than simulated lab environments.

The repository includes the data in two formats:

1. The Full Dataset (Partitioned): Contains 141.6 million records divided into three categories (Attacks, Suspicious, Normal). It includes traffic from 13,638 distinct attacking IP addresses targeting 64,084 unique ports and actual services (Redis, MongoDB, Elasticsearch, VoIP).

2. The High-Confidence Subset: A strictly filtered 69.1 million record subset containing only verified attacks (Tier 1) and verified benign flows (Tier 3). We created this subset exclusively for machine learning model training and evaluation. Real-world 'Normal' traffic often contains unclassified background noise or zero-day threats that compromise label integrity. The High-Confidence Subset guarantees a 0% false-positive ground truth on the attack class, and removes ambiguous/unverified background traffic entirely. This allows researchers to train binary classification models on verified malicious and verified benign traffic with absolute certainty regarding the labels.

Features include:

  • 5 summary Layer 7 attributes derived from over 70 raw fields extracted via the Zeek Network Analysis Framework (including HTTP, DNS, TLS, and SSH metadata).
  • Standard NetFlow v9 attributes (byte counts, packets, flags).
  • TCP connection states and inter-arrival time statistics.
  • Geographical and temporal data for all connections.

Note: All IP addresses are deterministically anonymized (SHA-256 truncation) to protect privacy while preserving subnet patterns for model training.

Files

apex_ids2026_hc_subset.zip

Files (5.7 GB)

Name Size
md5:115ed72bb8759d3ce90fe17c52a0ee98
1.2 GB Preview Download
md5:80203606f3c54e1275e6d092a3849805
640.1 MB Preview Download
md5:44dc19d8eaca3661ffb56d73b53e1f25
4.4 kB Preview Download
md5:d6243ed9fa277f908cb9643e028146c8
24.8 kB Preview Download
md5:a30569b6e305001daede1d002789b2d6
1.4 kB Download
md5:2ece4208fe41dea49495a2d92742edec
2.9 GB Preview Download
md5:4077666112a5606c0c6c8befc999f66f
16.5 kB Preview Download
md5:11729371824f6da28afbdf10d7e1eded
944.4 MB Preview Download
md5:7054b7afb2cba083ca064efda1048679
3.1 MB Preview Download

Additional details

Software

Repository URL
https://github.com/ju4700/APEX-IDS2026
Programming language
Python
Development Status
Active