olafhartong / ThreatHunting

A Splunk app mapped to MITRE ATT&CK to guide your threat hunts
MIT License
1.12k stars 177 forks source link

Missing definitions in ./default/props.conf #55 #68

Closed OutpostSecurity closed 3 years ago

OutpostSecurity commented 3 years ago

This is because there is TargetFileName populationg file_nasme from the sysmon app and the original_file_naame being populated by OriginalFileName from this app. I added EVAL-file_name = coalesce(file_name,OriginalFileName) to the props to handle consolidating the file names into a common field