Papers for

security operations teams

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.

Prompt-injection detectors struggle with false alarms on tricky benign inputs

PIDS-Bench: Evaluating Prompt-Injection Detectors Under Over-Defense, Obfuscation, and Distribution Shift

Abstract: Prompt-injection detectors are typically evaluated using aggregate F1 on in-distribution test data, which offers limited insight into behavior under distribution shift, particularly on the benign side of the decision boundary, where false positives impose direct operational cost yet are seldom measured. We present PIDS-Bench, a frozen multi-axis benchmark that jointly evaluates attack detection and benign false-positive behavior at fixed thresholds, spanning in-distribution inputs, hard-benign prompts that mimic injection structure without malicious intent, obfuscated attacks, and domain and structural distribution shifts. We evaluate seven detectors (learned baselines, external prompt-injection classifiers, and broad-safety comparators) alongside a rule-based lower-bound reference. Multi-axis evaluation exposes a failure mode that aggregate F1 conceals. A detector exceeding F1 = 0.98 on the held-out split still misclassifies roughly one-third of an externally-sourced benign subset drawn from public corpora and restricted to security-adjacent content. Across a full threshold sweep and five training seeds, no internal detector reaches an operating point satisfying F1 >= 0.95 and hard-benign FPR <= 0.10 together on this stress distribution. Decomposing by provenance, we find that hard-negative augmentation nearly eliminates over-defense on curated stress inputs but leaves it substantially intact on externally-sourced prompts, a pattern we term provenance-sensitive over-defense. The asymmetry holds across both fine-tuned architectures and does not diminish as the augmentation pool grows, with the externally-sourced FPR remaining far above the 0.10 target. Whether augmentation matched to the externally-sourced distribution would close this gap is untested; threshold calibration and curated-style augmentation alone do not.

Mon 14 SeptCryptography and SecurityArtificial Intelligence
The gist
Detecting when someone tries to trick AI systems by injecting harmful instructions is important but tricky. The authors show that current detection methods often flag innocent, complex prompts as attacks, which wastes resources. They created a new benchmark to test detectors on different kinds of inputs, including tricky benign ones and disguised attacks. Their findings reveal that even top detectors make many false alarms on real-world benign data and that improving training on some hard examples doesn’t fully fix this problem.
Open 2609.15017v1

Predictive models influence strategic decisions in wildlife and security settings

Strategic Decision Focused Learning

Abstract: Machine learning (ML) predictions are increasingly being used to guide decision-making, giving rise to the problem of decision-focused learning (DFL) where predictors are optimized for downstream decision quality rather than accuracy alone. However, most existing work assumes a single decision-maker optimizing in isolation. This paper formalizes strategic decision-focused learning, where an ML system predicts an exogenous state that some agents observe before playing a game. For example, a park ranger may predict wildlife locations to allocate anti-poaching patrols against strategic poachers. While the exogenous state is unaffected by agent actions, predictions influence agents' strategies and the resulting equilibrium. We find that strategic considerations fundamentally change the learning problem. In particular, we show the prediction accuracy-equilibrium payoff landscape can be non-monotonic, i.e., better predictions can degrade performance. We propose algorithmic approaches to address these challenges and validate them across benchmarks in wildlife conservation and infrastructure protection. Our theory and experiments highlight the importance of accounting for strategic interactions when designing predictors.

Mon 14 SeptComputer Science and Game Theory
The gist
Predictive models often help people make better choices, but when these choices involve smart players reacting to the predictions, things can get tricky. The authors examine what happens when predictions affect strategic decisions, like poachers reacting to predictions of animal locations. They find improving prediction accuracy does not always lead to better outcomes because people adapt to the predictions. This work offers new ways to design models that consider how decision-makers might change their strategies in response.
Open 2609.14907v1

Graph method links kernel events to mitre attack techniques effectively

A Graph-Based Approach for Mapping Kernel-Level Telemetry to MITRE ATT&CK

Abstract: Mapping observed system behavior to standardized frameworks like MITRE ATT&CK is essential for threat-informed defense, but remains largely manual. Existing automated methods depend on Cyber Threat Intelligence reports, which offer only retrospective accounts of attacks. Low-level telemetry, i.e. kernel-level system calls, instead provides evidence of adversary behavior, yet its volume and complexity have limited its use for automated mapping. We present a methodology that collects kernel-level events via eBPF, correlates attacker commands into a provenance graph, and derives compact graph representations suitable for LLM-based reasoning. These representations are mapped to the MITRE ATT&CK framework using both pure LLM prompting and retrieval-augmented generation (RAG) grounded in the ATT&CK knowledge base, producing ranked technique candidates along with supporting rationales. We implement this methodology as an end-to-end pipeline, named Trace2ATT&CK and evaluate it on 347 Linux Atomic Red Team tests using locally deployed open-weights LLMs. RAG consistently improves ATT&CK mapping performance over pure prompting, while provenance graph substantially outperforms raw telemetry. These results show that local inference over graph-based behavioral descriptions can make automated ATT&CK mapping from kernel-level telemetry operationally viable, without compromising data confidentiality.

Fri 11 SeptCryptography and SecurityArtificial Intelligence
The gist
Detecting cyberattacks requires matching how computers behave with known attack patterns, but this is usually done by hand. The authors show how low-level computer events can be turned into a visual map that helps computers understand which attacks happened. By using this map and special language AI tools, their system guesses the best matching known attack types, doing better than older methods. This approach keeps data private and works well on real test attacks.
Open 2609.12841v1

Policy changes in runtime monitors for long systems are complex

Policy Change for Treelike Monitors

Abstract: We study the policy change problem that arises in the runtime verification of long-running systems. The online monitors typically used in this context are generally treelike, in that they maintain substates that monitor subformulae of the target policy. We consider when and how the policy can be changed while the monitored system is running by only exploiting the information stored in the monitor's state. This is relevant, for example, to account for new system functionality or changes in regulatory requirements. We formally define the policy change problem in a general setting, independent of any specific (treelike) monitor implementation. We then show that policy change for past-time metric temporal logic (pMTL) is decidable but has tight non-primitive recursive lower and upper bounds, while with discrete-time semantics it is EXPSPACE-complete.

Wed 9 SeptLogic in Computer Science
The gist
Long-running computer systems often need to be checked constantly to make sure they follow important rules. The paper looks at how we can change these rules while the system is running, using just the information the monitor already has. The researchers found that deciding whether such changes can be made is very complicated, and they describe the exact limits of this complexity. They also show that when time is divided into steps, the problem is still very hard, but it's solvable within certain extreme computational bounds.
Open 2609.10114v1

Confidence and geometry improve remote sensing change detection models

CoSA: Correlation-Guided Change A ttention with Learnable Residual Gating for Remote Sensing Change Detection

Abstract: Pixel-level annotation of fixed traffic-camera imagery is expensive, while crosswalk models trained from street-level imagery face a substantial viewpoint and appearance shift when applied to elevated CCTV. We investigate a data-efficient target-domain pipeline using 241 manually annotated CCTV images and 5,926 unlabeled CCTV frames. A source-domain experiment trains a 31.0M-parameter custom U-Net on 3,300 first-person-view (FPV) images and obtains 93.05% IoU on its 330-image FPV test split. This result is a source baseline, not transferred performance: the released CCTV notebook instantiates a 42.0M-parameter DeepLabV3-ResNet50 from torchvision weights, and no compatible mapping from the U-Net checkpoint is implemented. Training on 201 manual CCTV images and selecting on 40 held-out manual masks yields 88.91% IoU. The model then predicts all unlabeled frames; image-level certainty and a largest-component area prior rank the candidates, and the top 1,000 attain mean certainty 0.976 and mean combined score 0.988. A repository audit shows that the reported second-stage 98.52% IoU was measured on a 150-image split containing only teacher-generated pseudo-masks. Because of a directory-layout mismatch, the executed combined-data loader found zero manual samples and split 1,000 pseudo-labeled samples into 850 training and 150 evaluation samples. We therefore report 98.52% as internal pseudo-label agreement rather than human-ground-truth accuracy. The defensible target-domain result is 88.91% IoU on the 40 manual validation images. Batch-one FP32 inference at 512 x 512 requires 12.98 ms, corresponding to 77.03 FPS, on an NVIDIA RTX A6000 48 GB GPU. These findings support the practicality of confidence-and-geometry filtering while also showing why pseudo-label evaluation must remain isolated from the labels used for self-training.

Tue 8 SeptComputer Vision and Pattern Recognition
The gist
Detecting changes from traffic camera images is hard because labeling these images is expensive and training models on street-level photos doesn't work well from elevated views. The authors trained a model using a small set of labeled CCTV images and many unlabeled ones, applying confidence and shape-based filters to improve predictions. They showed this approach can achieve good accuracy using limited manual labels, but warned that evaluating pseudo-labels must be done carefully to avoid overestimating performance. Their method also runs quickly on a powerful graphics card, making it practical for real-time use.
Open 2609.08914v1

System extracts actionable cyber threat leads from intelligence reports

Evidence-Grounded Retrieval for Investigation Hunt Lead Generation from CTI Reports

Abstract: Threat hunting increasingly depends on converting unstructured knowledge (e.g., Cyber Threat Intelligence reports) into actionable hunt leads: concise, investigable hypotheses grounded in observable artifacts and adversary techniques. Producing such leads manually is a tedious and hard-to-scale task. Existing automated approaches stop at the entity layer, ignore the defender's operational environment, and analyze each report in isolation. To address these gaps, we introduce AHLERT, a system that automatically extracts relevant, environment-aware, and hunt leads from threat reports through (i) a hybrid retriever that combines dense vector search with multi-hop traversal over a knowledge graph seeded with MITRE ATT&CK; (ii) an ontology-grounding retrieval-augmented generation method that constrains each lead to the defender's own assets and controls; and (iii) an LLM-agnostic framework that emits structured, directly actionable leads rather than loose indicators of compromise. We evaluate AHLERT on public CTI reports for well-known APTs across multiple proprietary and open-weight models. Hybrid evidence retrieval with ontology grounding raises mean F1 by ~2x (0.44 to 0.85) over a single-route flat-RAG baseline, and AHLERT attains the highest effectiveness score (~86.95%) compared with off-the-shelf LLM models.

Tue 8 SeptCryptography and SecurityArtificial Intelligence
The gist
Cybersecurity teams need clear, testable leads to hunt for online threats, but these leads are hard to create from complex reports. The authors created AHLERT, a system that automatically finds and organizes relevant clues from threat reports, linking them to the defender’s own technology setup. This helps make threat hunting faster and more reliable by focusing on evidence and known attacker behaviors. Tests showed AHLERT performs much better than previous methods using large language models alone.
Open 2609.08790v1

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