Splunk Enterprise Security

Extract file hash from field

gyr1991
New Member

I have a field which contains various data, one of the data is the file hash. I would like to extract it to a field.

Tue Jul 15 09:32:03 CET 2019 app=testapp file_hash=aaaaaaaaaaaaaaaa1234567890123456 os=linux

I would like to extract the file_hash: 32 chars only letters and numbers.

Many thanks.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

This should do it.

... | rex field=foo "file_hash=(?<file_hash>.{32})" | ...
---
If this reply helps you, Karma would be appreciated.
0 Karma

jutzasconsist
New Member

Hi Gyr1991,
I can provide following regex

file_hash\=(?<EXTRACTION1>\w+)\s+

or just for the letters and numbers:

file_hash\=(?<EXTRACTION1>[[:alnum:]]+)\s+

You can use one of them in the fields-extractor of splunk.

Hope this helps 🙂

Kind Regards,
Michael

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...