Skip to content

Commit

Permalink
Update docs and rulesets
Browse files Browse the repository at this point in the history
  • Loading branch information
wagga40 committed Aug 17, 2023
1 parent 08e2cfd commit dda4834
Show file tree
Hide file tree
Showing 13 changed files with 152,584 additions and 148,587 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ python3 zircolite.py --events <JSON_FOLDER or JSON_FILE> --ruleset rules/rules_w

:information_source: If you want to try the tool you can test with [EVTX-ATTACK-SAMPLES](https://github.com/sbousseaden/EVTX-ATTACK-SAMPLES) (EVTX Files).

#### Updating default rulesets

```shell
python3 zircolite.py -U
```

:information_source: Please note these rulesets are provided to use Zircolite out-of-the-box but [you should generate your own rulesets](#why-you-should-build-your-own-rulesets) but they can be very noisy or slow. These auto-updated rulesets are available on the dedicated repository : [Zircolite-Rules](https://github.com/wagga40/Zircolite-Rules).

## Docs

Everything is [here](docs).
Expand Down
2 changes: 1 addition & 1 deletion docs/Advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Except when `evtx_dump` is used, Zircolite only use one core. So if you have a l

```shell
find <CASE_DIRECTORY> -maxdepth 1 -mindepth 1 -type d | \
parallel --bar python3 zircolite.py --evtx {}
parallel --bar python3 zircolite.py --evtx {} \
--ruleset rules/rules_windows_sysmon.json --outfile {/.}.json
```

Expand Down
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Zircolite documentation

**Dedicated documentation website is available [here](https://wagga40.github.io/Zircolite)**

## Usage

* [Requirements and Installation](Usage.md#requirements-and-installation)
Expand Down
Binary file modified docs/Zircolite_manual.pdf
Binary file not shown.
2,907 changes: 1,463 additions & 1,444 deletions rules/rules_linux.json

Large diffs are not rendered by default.

27,436 changes: 13,849 additions & 13,587 deletions rules/rules_windows_generic.json

Large diffs are not rendered by default.

48,700 changes: 24,705 additions & 23,995 deletions rules/rules_windows_generic_full.json

Large diffs are not rendered by default.

27,436 changes: 13,849 additions & 13,587 deletions rules/rules_windows_generic_high.json

Large diffs are not rendered by default.

45,554 changes: 23,152 additions & 22,402 deletions rules/rules_windows_generic_medium.json

Large diffs are not rendered by default.

27,436 changes: 13,849 additions & 13,587 deletions rules/rules_windows_sysmon.json

Large diffs are not rendered by default.

48,700 changes: 24,705 additions & 23,995 deletions rules/rules_windows_sysmon_full.json

Large diffs are not rendered by default.

27,436 changes: 13,849 additions & 13,587 deletions rules/rules_windows_sysmon_high.json

Large diffs are not rendered by default.

45,554 changes: 23,152 additions & 22,402 deletions rules/rules_windows_sysmon_medium.json

Large diffs are not rendered by default.

0 comments on commit dda4834

Please sign in to comment.