Splunk Search

Regex not working as expected

cyber_castle
Path Finder

For one of the Security usecase, we need to extract Group Memberships from the Domain. The trickier part is some of the Group Memberships doesnt have domain name in front of it.

I am attaching the Regex link which is working fine on Regex101-

https://regex101.com/r/X2YAAd/1

but for some strange reasons, when i use the same regex on Splunk its not working.

This is to extract Group membership on EventCode=4627

Could anyone help me here..

Tags (2)
0 Karma

KARANMALHOTRA
Path Finder

Can you elaborate what you mean by "same regex is not working on Splunk"?

One problem may be that you are not using any names for the groups, so Splunk does not know what to name the field.

Also, if you need multiple matches, try using the max_match option.

0 Karma

skalliger
Motivator

Always set the RegEx engine to Python. Also try to set (?ms) in front, that should do.

Skalli

0 Karma

cyber_castle
Path Finder

Ahh.. i have always used PCRE. When I have changed to python its blank.

0 Karma

skalliger
Motivator

The https://regex101.com/r/X2YAAd/1 of your original post works for me when adding (?ms) at the beginning and using Python. Did you try that in Splunk?

Skalli

0 Karma

cyber_castle
Path Finder

Hello I have tried with the capturing group and still no luck

https://regex101.com/r/X2YAAd/2

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...