1/ Windows Error Reporting (WER) can provide investigators with a wealth of data including:
• SHA1 hashes of crashed processes
• Snapshot of process trees at time of crash
• Loaded modules of crash
• Process minidumps #DFIR#Threathunting
See 🧵 for new #Velociraptor artefact
2/ WER files are found in the following locations which include a range of information to typically address an application crash, however we can use it for investigation!
3/ The "Report.wer" file includes binary information and binary path. In Windows 10 and above the field "TaskAppId" contain the SHA1 hash of the process (similar to Amcache).
4/ WER registry settings can be found here:
• HKU/Software/Microsoft/Windows/Windows Error Reporting
• HKLM/Software/Microsoft/Windows/Windows Error Reporting
In testing it appears Windows Server has more of these features on by default.
5/ You can see the process list at the time of the crash in a CSV file "WERXXX.tmp.csv". You can also see the process and parent process information the "WERInternalMetadata.xml" file.
Commonly we see rundll32 crashing (pic) when it is used to execute malware, or injected into.
9/ Adding some extra info. Just like Amcache, the SHA1 hash in Report.wer is only based on the first 31,457,280 bytes, so keep it in mind for large files.