Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.5 KB

GETTING_STARTED_EN.md

File metadata and controls

28 lines (19 loc) · 1.5 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. To do this, you need to create tests. This is how you need to work with integration tests for correlations and enrichments: Integration tests

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

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