SCADE uses BM25 and log-entropy rarity scoring plus Isolation Forest context to detect command-line attacks, claiming over 98% SNR with no labeled data.
Anomaly Detection of Command Shell Sessions based on DistilBERT: Unsupervised and Supervised Approaches
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Anomaly detection in command shell sessions is a critical aspect of computer security. Recent advances in deep learning and natural language processing, particularly transformer-based models, have shown great promise for addressing complex security challenges. In this paper, we implement a comprehensive approach to detect anomalies in Unix shell sessions using a pretrained DistilBERT model, leveraging both unsupervised and supervised learning techniques to identify anomalous activity while minimizing data labeling. The unsupervised method captures the underlying structure and syntax of Unix shell commands, enabling the detection of session deviations from normal behavior. Experiments on a large-scale enterprise dataset collected from production systems demonstrate the effectiveness of our approach in detecting anomalous behavior in Unix shell sessions. This work highlights the potential of leveraging recent advances in transformers to address important computer security challenges.
citation-role summary
citation-polarity summary
fields
cs.CR 1years
2024 1verdicts
REJECT 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
SCADE: Scalable Framework for Anomaly Detection in High-Performance System
SCADE uses BM25 and log-entropy rarity scoring plus Isolation Forest context to detect command-line attacks, claiming over 98% SNR with no labeled data.