AlertStar: Path-Aware Alert Prediction on Hyper-Relational Knowledge Graphs
Zahra Makki Nayeri, Mohsen Rezvani
TLDR
AlertStar and HR-NBFNet enable path-aware alert prediction on hyper-relational knowledge graphs, improving cyber-attack detection by leveraging contextual metadata.
Key contributions
- Introduces HR-NBFNet for qualifier-aware multi-hop path reasoning on hyper-relational knowledge graphs.
- Presents AlertStar, fusing qualifier context and structural path information via cross-attention for efficient prediction.
- Develops multi-task variants (MT-HR-NBFNet, MT-AlertStar) for joint prediction and reduced overhead.
- Extends HR-NBFNet-CQ to answer complex first-order logic queries for multi-condition threat reasoning.
Why it matters
Cyber-attacks are increasingly sophisticated, and current detection methods lack the semantic depth for complex path reasoning. This paper introduces models that leverage rich contextual metadata in hyper-relational knowledge graphs, significantly improving the accuracy and efficiency of cyber-attack prediction and multi-condition threat reasoning.
Original Abstract
Cyber-attacks continue to grow in scale and sophistication, yet existing network intrusion detection approaches lack the semantic depth required for path reasoning over attacker-victim interactions. We address this by first modelling network alerts as a knowledge graph, then formulating hyper-relational alert prediction as a hyper-relational knowledge graph completion (HR-KGC) problem, representing each network alert as a qualified statement (h, r, t, Q), where h and t are source and destination IPs, r denotes the attack type, and Q encodes flow-level metadata such as timestamps, ports, protocols, and attack intensity, going beyond standard KGC binary triples (h, r, t) that would discard this contextual richness. We introduce five models across three contributions: first, Hyper-relational Neural Bellman-Ford (HR-NBFNet) extends Neural Bellman-Ford Networks to the hyper-relational setting with qualifier-aware multi-hop path reasoning, while its multi-task variant MT-HR-NBFNet jointly predicts tail, relation, and qualifier-value within a single traversal pass; second, AlertStar fuses qualifier context and structural path information entirely in embedding space via cross-attention and learned path composition, and its multi-task extension MT-AlertStar eliminates the overhead of full knowledge graph propagation; third, HR-NBFNet-CQ extends qualifier-aware representations to answer complex first-order logic queries, including one-hop, two-hop chain, two-anchor intersection, and union, enabling multi-condition threat reasoning over the alert knowledge graph. Evaluated inductively on the Warden and UNSW-NB15 benchmarks across three qualifier-density regimes, AlertStar and MT-AlertStar achieve superior MR, MRR, and Hits@k, demonstrating that local qualifier fusion is both sufficient and more efficient than global path propagation for hyper-relational alert prediction.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.