-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
Check failure on line 17 in docs/traces/trace.md GitHub Actions / Lint with markdownlint-cli2Unordered list indentation
|
||
- link to yara | ||
Check failure on line 18 in docs/traces/trace.md GitHub Actions / Lint with markdownlint-cli2Unordered list indentation
|
||
|
||
|
@@ -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] | ||
``` |