<?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>cybersecurity threat intelligence &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/cybersecurity-threat-intelligence/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Sep 2026 14:23:39 +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>cybersecurity threat intelligence &#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>Vib-ner enables out-of-vocabulary recognition in cybersecurity threat intelligence</title>
		<link>https://scienmag.com/vib-ner-enables-out-of-vocabulary-recognition-in-cybersecurity-threat-intelligence/</link>
		
		<dc:creator><![CDATA[Hailey Crawford]]></dc:creator>
		<pubDate>Fri, 11 Sep 2026 14:23:35 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[advancements in cyber threat recognition]]></category>
		<category><![CDATA[AI in cybersecurity]]></category>
		<category><![CDATA[artificial intelligence in cybersecurity]]></category>
		<category><![CDATA[automated cyber defense improvements]]></category>
		<category><![CDATA[cybersecurity entity extraction]]></category>
		<category><![CDATA[cybersecurity report entity extraction]]></category>
		<category><![CDATA[cybersecurity threat intelligence]]></category>
		<category><![CDATA[fast training models for cybersecurity applications]]></category>
		<category><![CDATA[improving F1 scores in threat identification]]></category>
		<category><![CDATA[information-theoretic techniques in cybersecurity]]></category>
		<category><![CDATA[machine learning for cyber threat detection]]></category>
		<category><![CDATA[mutual information-based loss functions]]></category>
		<category><![CDATA[out-of-vocabulary threat detection]]></category>
		<category><![CDATA[out-of-vocabulary threat recognition]]></category>
		<category><![CDATA[threat term identification in cyber reports]]></category>
		<category><![CDATA[unstructured security report analysis]]></category>
		<category><![CDATA[VIB-NER model for cyber defense]]></category>
		<category><![CDATA[VIB-NER model for threat recognition]]></category>
		<category><![CDATA[zero-day attack detection]]></category>
		<guid isPermaLink="false">https://scienmag.com/vib-ner-enables-out-of-vocabulary-recognition-in-cybersecurity-threat-intelligence/</guid>

					<description><![CDATA[Cybersecurity researchers have unveiled a new artificial intelligence model that dramatically improves how machines identify never-before-seen threat terms buried in unstructured security reports, a longstanding weak point in automated cyber defense. The model, called VIB-NER, was developed by a team at the National Security Research Institute at Shihezi University in Xinjiang, China, and is described [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Cybersecurity researchers have unveiled a new artificial intelligence model that dramatically improves how machines identify never-before-seen threat terms buried in unstructured security reports, a longstanding weak point in automated cyber defense. The model, called VIB-NER, was developed by a team at the National Security Research Institute at Shihezi University in Xinjiang, China, and is described in a study published in the journal Cybersecurity. By combining an information-theoretic technique known as the variational information bottleneck with a mutual information-based loss function, the system achieves F1 scores of around 79 percent, recall of 77 percent, and precision of 80 percent on cybersecurity threat intelligence entity extraction tasks—a 4 to 8 percent improvement over mainstream models such as E-NER. Just as striking, the model cuts the time consumed per training batch by half compared with existing approaches.</p>
<p>The work addresses a problem that has grown increasingly urgent as cyberattacks multiply in both volume and sophistication. Zero-day attacks, emerging exploitation techniques, and traditional security risks now intertwine to produce composite incidents such as data breaches, system intrusions, and financial fraud, threats that imperil individuals, enterprises, and national security alike. Since Gartner formalized the concept of Cyber Threat Intelligence, or CTI, in 2013, security organizations have sought to build knowledge systems encompassing threat scenarios, attack mechanisms, indicator features, impact assessments, and disposal strategies. The promise of CTI is substantial: precise threat response solutions and a significant reduction in the workload of security analysts through automated analysis, strengthening proactive defense at the tactical level.</p>
<p>The obstacle is that threat intelligence overwhelmingly exists as unstructured text—vast in scale, decentralized, fragmented, and full of hidden relationships. Attackers constantly invent new tactics, from enticing users to execute malicious files to exploiting undisclosed vulnerabilities, and the pipeline from intelligence collection to distribution can stretch across months. The result is a flood of out-of-vocabulary, or OOV, terms: hash values, vulnerability identifiers, novel malware names, and hacker group designations that no model has encountered during training. Named entity recognition, the natural language processing task of locating and classifying names within text, is the critical first step in converting this textual deluge into machine-readable threat knowledge graphs. Yet traditional NER models, which lean heavily on explicit entity mention information, suffer severe performance degradation when confronted with these unfamiliar terms.</p>
<p>&#8220;Named entity recognition technology has demonstrated excellent performance in extracting specific threat information, particularly in dealing with datasets that contain many out-of-vocabulary words, with span prediction models showing more pronounced effects,&#8221; the researchers note. However, these advanced span prediction approaches have received inadequate attention in the CTI field specifically. The team&#8217;s central question was how to construct a novel span prediction learning framework that better handles the OOV issues endemic to threat intelligence datasets—where the morphological structure of professional OOV words like hash values and vulnerability numbers differs fundamentally from general-domain vocabulary, and where the long-range dependencies of advanced persistent threat report texts place heavy demands on contextual modeling.</p>
<p>VIB-NER&#8217;s architecture builds on the span-based approach to NER, which treats entity recognition as a text span classification problem rather than tagging each token in a sequence. The model comprises three core modules: a token representation layer, a span representation layer, and a span classification layer. For every possible span in a sentence, the span representation layer combines boundary embeddings—the encoded representations of the span&#8217;s start and end tokens—with a learnable length embedding that captures the span&#8217;s size. The token representation layer then encodes these inputs using non-contextual word embeddings passed through a contextual encoder such as a transformer, with BERT-large serving as the base encoder in the team&#8217;s experiments.</p>
<p>The innovation lies in what happens next. The researchers inserted a Variational Information Bottleneck layer between span enumeration and classification. An encoder function processes each initial span representation to produce a K-dimensional mean vector and a K-by-K covariance matrix, together describing the probability distribution of a latent variable. Through the reparameterization trick—adding scaled standard normal noise—the layer samples a compressed latent representation that retains task-relevant information while discarding redundant detail. In information-theoretic terms, the model seeks an encoding that maximizes mutual information with the target entity labels while constraining redundancy with the raw input, a trade-off balanced by a Lagrange multiplier. The first objective urges the latent representation to retain the key information needed to predict entity labels—for example, distinguishing malware hashes from normal file hashes in CTI texts—while the second forces it to discard task-irrelevant noise.</p>
<p>This bottleneck mechanism is paired with a dynamic loss function based on mutual information maximization that quantifies the statistical dependency between span representations and entity labels. During training, the combined objective guides the model to dynamically balance the threshold between feature compression and information retention. The researchers found that model performance improves markedly when the adjustment coefficients are low, with the best results at a gamma value of 1e-5; as the value increases further, performance declines, indicating that excessive bottleneck constraints can weaken the model&#8217;s generalization to unknown domain entities. The design ensures the model remains focused on the core NER task while simultaneously enhancing representation quality, avoiding both the reduced classification performance caused by over-compression and the noise residue left by insufficient compression.</p>
<p>To validate the approach, the team first benchmarked VIB-NER against state-of-the-art models on general-domain datasets with high OOV rates, including WNUT 2017, TwitterNER, Conll03-Typos, and Conll2003-OOV—the last generated by replacing test-set entities with out-of-vocabulary entities never seen in training. Baselines included SpanNER, DataAug, InferNER, MIN, CoFEE, SA-NER, T-NER, MINER, E-NER, and ACRF-NER, a recent method that applies conditional random fields over aggregated word embeddings. VIB-NER surpassed the performance bottlenecks of conventional approaches across the high-OOV datasets and maintained its lead even on TwitterNER, where the OOV rate is lower. The model also proved robust across different pre-trained encoders, delivering improved recognition performance with BERT, RoBERTa, and ALBERT as underlying language models.</p>
<p>The second validation effort produced a new resource for the field: CTINER, a specialized named entity recognition dataset for network threat intelligence. Recognizing that open-source automatic annotation tools could not fully recognize the field&#8217;s numerous specialized terms, the researchers adopted a manual methodology. Three annotators with CTI expertise performed the initial labeling, achieving a Cohen&#8217;s kappa coefficient of 0.84 on a 10 percent validation sample, indicating high consistency, with subsequent verification by security experts. The annotation effort covered 1,582 threat reports spanning August 2008 to December 2024, executed using the Brat annotation tool. The resulting dataset contains 12,984 sentences, 280,134 tokens, and 49,565 entities across 13 categories, including hacker organizations, advanced persistent threats, sample files, security teams, tools, operating systems, vulnerabilities, and network addresses. To resolve ambiguities, the team leveraged a knowledge base grounded in the MITRE ATT&amp;CK framework and adhering to the STIX standard, which enables clear differentiation between entity categories such as threat actor, campaign, and tool.</p>
<p>Compared with the existing DNRTI dataset, CTINER offers a higher OOV rate, more targeted category coverage under a standardized classification framework, and greater scale in labeled sentences across training, test, and development splits. In cross-dataset experiments, ablation studies isolated the contributions of the three core factors: the span-based architecture, which enhances the ability to process long texts; VIB compression, which alleviates the OOV problem; and mutual information optimization, which strengthens entity boundary recognition in scenarios with imbalanced labels. VIB-NER outperformed both SpanNER and MINER on the CTI data. The researchers acknowledge that indicator values on CTINER were lower than on DNRTI—but, they argue, this precisely confirms the new dataset&#8217;s value, since its high OOV rate and imbalanced label distribution genuinely reproduce the technical difficulties of the CTI domain.</p>
<p>The efficiency gains proved equally significant. The variational information bottleneck imposes information-theoretic constraints that compel the model to discard redundant information unrelated to the target task during encoding, achieving sparse representations that curb overfitting to non-significant features in high-dimensional inputs. This lets the model grasp universal data patterns quickly and reduces the need for frequent adjustments and retraining. Comparative charts of training time show VIB-NER processing more batches per unit of time than SpanNER and E-NER, with overall training duration substantially lower—a consequence of the dynamic mutual information loss precisely guiding the training direction, accelerating convergence, and avoiding ineffective training steps.</p>
<p>The researchers trained their model on an NVIDIA GeForce RTX 4060 GPU, using a learning rate of 5e-5, a dropout rate of 0.2, a bottleneck output dimension of 50, a maximum input length of 128 tokens, and a cap of four on enumerated entity length, with final reports based on the average of the three best-performing checkpoints. Looking ahead, the team says future work will focus on few-shot and unsupervised learning methods to break through the data bottleneck in cybersecurity named entity recognition, where unified datasets remain scarce and manual annotation costs remain high. For defenders facing adversaries who generate novel threat vocabulary faster than any dictionary can track, the message is clear: the tools that read the internet&#8217;s dark corners must learn to compress away noise and hold on to what matters—and VIB-NER offers a mathematically grounded way to do exactly that.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> A novel named entity recognition model (VIB-NER) for cybersecurity threat intelligence that addresses out-of-vocabulary entity recognition using a variational information bottleneck and mutual information-based loss</p>
<p><strong>Article Title:</strong> Vib-ner: a model for out-of-vocabulary recognition in cybersecurity threat intelligence based on variational bottleneck and mutual information</p>
<p><strong>Article References:</strong> Wang, Y., Liu, C., Zhang, R., Xu, H., Zhao, J., Sun, Y., &amp; Wang, X. (2026). Vib-ner: a model for out-of-vocabulary recognition in cybersecurity threat intelligence based on variational bottleneck and mutual information. <em>Cybersecurity, 9</em>(1), Article 79. <a href="https://doi.org/10.1186/s42400-025-00480-4" target="_blank" rel="noopener noreferrer">https://doi.org/10.1186/s42400-025-00480-4</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s42400-025-00480-4" target="_blank" rel="noopener noreferrer">10.1186/s42400-025-00480-4</a></p>
<p><strong>Keywords:</strong> Cyber threat intelligence, Named entity recognition, Variational information bottleneck, Out-of-vocabulary words, Span prediction, Mutual information, CTINER dataset, Machine learning, Cybersecurity</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">192720</post-id>	</item>
		<item>
		<title>Study Reveals AI Struggles to Gain Ground Among Cybercriminals</title>
		<link>https://scienmag.com/study-reveals-ai-struggles-to-gain-ground-among-cybercriminals/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Mon, 04 May 2026 18:44:20 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[academic research on cybercrime and AI]]></category>
		<category><![CDATA[AI adoption in cybercrime]]></category>
		<category><![CDATA[AI technology in illicit online communities]]></category>
		<category><![CDATA[AI-driven evasion techniques]]></category>
		<category><![CDATA[AI-powered coding assistants in cybercrime]]></category>
		<category><![CDATA[ChatGPT use by cybercriminals]]></category>
		<category><![CDATA[cybersecurity threat intelligence]]></category>
		<category><![CDATA[generative AI in underground forums]]></category>
		<category><![CDATA[impact of AI on cybercriminal tactics]]></category>
		<category><![CDATA[limitations of AI in criminal networks]]></category>
		<category><![CDATA[machine learning analysis of cybercrime data]]></category>
		<category><![CDATA[underground cybercrime forum research]]></category>
		<guid isPermaLink="false">https://scienmag.com/study-reveals-ai-struggles-to-gain-ground-among-cybercriminals/</guid>

					<description><![CDATA[Recent research led by prominent universities has revealed significant insights into the intersection of artificial intelligence (AI) and cybercrime, challenging prevailing narratives about the capabilities of cybercriminals in employing cutting-edge technology. Scrutinizing an unprecedented dataset of over 100 million posts sourced from underground cybercrime forums, the study offers a nuanced understanding of how AI tools—from [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Recent research led by prominent universities has revealed significant insights into the intersection of artificial intelligence (AI) and cybercrime, challenging prevailing narratives about the capabilities of cybercriminals in employing cutting-edge technology. Scrutinizing an unprecedented dataset of over 100 million posts sourced from underground cybercrime forums, the study offers a nuanced understanding of how AI tools—from generative AI models like ChatGPT to AI-powered coding assistants—are being leveraged by cybercrime communities. Contrary to widespread alarmist reports, the findings suggest that the technological prowess within these illicit networks is limited, tempering fears of an imminent AI-driven cybercrime revolution.</p>
<p>The intricate analysis, conducted by researchers from the Universities of Edinburgh, Cambridge, and Strathclyde, harnessed sophisticated machine learning techniques alongside meticulous manual review. The team focused on discussions dating from the release of ChatGPT in late 2022, a pivotal moment marking rapid public access to highly capable generative AI systems. Their goal was not only to identify AI adoption patterns but also to ascertain whether these advancements are translating into tangible operational benefits for cybercriminals. The answer, as it unfolds, reveals a complex and somewhat underwhelming picture.</p>
<p>Fundamentally, the study found that cybercriminals predominantly apply AI to circumvent traditional detection mechanisms employed by cybersecurity defenders. For example, generative models are used to obscure recognizable patterns in malicious code or communications, complicating automated or heuristic-based defense systems. Additionally, the use of AI-driven social media bots has enabled certain cybercrime actors to execute coordinated harassment campaigns, particularly targeting women. These bot networks operate at scale, facilitating fraudulent schemes and monetizing harassment with alarming efficiency.</p>
<p>Interestingly, the use of AI is not democratizing cybercrime in the manner some experts feared. While tools such as AI coding assistants are indeed employed, they primarily benefit actors who already possess advanced skills. The deployment of these tools requires significant knowledge, and novice criminals often remain unable to harness AI’s full potential. This suggests that AI neither dramatically lowers the technical barriers to cybercrime nor rapidly expands the pool of capable criminals; instead, it augments the capabilities of established practitioners.</p>
<p>The researchers identified emerging use cases of AI in automating complex cybercriminal tasks, especially in areas such as social engineering and bot farming. Automation frameworks enhanced with AI facilitate persistent phishing attacks, adaptive scam dialogues, and management of large-scale botnets. Nonetheless, these innovations represent evolutionary improvements built on existing, industrialized criminal infrastructures, rather than revolutionary leaps that disrupt the status quo.</p>
<p>One pivotal aspect addressed in the study concerns the role of guardrails integrated into major AI chatbot platforms. These safeguards—designed to restrict harmful outputs—appear to be effective in limiting direct cybercriminal misuse. However, the researchers observed early signs that underground communities are attempting to circumvent these restrictions by manipulating chatbot outputs through sophisticated prompt engineering and adversarial techniques. This cat-and-mouse dynamic between AI developers and malicious users highlights an ongoing frontier in AI security.</p>
<p>Beyond the internal dynamics of cybercrime adoption, the study reveals a broader sociotechnical context. Many cybercriminals expressed anxiety about AI’s disruptive impact on legitimate IT sector jobs, fearing displacement due to automation in mainstream software development. This apprehension, paradoxically, may incentivize a shift toward illicit activities, potentially swelling cybercrime ranks as AI reshapes labor markets.</p>
<p>While the immediate threats posed by AI-enhanced cybercriminal tools appear contained, the researchers sound a cautionary note regarding the proliferation of autonomous, agentic AI systems. These AI entities possess the capacity to make independent decisions and execute tasks without human oversight—a development that could escalate cyber threat landscapes if deployed insecurely. Similarly, vulnerabilities introduced by &#8220;vibecoded&#8221; software—code generated or heavily assisted by AI in legitimate industries—could inadvertently create new attack vectors accessible even to low-skill actors.</p>
<p>The findings, published ahead of a presentation at the Workshop on the Economics of Information Security scheduled for June 2026 in Berkeley, USA, underscore a critical pivot in cybersecurity discourse. According to Dr. Ben Collier, a senior lecturer involved in the research, the principal danger lies not in cybercriminal adoption of AI but in the unintentional security risks emerging from widespread AI integration in industry and public domains. This realignment of threat perception calls for heightened vigilance in securing AI-driven systems before they can be weaponized effortlessly by opportunistic adversaries.</p>
<p>The study’s comprehensive approach—blending quantitative analysis of massive datasets with qualitative insights into underground forum communications—sets a new standard for understanding cybercrime ecosystems in the AI era. By dissecting the lived realities of these communities, the research offers policymakers, security professionals, and the public a grounded appraisal of AI’s dual-use nature. Far from being a simple harbinger of doom, AI&#8217;s role in cybercrime is characterized by incremental change, constrained adoption, and evolving challenges that demand sophisticated, anticipatory defense strategies.</p>
<p>In sum, this landmark study tempers unrestrained fears surrounding AI and cybercrime. It urges technology creators and adopters alike to focus on securing AI applications themselves, ensuring guardrails keep pace with advancing capabilities. As cybercriminals experiment tentatively with AI tools, the greater threat lies in how those same tools, poorly safeguarded, could empower even unskilled actors to launch devastating attacks, thereby shifting the cybersecurity landscape in unpredictable ways.</p>
<hr />
<p><strong>Subject of Research</strong>: Not applicable</p>
<p><strong>Article Title</strong>: Stand-Alone Complex or Vibercrime? Exploring the adoption and innovation of GenAI tools, coding assistants, and agents within cybercrime ecosystems</p>
<p><strong>News Publication Date</strong>: 31-Mar-2026</p>
<p><strong>Web References</strong>:<br />
<a href="http://dx.doi.org/10.48550/arXiv.2603.29545">DOI: 10.48550/arXiv.2603.29545</a></p>
<hr />
<h4><strong>Keywords</strong></h4>
<p>Cybersecurity, Cybercrime, Artificial Intelligence, Generative AI, Social Engineering, Botnets, AI Coding Assistants, Underground Forums, AI Security, Agentic AI, Automation, Chatbot Guardrails</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">156288</post-id>	</item>
	</channel>
</rss>
