sifex / pySigma-backend-azure

Microsoft Sentinel backend for pySigma
MIT License
1 stars 5 forks source link

[bug] eq operator =~ errors in Sentinel #4

Open 0xFustang opened 11 months ago

0xFustang commented 11 months ago

Description

Hi! When converting windows/process_creation and applying the azure_windows pipeline, the expression EventID =~ 4688 triggers the following error in Sentinel: The operator '=~' is not defined for the operand types int and long.

Is this error normal? If not, changing the eq_token would probably resolve the issue.