Getting an error while converting sigma rule to Crowdstrike query #7
-
|
I only get this error in this sigma rule, others are working as expected, seems to be a bug .... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
No, this is an intentional error thrown by the CrowdStrike pipeline in case that ParentImage not only contains a file name ( |
Beta Was this translation helpful? Give feedback.
-
|
Transferred the discussion to the appropriate project. |
Beta Was this translation helpful? Give feedback.
No, this is an intentional error thrown by the CrowdStrike pipeline in case that ParentImage not only contains a file name (
ParentImage|endswith: "\\parent.exe"), but more path components, e.g.ParentImage|endswith: "\\Windows\\System32\\something.exe". The reason is that CrowdStrike ProcessRollup2 events only contain the file name in theParentBaseFileNamefield and therefore paths are not supported by its data model.