Skip to content

Commit

Permalink
docs: specify cidr value modifier only supporting IPv4 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
phantinuss authored Feb 1, 2023
1 parent 4d37cea commit 066938f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sigma_specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ multiple values.
* `wide`: Alias for `utf16le` modifier
* `utf16`: Prepends a [byte order mark](https://en.wikipedia.org/wiki/Byte_order_mark) and encodes UTF16, e.g. `cmd` > `FF FE 63 00 6d 00 64 00` (only used in combination with base64 modifiers)
* `windash`: Add a new variant where all `-` occurrences are replaced with `/`. The original variant is also kept unchanged.
* `cidr`: The value is handled as a IP CIDR by backends
* `cidr`: The value is handled as an IPv4 CIDR by backends (IPv6 is not supported, yet)
* `lt`: Field is less than the value
* `lte`: Field is less or egal than the value
* `gt`: Field is Greater than the value
Expand Down

0 comments on commit 066938f

Please sign in to comment.