diff --git a/docs/traces/traces.template b/docs/traces/traces.template new file mode 100644 index 0000000..fa5ecb9 --- /dev/null +++ b/docs/traces/traces.template @@ -0,0 +1,31 @@ + + +# Title + +## Technical description + +description of the technique +- link to article + +## Detection Link + - link to sigma + - link to yara + +## Use +### Cli + +How to launch it by cli + +```bash +cargo run xxx +``` + +### File configuration + +```Toml +[x.x] +```