Ilmu Komputer & AI editorial
A Graph-Based Approach for Mapping Kernel-Level Telemetry to MITRE ATT&CK
The core problem
Innovation
The methodology was evaluated on 347 Linux Atomic Red Team tests using locally deployed open-weights LLMs. The key findings are:
- **RAG vs. Pure Prompting**: RAG consistently improves ATT&CK mapping performance over pure prompting. This indicates that grounding the LLM in the ATT&CK knowledge base enhances the accuracy and relevance of technique candidates.
- **Provenance Graph vs. Raw Telemetry**: Provenance graph representations substantially outperform raw telemetry. The compact graph structure provides a more effective input for LLM reasoning, likely due to reduced noise and preserved causal relationships.
- **Operational Viability**: The results demonstrate that local inference over graph-based behavioral descriptions can make automated ATT&CK mapping from kernel-level telemetry operationally viable, without compromising data confidentiality.
Quantitative results are not provided in the abstract, but the consistent improvements highlight the effectiveness of the proposed approach.
Why it matters
The study demonstrates that kernel-level telemetry, when transformed into compact provenance graphs, can be effectively used for automated mapping to MITRE ATT&CK. This addresses a critical gap in threat-informed defense, where manual mapping is labor-intensive and CTI-based methods are retrospective. By leveraging eBPF for low-level event collection and local LLMs for inference, the approach ensures data confidentiality, making it suitable for sensitive environments.
The use of RAG further enhances mapping accuracy by grounding the LLM in the ATT&CK knowledge base, reducing hallucinations and improving the relevance of technique candidates. The substantial performance gain from provenance graphs over raw telemetry underscores the importance of structured behavioral representations in LLM-based reasoning.
Limitations include the evaluation being limited to Linux Atomic Red Team tests; generalization to other platforms and real-world attacks requires further study. The reliance on locally deployed open-weights LLMs may also constrain performance compared to larger proprietary models, though it ensures privacy. Future work could explore adaptive graph compaction, multi-modal telemetry, and integration with real-time detection systems.
Overall, Trace2ATT&CK represents a significant step towards automated, privacy-preserving ATT&CK mapping from kernel-level telemetry, with promising results that warrant further investigation.
Who should read this
Opening member contentโฆ