Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.74 KB

File metadata and controls

34 lines (23 loc) · 1.74 KB

Getting started

You can install the extension very quickly from the VSCode marketplace: Installing extension

To simplify the creation of rules, the most popular templates are used: Creating rules from templates

The extension provides auto-completion of taxonomy fields, keywords, functions with their descriptions. Snippets (template pieces of code) are also available to speed up and simplify the addition of XP language constructs: Autocomplete and snippets

Testing a rule is the key to its stable and accurate operation without false positives. This is how you need to work with integration tests for correlations and enrichments: Integration tests

This is how you need to create integration tests: Adding an integration test

Check the localization of rules, as well as test entire directories with rules: Localization testing and mass testing of rules

If you collect events from Windows logs, you can convert them to the desired format as follows: Adding Windows events to tests

Validation of displayed rules (testing of code and localizations, correctness of the rule structure): Validation of rules

If you want to correlate EVTX files using selected content: Correlation of EVTX files

You can create a table list in a very simple way: Creating a table list

To load the resulting content into the product, you must export to a KB file: Export KB file