Papers for

cybersecurity analysts

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Score based method controls generation of rare outlier data points

Score-based Outlier Generation via Controlling the Radon-Nikodym Derivative

Abstract: Outliers are important for stress-testing algorithms and understanding system behaviour under rare conditions. Despite being commonly described as low-likelihood events, existing generative approaches rarely control likelihood explicitly. In this work, we introduce a measure-theoretic notion of outliers based on the distribution of log-likelihood values, which is guaranteed to assign higher probability mass to low-likelihood events with a specifiable magnitude. Building on this formulation, we derive how likelihood reweighting modifies the diffusion score and use this relation to motivate a controlled modification of the reverse-time dynamics. In particular, likelihood reweighting implies a scaling of the score function with a control term derived from the Radon-Nikodym derivative of the likelihood distributions. Correspondingly, the updated score function can be obtained with no retraining of the diffusion model. We exploit the Ornstein-Uhlenbeck semigroup underlying diffusion models to motivate an exponentially interpolated controller which approximates the true control. Experiments demonstrate controlled generation of low-likelihood samples while remaining consistent with the data geometry.

Thu 10 SeptMachine Learning
The gist
Outliers are unusual data points that help test how algorithms perform with rare events. Most existing methods don't explicitly control how likely these rare points are. The authors define outliers using math that focuses on low-probability events and show how to change diffusion models to create these outliers without retraining. They test their method and demonstrate it produces rare samples that still fit the overall data structure.
Open 2609.12113v1

Specified counterfactuals reveal how past changes alter graph predictions

Breaking Predictions Is Not Enough: Specified-Foil Counterfactuals for Temporal Graphs

Abstract: Temporal graph counterfactual explanations typically change past events to change or invalidate an original prediction, while leaving its replacement unspecified. Yet a user facing a predicted outcome often asks which past conditions would make a particular alternative occur instead. We formulate this destination-specific question as the Specified-Foil Counterfactual: given an original prediction A and a foil B fixed before search, find a low-cost past-event intervention under which the same predictor selects B as top-ranked. Our trace-guided intervention search contrasts the completed execution of A with a reconstructed incomplete execution of B, maps their difference to DELETE, INSERT, REWIRE, RELABEL, and SHIFT operations, and verifies B through exact replay. We instantiate this principle with LiFTER on continuous-time dynamic graphs and TLogic on temporal knowledge graphs. On CTDGs, the method retains 85.7-93.6% of black-box greedy successes while reducing predictor evaluations by 75.0-80.0%; on TKGs, it reaches the specified foil in 74.8% of 600 comparisons. Executable traces thereby become computational structures for constructing conditions of unselected alternatives, rather than records used only to explain predictions already made.

Thu 10 SeptArtificial Intelligence
The gist
Sometimes, people want to know how changing past events could lead to a different predicted outcome, not just any different outcome. The authors created a way to find specific past changes that would make a prediction switch from one option to a particular alternative. They do this by comparing how the original and alternative outcomes play out over time and identifying minimal changes to past connections or labels. Their method works well on two types of time-changing graphs and is more efficient than previous approaches.
Open 2609.11170v1

Belief state engine improves planning in limited view environments

Belief-State Engine: Augmenting LLMs for Principled Planning Under Partial Observability

Abstract: Large language model agents produce fluent action sequences across a wide range of tasks, yet they fail in characteristic ways once the environment becomes partially observable. Ambiguous feedback pushes them into premature commitments. A single informative observation can collapse their uncertainty onto the wrong hypothesis. Policies drift as the history grows. We trace these symptoms to a common structural cause. An LLM agent, as commonly deployed, is a history-conditioned policy with no explicit belief over hidden state. We propose an architectural fix. The Belief-State Engine (BSE) is an inference module placed outside the LLM. It maintains a Bayesian posterior over the latent states of a given POMDP (Partially Observable Markov Decision Process) model, and at each decision step it exposes only that posterior to the LLM. The raw action-observation log is not shown. We set out a minimal four-axiom specification of what a belief-consistent internal state must satisfy, and prove that the LLM paired with the BSE is a sound Markov policy on the belief MDP induced by the underlying POMDP. It therefore inherits the Bellman optimality guarantees of classical POMDP theory, provided the LLM is never exposed to the raw history. We evaluate the architecture on the Tiger POMDP and a red-team attack-graph task, against six baselines: a reactive LLM, Chain-of-Thought, ReAct, a natural-language belief tracker, QMDP, and POMCP. Across both domains, the BSE-augmented agent improves task return, belief calibration, and decision consistency. Ten targeted ablations isolate the contribution of each architectural choice confirms that the effect is not specific to any one model. Code, environment specifications, prompt templates, and seed logs accompany this paper.

Wed 9 SeptArtificial IntelligenceMachine LearningRobotics
The gist
Large language models (LLMs) can follow instructions to perform tasks, but they struggle when they can't see the whole situation clearly. The authors found that this happens because these models don’t keep a clear mental map of what might be hidden. They built a tool called the Belief-State Engine (BSE) that keeps track of what is likely true based on past actions and observations. By only showing the LLM this clear summary instead of all past details, the system plans better and makes smarter decisions in tricky situations.
Open 2609.10036v1

Multi agent graph learning improves reasoning on complex graphs

Multi-Agent Agentic Graph Learning via Structural Signatures

Abstract: Agentic graph learning (AGL) has recently achieved promising results on graph reasoning tasks, where an agent powered by a large language model (LLM) sequentially samples the graph as evidence to support its final prediction. Existing methods either employ a single agent or orchestrate multiple role-based agents to reason and learn over the entire graph, but both essentially rely on a shared reasoning policy across different graph regions, which can be suboptimal for graphs with heterogeneous structural and semantic patterns. Inspired by the progress of multi-agent collaboration on complex reasoning tasks, a natural remedy is to let multiple agents own different memory and collaborate; however, applying this paradigm to graphs directly faces two challenges. First, existing AGL methods typically verbalize graph structures into natural-language descriptions for LLM agents, making the reasoning process sensitive to the ordering of structural information and thereby breaking the permutation-invariant nature of graphs. Second, incorporating increasingly large sampled neighborhoods leads to rapidly growing contexts. To address these challenges, this paper introduces a multi-agent agentic graph learning (i.e., MAAGL) framework. MAAGL partitions the graph into communities and assigns an independent agent to each community for region-specific specialization. MAAGL represents structural and semantic evidence separately. Structural evidence is summarized by a dynamically updated structural signature that is permutation-invariant and fixed in size, while semantic evidence is filtered to the top-k nodes ranked by relevance. Based on historical trajectories with similar signatures, agents estimate their confidence and trigger debate-style collaboration when needed. Extensive experiments on four benchmark datasets show that MAAGL outperforms SOTA AGL methods.

Wed 9 SeptArtificial Intelligence
The gist
Graphs can be tricky because different parts may have very different patterns. The authors designed a way for multiple AI agents to work together by splitting the graph into communities. Each agent focuses on its own part, using special compact summaries of graph structure that don’t depend on how the graph is described. These agents also check when they need help and debate to improve their answers. This teamwork helped them do better on standard tests than earlier single-agent methods.
Open 2609.09565v1

Cipher attacks can bypass language model safety without fine tuning

Arbitrary Cipher Attacks Against Large Language Models Do Not Require Fine-Tuning

Abstract: Large language model safety and security research is preoccupied with, among other things, detecting and preventing jailbreak attacks: alignment bypasses that allow an adversarial user to elicit unwanted or harmful outputs from models. Arbitrary cipher, or covert communication, attacks are one such type of jailbreak and have previously been demonstrated against the fine-tuning APIs of commercial models. In these attacks, target models are trained on a corpus of encrypted harmful questions and responses and subsequently respond to harmful requests through the learned encryption scheme. In this paper, we show that newer frontier models do not require fine-tuning to acquire cipher-based communication skills. Instead, they can learn these skills through prompting and, when necessary, through in-context learning. Furthermore, model alignment is significantly weakened or entirely bypassed when communication occurs through the learned cipher. To the best of our knowledge, this constitutes a novel attack vector against commercial black-box large language models. We demonstrate successful jailbreaks against frontier models developed by Anthropic, Google, and OpenAI. Our attack bypasses commercial harmfulness classifiers because harmful content is encrypted and therefore appears as nonsensical text or gibberish.

Wed 9 SeptCryptography and SecurityArtificial Intelligence
The gist
Language models like those behind chatbots have safety features to prevent harmful replies. This paper shows that attackers can secretly encrypt harmful requests so they look like gibberish to the model’s filters. Surprisingly, the attackers don’t need to retrain or fine-tune the model; they can make it understand encrypted harmful messages just by clever prompting. This creates a new way to trick popular AI models into giving unsafe responses without being detected.
Open 2609.09553v1

HOPE improves graph node classification in networks with diverse connections

HOPE: Heterophily-Aware Open-Set Node Classification with Pseudo-Extrapolation

Abstract: Standard open-set node classification methods rely on the homophily assumption, where connected nodes share labels. However, real-world graphs are often heterophilic, exposing the limitations of current methods and posing new challenges to open-set node classification. On the one hand, cross-class connectivity causes representations from different known or unknown classes to become intertwined after aggregation, undermining their discriminative capacity. On the other hand, structural mixture invalidates threshold-based open-set methods and cross-class feature interpolation, leading to unreliable unknown-class rejection. To address these challenges, we propose HOPE, a Heterophily-aware Open-set node classification method with Pseudo-Extrapolation. To adapt open-set graph neural networks (GNNs) to heterophilic scenarios, HOPE uses a structure-augmented feature initialization layer to capture multi-hop structural patterns. Meanwhile, we design a trustworthy neighborhood aggregation mechanism for standard GNNs to dynamically filter noisy cross-class neighbors. To enhance unknown-class rejection, we introduce a heterophily-guided pseudo-extrapolation strategy. It dynamically maintains known-class centers and extrapolates along cross-class neighborhood displacement directions, synthesizing pseudo-unknown proxies near structurally ambiguous regions. Finally, we optimize the network with joint classification and logit margin regularization, routing synthetic proxies into a dedicated rejection slot without imposing geometric margin constraints in the representation space. Extensive experiments on multiple datasets show that HOPE consistently outperforms state-of-the-art models, validating its effectiveness, robustness, and efficiency.

Tue 8 SeptMachine Learning
The gist
Problems arise when trying to classify nodes in graphs where connected nodes do not share the same label, which is common in real-world networks. The authors propose a new method called HOPE that better handles these diverse connections by carefully filtering neighbors and creating synthetic examples to detect unknown classes. This approach improves the ability to identify nodes that belong to unknown categories and reduces confusion caused by mixed connections. Tests show HOPE performs better than existing methods on various datasets.
Open 2609.08685v1

Graph topology generates strong node embeddings without training

Topology-induced Operators Reveal Complementary Graph Representations without Training

Abstract: Graph representation learning has largely focused on designing increasingly sophisticated models to transform graph topology into vector representations, or embeddings. However, the extent to which embedding quality depends on model learning, rather than on the underlying topological transformations, remains unclear. Here, we show that informative embeddings can be derived without complicated model design and gradient-based training. Propagating random features through implicit hierarchical structures induced by random walks and anonymous walks yields embeddings that capture node proximity and structural role, respectively. These two training-free embeddings preserve complementary aspects of graph organization and perform competitively with classic and recent methods across various node-, edge-, and graph-level tasks. They often require substantially less computation, resulting in a favorable quality-efficiency trade-off. Combining the two types of embeddings further improves inference quality of some tasks compared with using either embedding type alone. Our results suggest that informative graph embeddings can arise from carefully chosen topological transformations before any learning operation is applied.

Tue 8 SeptMachine LearningSocial and Information Networks
The gist
Graph learning usually uses complex models that learn how to turn networks into numbers you can analyze. This paper shows that you can get useful graph representations without doing any training, just by carefully using random paths in the network. The authors found two ways to create embeddings that capture different information about the graph structure. These simple, training-free methods work well on multiple tasks and often need less computing power. Combining these methods leads to even better results than using either alone.
Open 2609.08152v1

Cybersecurity knowledge graph made easy with natural language queries

Construction and Natural Language Querying of a Cybersecurity Knowledge Graph

Abstract: Cybersecurity vulnerability information is distributed across numerous platforms and databases, making it difficult for researchers and practitioners to obtain a unified and structured understanding of existing threats. This is a critical issue in cybersecurity, where timely access to accurate vulnerability information directly impacts risk assessment and decision-making. While previous work has shown that knowledge graphs are effective for organizing vulnerability data, a major research gap remains in their accessibility, as querying such graphs typically requires expertise in graph query languages like Cypher. This paper aims to address this gap by proposing an approach that combines the construction of a cybersecurity knowledge graph with natural language-based interrogation. The proposed methodology relies on data collected from the National Vulnerability Database (NVD)(1) through its REST API and models vulnerabilities, products, vendors, severity metrics, weaknesses, and references using the Labeled Property Graph paradigm in Neo4j. The knowledge graph is deployed on Neo4j Aura Cloud and queried through an AI-assisted interface that translates natural language queries into Cypher language. The key contribution of this work is demonstrating that natural language querying significantly lowers the barrier to interacting with cybersecurity knowledge graphs, enabling more intuitive exploration and analysis of vulnerability data, and thereby enhancing their practical usefulness for a broader range of users in the cybersecurity field.

Mon 7 SeptCryptography and Security
The gist
Vulnerability information in cybersecurity is stored in many places, making it hard for people to get a clear picture of threats. The authors built a structured knowledge graph using data from the National Vulnerability Database to organize this information. They also created an AI-assisted tool that lets users ask questions in everyday language instead of learning complex query coding. This approach helps more people explore and understand cybersecurity risks without needing specialized skills.
Open 2609.07614v1

Large language models struggle to assess cyber threat levels accurately

Benchmarking LLMs for Threat Level Determination

Abstract: The fast progress of large language models (LLMs) opens new opportunities in the management of cyber threat intelligence, but their reliability for operational tasks remains unclear. In this work, we benchmark LLMs on the task of threat level determination. First, we construct a curated dataset derived from publicly available MISP OSINT feeds. Next, we design a tailored prompt to systematically compare eight different LLMs under zero-shot conditions. Finally, we apply supervised fine-tuning on each model and perform a comparative analysis between baseline and fine-tuned versions. Our results show that zero-shot models achieve weak performance, with limited ability to correctly assign threat levels. Fine-tuned models, however, demonstrate substantial improvements, reaching F1 scores between 0.40 and 0.58 depending on the base architecture. Despite this progress, the performance is still low for practical deployment, highlighting the need for additional research on data quality, model adaptation, and domain-specific tuning.

Mon 7 SeptCryptography and Security
The gist
Cybersecurity teams need to know how serious cyber threats are to respond properly. The authors tested several large language models (LLMs) to see if they could automatically judge threat levels from open data. They found that without special training, these models perform poorly at this task. After tuning the models with some examples, performance improved but still wasn’t high enough for reliable use in real settings. This shows more work is needed before LLMs can help with threat level determination in cybersecurity.
Open 2609.07582v1