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
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...