olafhartong / ThreatHunting

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

Paths not escaped in CDATA href from MITRE drilldown (mitre_attack_overview.xml) view #78

Open sebastiendamaye opened 3 years ago

sebastiendamaye commented 3 years ago

In the mitre_attack_overview.xml view (under "Drilldowns > MITRE ATT&CK" from the menu), clicking on a "process_path" cell redirects to the file_create_drilldown.xml view, with an empty list. This is due to the fact that the process_path field is incorrectly escaped. The Windows path should replace every \ with \\ to work. Manually doing the replacement for the path and refreshing the view works.