Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion output/encryption.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can decrypt the logs later with THOR Util:

.. code-block:: console

nextron@unix:~$ thor-util decrypt --privkey mykey-private.pem thorlog.json
nextron@unix:~$ thor-util decrypt --privkey mykey-private.pem thorlog.jsonl

For more information about ``thor-util``, see the separate `THOR Util
manual <https://thor-util-manual.nextron-systems.com/>`__.
10 changes: 9 additions & 1 deletion signatures/sigma.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,22 @@ rules:
* - ``service_name``
- ``SERVICE_NAME``

To match null/empty fields:
To match null (nonexistent) fields:

.. code-block:: yaml

detection:
selection:
FILE: null

To match empty (but existent) fields:

.. code-block:: yaml

detection:
selection:
FILE: ''

Detection Examples
******************

Expand Down
Loading