Skip to content

Commit

Permalink
docs: πŸ“š Add traces.template
Browse files Browse the repository at this point in the history
  • Loading branch information
frack113 committed Jan 11, 2025
1 parent 84cdfe7 commit 8a381f3
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/traces/traces.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!--
SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team

SPDX-License-Identifier: GPL-3.0-or-later
-->

# 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]
```

0 comments on commit 8a381f3

Please sign in to comment.