From 8a381f3f45fccfb73fba032051b7e8ac9f38dc3b Mon Sep 17 00:00:00 2001 From: frack113 <62423083+frack113@users.noreply.github.com> Date: Sat, 11 Jan 2025 13:40:12 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9A=20Add=20traces.template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/traces/traces.template | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/traces/traces.template 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] +```