Skip to content

Commit

Permalink
feat: ✨ Add elastic Casesensitive pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
frack113 committed Apr 26, 2024
1 parent b84b208 commit 8a62761
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ You can use them, improve them or add new ones.
## elastic
- ecs_1_winlogbeat ECS 1.xx winlogbeat field mapping
- ecs_1_filebeat ECS 1.xx filebeat field mapping (only auditd module)
- ecs_1_casesensitive Use regex to make Case Insensitive search

## misc
- placerholder from [sigmahq bloq](https://blog.sigmahq.io/building-flexible-detections-with-sigma-placeholders-7c1b814e2860)
Expand Down
11 changes: 11 additions & 0 deletions elastic/ecs_1_casesensitive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Elastic CaseSensitive
priority: 20
transformations:
- id: field_case
type: regex
method: ignore_case_brackets
field_name_conditions:
- type: include_fields
fields:
- Image
- CommandLine

0 comments on commit 8a62761

Please sign in to comment.