Barbora Štěpánková
Other people with similar names: Barbora Štěpánková
Unverified author pages with similar names: Barbora Štěpánková
2026
Command-Line Obfuscation Detection in Real-World Telemetry under Extreme Class Imbalance
Vojtěch Outrata | Barbora Štěpánková | Michael Adam Polák | Martin Kopp
Proceedings of the Second International Conference on Natural Language Processing and Artificial Intelligence for Cyber Security
Vojtěch Outrata | Barbora Štěpánková | Michael Adam Polák | Martin Kopp
Proceedings of the Second International Conference on Natural Language Processing and Artificial Intelligence for Cyber Security
To avoid detection by endpoint security tools, adversaries employ command-line obfuscation to alter syntax while preserving functionality. This paper proposes a scalable detection method specifically for command-line data, centered on a custom-trained, small transformer-based model optimized for low-latency inference across massive data streams. We demonstrate the method’s efficacy through a two-phase evaluation: first, by benchmarking the model on a controlled dataset simulating realistic command-line telemetry with extreme class imbalance, where it outperforms previous approaches. Second, we evaluate the model against multiple days of high-volume telemetry from diverse real-world environments. Our results show that this approach provides the high precision and computational efficiency required to handle large-scale command-line logs while effectively reducing analyst workload.
Semantic Clustering of Obfuscated Command-Line Detections for Alert Reduction
Barbora Štěpánková | Vojtěch Outrata | Martin Kopp
Proceedings of the Second International Conference on Natural Language Processing and Artificial Intelligence for Cyber Security
Barbora Štěpánková | Vojtěch Outrata | Martin Kopp
Proceedings of the Second International Conference on Natural Language Processing and Artificial Intelligence for Cyber Security
We propose a post-processing method for grouping large volumes of command-line detections into semantically coherent cluster-level alerts. The approach combines embedding-based clustering with LLM-based cluster-level filtering: command-lines are first encoded using Sentence-BERT embeddings and grouped via hierarchical agglomerative clustering, after which a large language model evaluates cluster representatives to reduce the number of false positive alerts. We evaluate the method on real-world telemetry from a commercial endpoint protection system, applying it to detections produced by an obfuscation detection model. On one week of data, the pipeline reduces alert volume by approximately 98% while maintaining high cluster purity and semantic coherence, demonstrating its effectiveness as a scalable post-processing step in high-volume detection settings.