Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 15:18
· 44 commits to main since this release
c786651

What's Changed

Breaking Changes

In this merge we're adopting Sigma backend pySigma-backend-kusto for Microsoft Sentinel and Microsoft XDR. We also bring some code consistency and some minor bugs fixed in the Microsoft XDR backend.

Breaking Changes

We are renaming azure to microsoft_sentinel and microsoft_defender to microsoft_xdr which implies a change in the CLI argument and in the droid configuration:

[platforms]

    [platforms.microsoft_sentinel]
    ...
        [platforms.microsoft_sentinel.pipelines.windows_process_creation]
         ...
   
    [platforms.microsoft_xdr]
     ...
            [platforms.microsoft_xdr.pipelines.windows_process_creation]
            ...

Also, we changed the argument -sm/--sentinel-mde to -sx/--sentinel-xdr.

Fixed bug

  • Inability to use the default authentication with Microsoft XDR
  • Using Microsoft Sentinel platform through Microsoft XDR rules was broken

Full Changelog: v0.1.5...v0.2.0