<?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>federated machine learning for cybersecurity &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/federated-machine-learning-for-cybersecurity/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Tue, 08 Sep 2026 06:59:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>federated machine learning for cybersecurity &#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>Federated Learning Spots Malicious Domain Names Across Heterogeneous IoT Data</title>
		<link>https://scienmag.com/federated-learning-spots-malicious-domain-names-across-heterogeneous-iot-data/</link>
		
		<dc:creator><![CDATA[Veronica Carney]]></dc:creator>
		<pubDate>Tue, 08 Sep 2026 06:59:33 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[challenges of data heterogeneity in federated learning]]></category>
		<category><![CDATA[decentralized machine learning for cybersecurity]]></category>
		<category><![CDATA[decentralized malware monitoring]]></category>
		<category><![CDATA[detecting malicious domains without raw data transfer]]></category>
		<category><![CDATA[distributed machine learning for IoT]]></category>
		<category><![CDATA[distributed malware detection]]></category>
		<category><![CDATA[domain generation algorithms (DGAs) detection]]></category>
		<category><![CDATA[federated learning applications in IoT]]></category>
		<category><![CDATA[federated learning for IoT security]]></category>
		<category><![CDATA[federated machine learning for cybersecurity]]></category>
		<category><![CDATA[federated malware detection in heterogeneous IoT environments]]></category>
		<category><![CDATA[heterogeneous data in federated learning]]></category>
		<category><![CDATA[IoT device domain name resolution]]></category>
		<category><![CDATA[IoT device domain resolution security]]></category>
		<category><![CDATA[IoT malware prevention through federated models]]></category>
		<category><![CDATA[IoT network security challenges]]></category>
		<category><![CDATA[IoT network security with federated learning]]></category>
		<category><![CDATA[malicious domain detection in IoT networks]]></category>
		<category><![CDATA[malicious domain name detection in IoT networks]]></category>
		<category><![CDATA[privacy-preserving IoT threat detection]]></category>
		<category><![CDATA[privacy-preserving IoT threat identification]]></category>
		<category><![CDATA[real-time malicious domain identification]]></category>
		<guid isPermaLink="false">https://scienmag.com/federated-learning-spots-malicious-domain-names-across-heterogeneous-iot-data/</guid>

					<description><![CDATA[Every day, billions of Internet of Things devices quietly resolve domain names: smart cameras, routers, industrial sensors, medical monitors and household appliances all depend on the Domain Name System to reach the servers that keep them functioning. That same plumbing, however, has become one of the favorite channels of malware authors. A new study published [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Every day, billions of Internet of Things devices quietly resolve domain names: smart cameras, routers, industrial sensors, medical monitors and household appliances all depend on the Domain Name System to reach the servers that keep them functioning. That same plumbing, however, has become one of the favorite channels of malware authors. A new study published in the Journal of Network and Systems Management describes a federated learning-based mechanism that can detect malicious domain names across IoT networks without ever moving users&#8217; raw data off their devices, and it does so while contending with one of the hardest problems in distributed machine learning: data that looks completely different from one client to the next.</p>
<p>The research, led by Jialiang Peng and An Li of the School of Computer and Big Data at Heilongjiang University in China, together with Dong Yang of Heilongjiang University and Ahmed A. Abd El-Latif of Prince Sultan University in Saudi Arabia and Menoufia University in Egypt, addresses a threat that has grown in step with the IoT boom. Malware families routinely use domain generation algorithms, or DGAs, which churn out vast numbers of pseudo-random domain names on a schedule. The infected device and its command-and-control server simply compute the same sequence of names, and the botnet operator registers only one or a handful of them in advance. Filtering out the noise of thousands of throwaway domains lets the malware dodge static blocklists, re-establish contact after takedowns and deliver remote code execution payloads or implant backdoors on vulnerable devices.</p>
<p>Classical defenses against DGA traffic have evolved considerably. Early approaches relied on lexical analysis, measuring features such as string entropy, digit-to-letter ratios and the presence of uncommon n-grams to separate machine-generated names from human-registered ones. Later work brought in deep learning, with long short-term memory networks, convolutional neural networks and attention-based models learning to distinguish algorithmically generated names directly from character sequences. These centralized models can be highly accurate, but they share a structural weakness: they require massive collections of domain-name query logs to be harvested from IoT devices and shipped to a central server for training. DNS query data is anything but anonymous in practice. It reveals which websites a household visits, when industrial equipment communicates, and which third-party services a smart gadget silently contacts. Aggregating that data at scale raises serious privacy concerns, and in many jurisdictions it may raise legal ones too.</p>
<p>Federated learning offers an alternative architecture. Instead of centralizing data, each participating client, whether a home gateway, an enterprise IoT hub or an industrial edge node, trains a model locally on its own query logs and sends only model updates, typically gradients or weights, to an aggregation server. The server averages the updates into a global model and redistributes it. Raw domain queries never leave the premises. The concept, introduced in its modern form by McMahan and colleagues in 2017, has since been applied to malware and intrusion detection in IoT settings, but the authors of the new study argue that existing federated detection systems run into trouble the moment real-world heterogeneity enters the picture.</p>
<p>That heterogeneity is twofold. First, domain-name distributions across IoT clients are inherently non-IID, meaning not independent and identically distributed. A smart-home gateway sees an entirely different vocabulary of domains than a factory controller or a hospital&#8217;s device network. One client may encounter almost no malicious domains in a given period while another is under active attack, producing drastic imbalances in both class labels and feature distributions. Second, the clients themselves differ wildly in computational capacity, so heavy models trained on powerful servers cannot simply be assumed to run everywhere. When federated training proceeds over such skewed data, standard averaging of local updates can cause the global model to oscillate, converge slowly, or settle into a state that performs well for the majority clients but poorly for the minority, precisely the clients most likely to be under attack.</p>
<p>The researchers&#8217; proposed mechanism confronts these problems on several fronts at once. At the heart of the local model lies a pre-trained transfer learning model. Rather than training a domain classifier from scratch on each client&#8217;s meager and skewed data, the system begins from representations learned on large external corpora and fine-tunes them under the federated objective. This choice serves as a stabilizer: because the pre-trained backbone already encodes generalizable structure of domain-name strings, local training can focus on adapting decision boundaries rather than rediscovering basic features, which reduces the amount of data each client needs and cushions the global model against the pull of non-IID updates. The authors report that leveraging the pre-trained model under federated learning measurably mitigates the performance degradation that data heterogeneity would otherwise inflict.</p>
<p>The second pillar of the contribution is an optimization of the local loss function, engineered with two goals: reducing communication cost and improving convergence stability during federated training rounds. Communication, not computation, is often the binding constraint in federated deployments that span thousands of resource-limited devices. By reshaping what the local model optimizes before updates are transmitted, the method encourages local solutions that are closer to the global optimum, so fewer rounds of weight exchange are needed to reach a usable consensus. The loss modification also dampens the client-drift phenomenon, in which individual participants wander into distant regions of parameter space on their skewed local data and drag the aggregated global model off course.</p>
<p>To test the design, the team carried out extensive experiments on diverse benchmark datasets assembled from well-known public sources of benign and malicious domains, including top-site rankings used for legitimate traffic, DGA feeds tracked by Netlab 360, open-source intelligence feeds of Bambenek Consulting, and the DGArchive database maintained by the Fraunhofer FKIE. These collections cover the wide zoo of DGA families that modern botnets deploy, from short numeric-looking names to long word-salad constructions, alongside the legitimate domains that must not be falsely flagged. The federated detection approach was benchmarked against several state-of-the-art baseline methods under federated constraints, and according to the authors it consistently delivered superior detection performance while guaranteeing that privacy protection was preserved throughout training.</p>
<p>The technical implications reach beyond DGA detection alone. Domain-flux is only one member of a family of DNS-based evasion techniques; DNS tunneling, in which attackers exfiltrate data or shuttle commands encoded inside seemingly innocuous queries, poses a related challenge. A privacy-preserving federated detector trained across heterogeneous networks could in principle be extended to such behaviors, giving defenders a shared intelligence layer without a shared data warehouse. The study also adds to a growing literature, surveyed in venues such as IEEE Access and ACM Computing Surveys, on decentralized learning over non-IID data, a problem that has become central as federated techniques spread from keyboard prediction on phones to healthcare, industrial monitoring and now network defense.</p>
<p>There remain, of course, open questions that the federated paradigm must answer before large-scale rollout. Federated aggregation itself can become an attack surface: a compromised client can submit poisoned updates, and the aggregation server, though it never sees raw queries, is a high-value target. The authors report no conflicts of interest and note that no new datasets were generated or analyzed beyond the benchmarks used, but the practical deployment questions of secure aggregation, differential privacy noise, and incentive design for participants remain active research territory. Communication cost, even when optimized, is nonzero, and IoT devices with milliwatt-scale power budgets will continue to demand leaner local models.</p>
<p>Still, the work is a concrete demonstration that the trade-off between security and privacy in IoT defense is not as sharp as it once appeared. By combining pre-trained transfer learning, a carefully optimized local loss and a federated training regime designed for heterogeneous data distributions, the researchers show that distributed networks of devices can learn to recognize the telltale signatures of algorithmically generated malicious domains collectively, without any single party surrendering its users&#8217; query histories. For a world heading toward tens of billions of connected devices, mechanisms like this may prove essential: the alternative, centralized dragnet collection of DNS traffic, is rapidly becoming both technically unwieldy and socially unacceptable. The study received support from the Heilongjiang Provincial Natural Science Foundation of China and the Fundamental Research Funds for Heilongjiang Universities, with additional support from Prince Sultan University.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Privacy-preserving federated learning for detecting malicious domain generation algorithm (DGA) domain names in Internet of Things networks with heterogeneous, non-IID data distributions.</p>
<p><strong>Article Title:</strong> Federated Detection of Malicious Domain Names in the Internet of Things with Heterogeneous Data Distribution</p>
<p><strong>Article References:</strong> Peng, J., Li, A., Yang, D., &amp; El-Latif, A. A. A. (2026). Federated Detection of Malicious Domain Names in the Internet of Things with Heterogeneous Data Distribution. <em>Journal of Network and Systems Management, 34</em>(4), Article 113. <a href="https://doi.org/10.1007/s10922-026-10092-z" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s10922-026-10092-z</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10922-026-10092-z" target="_blank" rel="noopener noreferrer">10.1007/s10922-026-10092-z</a></p>
<p><strong>Keywords:</strong> Internet of Things, Malicious domain names, Federated learning, Domain generation algorithms, Heterogeneous data distribution, Non-IID data, Pre-trained transfer learning model, Privacy preservation, DNS security, Botnet detection, Malware detection, Communication efficiency</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">189978</post-id>	</item>
	</channel>
</rss>
