<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>labeled cybersecurity datasets for machine learning &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/labeled-cybersecurity-datasets-for-machine-learning/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 24 Sep 2026 23:08:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.2</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>labeled cybersecurity datasets for machine learning &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>New Open-Source Simulator Generates Labeled DDoS Attack Data for 5G Networks</title>
		<link>https://scienmag.com/new-open-source-simulator-generates-labeled-ddos-attack-data-for-5g-networks/</link>
		
		<dc:creator><![CDATA[Hailey Crawford]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 23:08:36 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[5G]]></category>
		<category><![CDATA[5G network simulation]]></category>
		<category><![CDATA[5G protocol stack modeling]]></category>
		<category><![CDATA[botnet]]></category>
		<category><![CDATA[DDoS]]></category>
		<category><![CDATA[DDoS attack detection in telecommunications]]></category>
		<category><![CDATA[discrete-event network simulation tools]]></category>
		<category><![CDATA[industrial IoT security and DDoS threats]]></category>
		<category><![CDATA[intrusion detection]]></category>
		<category><![CDATA[IoT]]></category>
		<category><![CDATA[labeled cybersecurity datasets for machine learning]]></category>
		<category><![CDATA[labeled datasets]]></category>
		<category><![CDATA[layered simulation frameworks for 5G]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning cybersecurity for 5G]]></category>
		<category><![CDATA[modeling botnet behavior in 5G networks]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[OMNeT++]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[open-source DDoS attack dataset generation]]></category>
		<category><![CDATA[open-source network security research tools]]></category>
		<category><![CDATA[realistic network attack simulation]]></category>
		<category><![CDATA[Simu5G]]></category>
		<category><![CDATA[simulation]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=212951</guid>

					<description><![CDATA[An open-source simulation framework called DDoSimu5G generates precisely labeled DDoS attack datasets inside a simulated 5G network, giving machine-learning intrusion detectors a reproducible source of realistic training data.]]></description>
										<content:encoded><![CDATA[<p>Every connected car, smart meter, and industrial sensor riding on a 5G network is a potential foot soldier for a botnet. Distributed denial-of-service attacks, in which thousands of compromised devices flood a target with junk traffic, are among the most damaging threats to modern telecommunications infrastructure, and the machine-learning systems designed to catch them are only as good as the data they are trained on. Now, a researcher has released an open-source simulation framework that lets security teams manufacture realistic, precisely labeled DDoS attack datasets inside a fully simulated 5G network, without touching a single live base station.</p>
<p>The framework, called DDoSimu5G, is described in the journal SoftwareX by Karim Khalil, who reports support from the ELLIIT and WASP research programs. Version 2.0 of the tool is built as a layered extension of three established open-source platforms: the OMNeT++ discrete-event simulation kernel, the INET networking framework, and Simu5G, which models the 5G New Radio protocol stack including gNodeB base stations, NR-capable user equipment, and the User Plane Function with GTP-U tunneling. On top of that foundation, DDoSimu5G adds four new layers of its own: a common utilities layer, an application layer of benign and adversarial traffic generators, a controller layer that orchestrates attacks, and a configuration layer driven by declarative JSON files.</p>
<p>What makes the framework unusual is the care it takes with ground truth. Machine-learning intrusion detectors need to know, packet by packet, which traffic is benign and which is malicious, and existing approaches to obtaining that knowledge are awkward. Real 5G testbeds built on open-source stacks such as OpenAirInterface, Open5GS, or Free5GC offer high protocol fidelity but require external attack scripts, manual synchronization of attack periods, and post-hoc labeling. Standard simulators such as NS-3 and Simu5G are repeatable and controllable, but they do not natively support DDoS orchestration or integrated labeling. Tools like the Intrusion Detection Dataset Toolkit can inject malicious traffic into existing traces, but they depend on externally captured data rather than traffic generated inside a configurable 5G environment.</p>
<p>DDoSimu5G attacks the problem from both ends of the labeling pipeline. Every malicious packet carries an attack-type identifier directly in the IPv4 Type of Service field, a technique the author calls in-band labeling. Because the marker rides inside the packet header and survives GTP-U encapsulation, analysts can classify packets straight from the PCAP capture without relying on timestamp correlation, a process that becomes unreliable under scheduling variability or packet loss. In parallel, the framework writes out-of-band CSV annotations recording transmission direction, traffic type, spoofing status, and attack labels, preserving application-level context that cannot fit in a header. After the simulation, an offline script converts the TOS-marked captures into labeled CSVs and automatically zeroes the TOS, DSCP, and ECN fields, preventing the artificial ground-truth markers from leaking into the feature sets used to train detectors.</p>
<p>The framework also cleanly separates two concepts that are often conflated: attacks and infections. An attack is the traffic behavior executed by a compromised device, such as a UDP flood or a TCP SYN flood, while an infection is the moment a previously benign user equipment transitions to an adversarial state. Because these are configured independently, researchers can stage botnet-style campaigns in which devices turn hostile at staggered times, run multiple concurrent attack styles, and mix benign and adversarial traffic on the very same device. A centralized DataTrafficController reads an external infection timeline and schedules per-device state transitions at exact simulation times, instantiating the appropriate attack application from the device&#8217;s JSON profile.</p>
<p>Four attack models ship with the framework, reflecting behaviors observed in IoT malware families such as Bashlite and Satori: volumetric UDP floods, resource-exhausting TCP SYN floods, reflection-based DNS amplification, and application-layer HTTP floods. Each attack&#8217;s intensity over time is modeled as a configurable rate function, with constant, ramping, pulsing, and slow-rate temporal patterns, and transmission modes that determine whether benign traffic continues, stops, or is reduced during the attack. The framework even handles a subtle but important detail: it suppresses the artificial reply traffic that servers would otherwise generate in response to spoofed packets, such as DNS responses to forged queries or TCP reset packets to spoofed SYN segments, which would otherwise distort the captured traffic distributions.</p>
<p>To demonstrate the framework end to end, the paper walks through a 31-device scenario spanning five gNodeBs, a two-tier UPF architecture, and five backend servers, with devices playing roles ranging from industrial sensors and wearable health monitors to connected vehicles, drone controllers, and asset trackers. Thirteen of the devices carry both benign and adversarial profiles, while eighteen remain purely benign. Infections are staggered from 50 seconds to 340 seconds into the 600-second simulation, and each infected device is assigned one of the four attack types with a distinct temporal style and transmission mode. The result is a dataset of 336,751 packets and roughly 161 megabytes of traffic, of which 27.8 percent is malicious, all generated in 205 seconds of wall-clock time, about 2.93 times faster than real time, with peak memory usage below 132 megabytes.</p>
<p>The consistency checks are where the framework earns its credibility. Packet counts in the UPF capture matched application-layer label records to within 2.8 percent overall, with discrepancies attributable to ordinary TCP control behavior, retransmissions, and timing differences between capture points. More strikingly, because the gNodeB and the UPF observe the same uplink packets before and after GTP-U decapsulation, per-attack-type counts must agree across the two vantage points, and they did exactly: a ratio of 1.000 and a cosine similarity of 1.0000 across all four attack classes. The dual-vantage capture design itself is a research asset, letting analysts study how identical attack traffic appears at the radio edge and at the core network simultaneously.</p>
<p>The framework&#8217;s authors also showed that the output plugs directly into conventional intrusion-detection workflows. After stripping the PPP framing that Simu5G&#8217;s packet recorder emits, the sanitized UPF capture was processed with the Argus flow tool, yielding 21,125 bidirectional flows, every one of which was successfully matched to its ground-truth label using 5-tuple matching, for 100 percent label-mapping coverage. The per-class flow statistics tell intuitive stories: TCP SYN floods produce short single-packet flows with no return traffic, while HTTP, UDP, and DNS attacks produce distinctive packet counts, durations, and byte volumes, and benign communication shows traffic in both directions. Crucially, because the internal TOS marker is sanitized before feature extraction, the resulting flow records carry no trace of the framework&#8217;s artificial labeling channel.</p>
<p>The tool has honest limitations. Source-address spoofing is represented semantically in the CSV labels rather than by rewriting IPv4 headers, since the underlying network configurator binds each module&#8217;s address to its interface, a constraint that mirrors real 5G networks where the User Plane Function enforces uplink source verification; researchers who want spoofed headers must apply them as a separate post-processing step. The framework currently covers only unencrypted user-plane traffic and does not model 5G control-plane attacks such as PFCP exploitation or network-slicing abuse. Planned extensions include MQTT, CoAP, and QUIC traffic models and systematic quality comparisons against established benchmark datasets such as 5G-NIDD, CIC-DDoS2019, and UNSW-NB15. Even so, the release fills a genuine gap: rather than forcing security researchers to choose between fixed public datasets and laboriously orchestrated testbed experiments, DDoSimu5G lets them generate controlled, reproducible, and endlessly variable labeled DDoS datasets on demand, all under an LGPL-3.0 license with the code and a reproducible capsule publicly available.</p>
<p><strong>Subject of Research:</strong> A simulation framework for generating labeled DDoS traffic datasets in 5G networks</p>
<p><strong>Article Title:</strong> DDoSimu5G: A simulation framework for generating labeled DDoS traffic datasets in 5G network</p>
<p><strong>Article References:</strong> Khalil, K. (2026). DDoSimu5G: A simulation framework for generating labeled DDoS traffic datasets in 5G network. <em>SoftwareX, 36</em>, Article 103053. <a href="https://doi.org/10.1016/j.softx.2026.103053" rel="noopener noreferrer">https://doi.org/10.1016/j.softx.2026.103053</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1016/j.softx.2026.103053" rel="noopener noreferrer">10.1016/j.softx.2026.103053</a></p>
<p><strong>Keywords:</strong> DDoS, 5G, network security, intrusion detection, simulation, OMNeT++, Simu5G, IoT, botnet, machine learning, open source, labeled datasets</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">212951</post-id>	</item>
	</channel>
</rss>
