Skip to content

Commit

Permalink
Update crowdstrike.py
Browse files Browse the repository at this point in the history
  • Loading branch information
moullos committed Sep 14, 2024
1 parent 1fdd29d commit b306ed6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions sigma/pipelines/crowdstrike/crowdstrike.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,19 +448,6 @@ def common_processing_items():
],
field_name_condition_linking=any,
),
# ImageFileName full path handling with contains
# ProcessingItem(
# identifier="cql_imagefilename_replace_disk_name_contains",
# transformation=ReplaceStringTransformation(
# regex="^\\*[C-Z]:", replacement="*\\\\Device\\\\HarddiskVolume?\\\\"
# ),
# field_name_conditions=[
# IncludeFieldCondition(fields=["ImageFileName"]),
# IncludeFieldCondition(fields=["TargetImageFileName"]),
# ],
# field_name_condition_linking=any,
# ),
# ImageFileName starting with colon handling
ProcessingItem(
identifier="cql_imagefilename_replace_disk_name",
transformation=ReplaceStringTransformation(regex=":", replacement=""),
Expand Down

0 comments on commit b306ed6

Please sign in to comment.