What's Changed
- add: mapped GrandParentImage with InitiatingProcessParentFileName by @0xFustang in #30
- add: EventID to query_table mappings by @slincoln-aiq in #32
- Previously, the
query_table
was selected bylogsource.category
, or provided by the user via a pipeline or pipeline arg.query_table
is required in order for fieldmappings and valid query tables in the final query. This new feature also allowsquery_table
to be set if an EventID is present in anyselection
detection sections andlogsource.category
is missing and thequery_table
is not supplied by the user. This allows for more rules to be translated to KQL queries
- Previously, the
- fix:
SigmaNumber
conversion errors when in a grouped as-in expression of mixed types by @slincoln-aiq in #32- This fixes #29
- Minor formatting with black/ruff
New Contributors
- @0xFustang made their first contribution in #30
Full Changelog: v0.4.2...v0.4.3