Search papers, labs, and topics across Lattice.
This study introduces a standardized instruction-based LLM classification framework specifically designed for detecting anomalous authentication behaviors in cybersecurity logs, addressing the limitations of existing rule-based and statistical anomaly detection methods. By generating a curated dataset of endpoint-specific authentication data, the research evaluates three instruction-tuned LLMs against traditional approaches, revealing that Meta Llama 3.1 8B Instruct outperforms both Wazuh and OpenSearch with an accuracy of 89.3% and a significantly lower false negative rate. The findings highlight the potential of LLMs to effectively identify borderline anomalies, achieving an 80% detection rate compared to just 20% and 15% for the other methods.
LLMs can detect 80% of borderline authentication anomalies, far surpassing traditional methods that struggle with such cases.
Existing approaches to anomalous behaviour log detection, such as Wazuh rely primarily on predefined detection rules, while statistical anomaly detection approaches such as OpenSearch identify deviations from previously observed behavioural patterns. Recent research has investigated LLMs for log anomaly detection because of their ability to interpret semantic and contextual information. However, LLM-based approaches can be affected by prompt construction, noisy log data, and reliance on generic datasets that may lack endpoint-specific authentication behaviours. To address these limitations, this study develops a standardised instruction-based LLM classification framework for detecting anomalous authentication behaviours, including borderline cases. A controlled cybersecurity testbed was developed to generate endpoint-specific authentication data, producing a curated dataset comprising normal, borderline, and anomalous behavioural scenarios. Three instruction-tuned LLMs, Meta Llama 3.1 8B Instruct, Qwen 2.5 7B Instruct, and GPT-OSS 20B, were evaluated against Wazuh rule-based detection and OpenSearch Anomaly Detection using a common ground-truth severity framework. Meta Llama 3.1 8B Instruct achieved the strongest overall end-to-end detection performance, with an accuracy of 89.3%, recall of 88.2%, F1-score of 91.8%, and false negative rate of 11.8%. In comparison, Wazuh achieved an accuracy of 52.0% and false negative rate of 68.6%, while OpenSearch achieved an accuracy of 49.3% and false negative rate of 74.5%. Meta Llama also detected 80% of the borderline anomalous scenarios, compared with 20% for Wazuh and 15% for OpenSearch. Qwen achieved lower overall detection performance than Meta Llama but recorded the lowest average inference latency and 100% structured-response validity. GPT-OSS demonstrated strong classification performance when valid responses were produced.