All Apps and Add-ons

Is file_hash field mapping missing for Splunk Add-on for Sysmon?

att35
Builder

 

While reviewing Sysmon events within Endpoint Datamodel, noticed that file_hash information is not available within Filesystem dataset and the field just reads "unknown".

It looks like in the latest Sysmon TA (https://splunkbase.splunk.com/app/5709), alias for file_hash is missing, which is the field required by Endpoint datamodel.

Mapping this with one of the extract hash fields(SHA1, SHA256 etc) should be relatively straightforward but wanted to check with the community first in case I am missing something obvious here.

Thank you,

~ Abhi

Labels (1)
Tags (2)
0 Karma

jwardsmith
New Member

I had the same issue - searching across the Endpoint.Filesystem dataset would return the file_hash field with the value unknown.

 

I noticed that the calculated field (source::XmlWinEventLog:Microsoft-Windows-Sysmon/Operational : EVAL-file_hash) = case( EventCode IN ("15"), Hash, EventCode IN ("23","26"), Hashes ), and the event type for ms-sysmon-filemod = (source="WinEventLog:Microsoft-Windows-Sysmon/Operational" OR source="XmlWinEventLog:Microsoft-Windows-Sysmon/Operational") (EventCode IN ("2","11","23","26") ).

 

I modified the ms-sysmon-filemod to = (source="WinEventLog:Microsoft-Windows-Sysmon/Operational" OR source="XmlWinEventLog:Microsoft-Windows-Sysmon/Operational") (EventCode IN ("2","11", "15","23","26") )

For some reason Event Code 15 was showing in the event type ms-sysmon-process = (source="WinEventLog:Microsoft-Windows-Sysmon/Operational" OR source="XmlWinEventLog:Microsoft-Windows-Sysmon/Operational") (EventCode IN ("1","5","6","7","8","9","10", "15","17","18","24","25") )

 

 

0 Karma
Get Updates on the Splunk Community!

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...