diff --git a/docs/traces/traces.template b/docs/traces/trace.md similarity index 74% rename from docs/traces/traces.template rename to docs/traces/trace.md index fa5ecb9..5363376 100644 --- a/docs/traces/traces.template +++ b/docs/traces/trace.md @@ -6,12 +6,14 @@ SPDX-License-Identifier: GPL-3.0-or-later # Title -## Technical description +description of the technique. + +## Technical link -description of the technique - link to article ## Detection Link + - link to sigma - link to yara @@ -20,12 +22,12 @@ description of the technique How to launch it by cli -```bash +```sh cargo run xxx ``` ### File configuration -```Toml +```toml [x.x] ```