gitextract_wll2bghe/ ├── .github/ │ └── workflows/ │ └── deploy.yml ├── .gitignore ├── AUTOMATION.md ├── LICENSE ├── README.md ├── attack_rule_map.json ├── automation/ │ ├── __init__.py │ ├── atomic_handler.py │ ├── config.py │ ├── dependency_handler.py │ ├── dynamic_generator.py │ ├── escu_handler.py │ ├── execution_handler.py │ ├── main.py │ ├── repo_manager.py │ ├── report_handler.py │ ├── sigma_handler.py │ ├── splunk_handler.py │ ├── utils.py │ └── vm_handler.py ├── dist/ │ ├── _headers │ ├── assets/ │ │ └── images/ │ │ └── favicon/ │ │ └── site.webmanifest │ ├── attack_rule_map.json │ ├── index.html │ ├── metadata.json │ ├── mitre_layer_combined.json │ ├── mitre_layer_sigma.json │ └── mitre_layer_splunk.json └── requirements.txt