PulseAugur
EN
LIVE 11:44:48

New MINES method uses LLMs for explainable web API anomaly detection

Researchers have developed a new method called MINES for detecting anomalies in web applications by inferring explainable API invariants. This approach focuses on schema-level information rather than raw log data, which helps to filter out noise and identify precise normalities. MINES leverages Large Language Models (LLMs) to extract potential relationships between APIs and database tables, validating these with normal log instances. The system then translates these inferred constraints into invariants to generate Python code for runtime log verification, achieving state-of-the-art results with high recall and minimal false positives on various benchmarks. AI

IMPACT Introduces a novel approach for anomaly detection in web applications using LLMs, potentially improving system reliability and security.

RANK_REASON The cluster contains a research paper detailing a new method for anomaly detection. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Wenjie Zhang, Yun Lin, Chun Fung Amos Kwok, Xiwen Teoh, Xiaofei Xie, Frank Liauw, Hongyu Zhang, Jin Song Dong ·

    MINES: Explainable Anomaly Detection through Web API Invariant Inference

    arXiv:2512.06906v2 Announce Type: replace-cross Abstract: Detecting the anomalies of web applications, important infrastructures for running modern companies and governments, is crucial for providing reliable web services. Many modern web applications operate on web APIs (e.g., R…