Papers for

cybersecurity 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.

Graph stages shape network intrusion detection quality and speed

A First-Principles Evaluation of Graph-Based Network Intrusion Detection Systems

Abstract: Graph-based network intrusion detection systems (GIDS) report strong benchmark detection metrics, but those metrics establish little about deployability. We approach the problem from first principles: rather than inheriting the preprocessing, windowing, and thresholding conventions of each published system, we ask what a controlled comparison requires and impose it uniformly. The result is GIDS-Eval, an evaluation framework that decomposes a GIDS into six interchangeable stages and turns those conventions into explicit experimental variables, so reported performance can be attributed to individual stages instead of whole pipelines. We survey nine representative GIDS, reimplement five of them within GIDS-Eval, and evaluate them on four datasets under one matched protocol. We identify nine recurring evaluation gaps and quantify the impact of each: two crafted edges achieve full evasion against three of the eight detector-dataset pairs with anything to hide; the snapshot window alone accounts for a mean 38.3% relative swing in average precision (AP); aligning preprocessing across systems moves AP by up to 61.8 percentage points for a single detector; and none of the 18 detector-dataset pairs we replay can alert as events arrive. We introduce GIDS-Lite, an encoder-free control built in the same framework, which ranks first by AP on two of the four datasets at up to 575$\times$ lower runtime. Architectural complexity is therefore not a consistent driver of detection quality under our matched protocol on current benchmarks, but it does enlarge the runtime, calibration, and attack surfaces operators must defend.

Thu 10 SeptCryptography and Security
The gist
Detecting bad behavior on computer networks often uses systems that analyze network data as graphs. The authors found that different parts of these detection systems, like how data is prepared or grouped, greatly change how well they work. They created a new setup to test these parts fairly, showing that simpler methods can sometimes do better and run much faster than complex ones. This means complex designs aren’t always better for spotting network attacks.
Open 2609.12263v1

Cyber attacks on ai vendors can spread risks across banks

Cyber-Financial Contagion: Modeling the Propagation of an AI Vendor Compromise Through the Banking System

Abstract: The banking system now depends on a small set of shared artificial intelligence vendors for fraud screening, credit decisioning, anti-money-laundering triage, customer analytics, and internal decision support. This paper studies how a compromise inside one of those vendors can propagate along a chain of operational, informational, and financial linkages until it triggers losses that look, from the outside, like a classical banking crisis. We build a four-layer heterogeneous network that couples AI vendors, financial institutions, interbank exposures, and customer accounts, and we propose CFC-Prop, a stochastic epidemic-and-clearing model that runs on that network. On a synthetic dataset with 60 vendors, 220 banks, roughly 2,500 vendor-bank service edges, and 1,400 interbank exposures, CFC-Prop reproduces the heavy-tailed loss distributions and the sharp dependence on patch latency that are consistent with prior cyber-financial evidence. We also train an early-warning model, CFC-GNN, that uses vendor-side incident telemetry and graph structure to flag high-cascade-risk vendors before impact. Across four baselines the proposed model reaches AUROC 0.82 and AUPRC 0.60 while keeping calibration errors bounded. We release the full code, synthetic data, and reproducible scripts. The results argue that cyber concentration among AI vendors is a first-order financial-stability problem and give supervisors a concrete quantitative tool for reasoning about it.

Wed 9 SeptArtificial IntelligenceComputers and SocietyMachine Learning
The gist
Many banks rely on a few AI companies to help with important tasks like spotting fraud and making credit decisions. This paper shows that if one of these AI vendors is hacked, it can cause problems that spread through the banking system, leading to big financial losses. The researchers created a model to simulate how these problems spread and trained another model to warn about risky vendors early. Their work suggests that attacks on AI vendors are a serious threat to financial stability and offers tools to detect and manage this risk.
Open 2609.10350v1