Update README.md to fix etc path (#2913)

This commit is contained in:
Mika Ayenson
2023-07-06 15:00:45 -04:00
committed by GitHub
parent e5d6d6e4a7
commit 90bc760c56
+1 -1
View File
@@ -27,7 +27,7 @@ Detection Rules contains more than just static rule files. This repository also
| folder | description |
|------------------------------------------------ |------------------------------------------------------------------------------------ |
| [`detection_rules/`](detection_rules) | Python module for rule parsing, validating and packaging |
| [`detection_rules/etc/`](etc) | Miscellaneous files, such as ECS and Beats schemas |
| [`etc/`](detection_rules/etc) | Miscellaneous files, such as ECS and Beats schemas |
| [`kibana/`](kibana) | Python library for handling the API calls to Kibana and the Detection Engine |
| [`kql/`](kql) | Python library for parsing and validating Kibana Query Language |
| [`rta/`](rta) | Red Team Automation code used to emulate attacker techniques, used for rule testing |