MENU
    EVTX
    • 16 Jul 2025
    • 1 Minute to read
    • Dark

    EVTX

    • Dark

    Article summary

    Overview

    This Adapter allows you to ingest and convert a .evtx file into LimaCharlie. The .evtx files are the binary format used by Microsoft for Windows Event Logs. This is useful to ingest historical Windows Event Logs, for example during an Incident Response (IR) engagement.

    For real-time collection of Windows Event Logs, see the Windows Event Logs documentation.

    Configurations

    Adapter Type: evtx

    • client_options: common configuration for adapter as defined here.

    • file_path: path to the .evtx file to ingest.

    Infrastructure as Code Deployment

    # EVTX Specific Docs: https://docs.limacharlie.io/docs/adapter-types-evtx
    
    evtx:
        client_options:
          identity:
            oid: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
            installation_key: "YOUR_LC_INSTALLATION_KEY_EVTX"
          hostname: "forensic-analysis-vm"
          platform: "windows_evtx_import"
          sensor_seed_key: "evtx-forensic-processor"
        file_path: "/mnt/forensic_exports/evtx_logs/System.evtx"
        write_timeout_sec: 600  # Optional, defaults to 600
    YAML

    API Doc

    See the unofficial documentation on EVTX.


    Was this article helpful?


    What's Next