This article introduces how to collect the UMH logs for a system crash issue caused by the UMH module.
UMH is an engine in OSCE that supports the enhanced ransomware solution. It is installed in the Common Client Solution Framework (CCSF) service as a module. It provides API events for other modules, such as Behavior Monitoring, Predictive Machine Learning, etc. Those modules will make decisions according to the provided API events from UMH.
Below is the installation path for UMH in OSCE:
<OfficeScan Agent Installation Path>\CCSF\MODULE\20019\
UMH has been involved since OfficeScan 11.0 Service Pack 1 Critical Patch 6054 (Ransomware CP) and OfficeScan XG.
To collect the UMH logs:
- Optional: For a Blue Screen of Death (BSoD) issue, you may need to log in using Safe Mode if the system BSoD happens before login.
- If the user’s system is Windows 7 or an earlier version, use F8 in the system boot to enter System Safe Mode.
- If the user’s system is Windows 8 or a later version, set the legacy boot mode before reproducing the BSoD.
To log in using Safe Mode:
- Open a command line.
- Run the following prompt:
bcdedit /set {default} bootmenupolicy legacy
After the issue has been reproduced, roll back to standard boot mode.
- Run the following prompt:
bcdedit /set {default} bootmenupolicy standard
- Enable kernel dump.
For more information, refer to the following article: Enabling a Kernel-Mode Dump File.
- Set a restore point for %systemdrive% and impacted disk/partition.
Always back up the whole registry before making any modifications. Incorrect changes to the registry can cause serious system problems.
- Unload the OfficeScan agent, then update following registry keys to to reset UMH’s state before generating BSoD’s dump:
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\tmumh
- "BootStatus"=dword:ffffffff
- Reboot the computer to trigger the BSoD issue.
- Reboot the system again to get the dump file from %SystemRoot%\MEMORY.DMP. You may need to log in using Safe Mode.
- Get the UMH-related binary files:
- <OSCE installation path>\CCSF\module\20019
- %windir%\system32\tmumh
- %windir%\syswow64\tmumh
- %windir%\system32\drivers\tmumh.sys
- Get the UMH-related registry keys:
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\tmumh
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\GlobalFlag
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options
- HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows