Hello,
I am using a personal Windows PC, not a company/school-managed device and not intentionally enrolled in Intune/MDM.
I recently discovered what appears to be a serious malware infection with persistence mechanisms. I am trying to determine how to permanently remove a recurring App Control / WDAC policy without unnecessarily reinstalling Windows.
1. Confirmed malware detections
Microsoft Safety Scanner detected and removed:
Trojan:Win64/Dadc.YBD!MTB
360 Security later detected:
Trojan.Downloader.Win32.Agent.HW[Upx]
under a randomly named folder in:
C:\ProgramData\<random>\<random>.exe
360 also detected modifications to the Windows Hosts file that redirected several security/antivirus websites to 127.0.0.1.
2. Suspicious persistence
Autoruns showed multiple unsigned / Not Verified scheduled tasks with random English word names.
One confirmed example:
Powerful Capabilities Objective Business Features
Action:
C:\ProgramData\K2nlzsiW\UiAEfCIH.exe 1776
The process was running as:
C:\ProgramData\K2nlzsiW\UiAEfCIH.exe
Its parent process was:
svchost.exe -k netsvcs -p -s Schedule
I also found a process/startup entry:
C:\Users\Public\uW4l7D\LYInz8.exe
and suspicious Run entries named:
Tencent SecurityHealth
Alibaba SecurityHealtha
Alibaba SecurityHealthb
pointing to randomly named executables under C:\Users\Public and C:\Program Files (x86).
3. Microsoft Defender was disabled
Get-Service WinDefend showed:
Stopped
Get-MpComputerStatus initially showed:
AMServiceEnabled : False
AntivirusEnabled : False
RealTimeProtectionEnabled : False
There was no other registered third-party antivirus at that time.
Service Control Manager Event 7000 reported that Microsoft Defender Antivirus could not start because:
“The application control policy has blocked this file.”
Code Integrity Event 3077 showed that services.exe attempted to load:
C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.26080.3-0\MsMpEng.exe
but it was blocked by an Application Control / Code Integrity policy.
I verified the Microsoft Defender executable itself using:
Get-AuthenticodeSignature
and the signature status was Valid, signed by Microsoft Windows Publisher.
4. The recurring App Control policy
CiTool.exe -lp repeatedly shows:
Policy ID: a244370e-44c9-4c06-b551-f6016e563076
Base Policy ID: a244370e-44c9-4c06-b551-f6016e563076
Friendly Name: AllowMicrosoft_2023-05-04
Version: 10.0.5.6
Platform Policy: false
Policy is Signed: false
Has File on Disk: true
Is Currently Enforced: true
Is Authorized: true
Status: 0
I removed it using:
CiTool.exe -rp "{A244370E-44C9-4C06-B551-F6016E563076}"
followed by:
CiTool.exe -r
After removal, the policy disappeared from CiTool -lp, Microsoft Defender successfully started again, and:
AMServiceEnabled : True
AntivirusEnabled : True
RealTimeProtectionEnabled : True
BehaviorMonitorEnabled : True
IsTamperProtected : True
360 Security was also able to launch normally again.
However, after rebooting the computer, the exact same policy returned and became enforced again.
Defender stopped again, and third-party security software was again blocked with the message:
“Your organization used App Control for Business to block this app.”
I repeated the removal and again confirmed that disabling/removing the enforcement allows Defender and 360 to work, but reboot causes the issue to return.
At one point:
CiTool.exe -rp ... -json
returned:
{"OperationResult":-2147024891}
which appears to correspond to 0x80070005 / Access Denied.
Currently, when the policy is not enforced, Microsoft Defender and 360 both work normally.
5. Important context
This is a personal PC.
I have not intentionally configured WDAC/App Control for Business.
I am not knowingly managed by an organization.
The malware behavior I observed — random ProgramData/Public executables, word-salad scheduled task names, Task Scheduler persistence, Defender interference, and malicious Application Control policy behavior — appears very similar to Microsoft’s September 1, 2026 report:
“Counterfeit installers to system compromise: Tracking a deceptive software download campaign.”
My questions are:
- What is the correct Microsoft-supported method to determine where this
AllowMicrosoft_2023-05-04 policy is being restored from after every reboot?
Should I inspect/remove copies from both:
C:\Windows\System32\CodeIntegrity\CiPolicies\Active
and the EFI System Partition:
EFI\Microsoft\Boot\CiPolicies\Active
as well as SiPolicy.p7b?
Are there any additional locations such as WMI, registry deployment settings, MDM policy stores, EFI variables, or another policy store that could recreate this policy at startup?
Is there a Microsoft-supported way to determine which process/component originally deployed or recreates this policy?
Given the confirmed Trojan detections and the fact that this policy returns after reboot, would Microsoft recommend further remediation, Microsoft Defender Offline, or a full clean installation of Windows?
I would prefer not to reinstall Windows unless necessary, but I also want to make sure the system can be trusted again.
Thank you.Hello,
I am using a personal Windows PC, not a company/school-managed device and not intentionally enrolled in Intune/MDM.
I recently discovered what appears to be a serious malware infection with persistence mechanisms. I am trying to determine how to permanently remove a recurring App Control / WDAC policy without unnecessarily reinstalling Windows.
1. Confirmed malware detections
Microsoft Safety Scanner detected and removed:
Trojan:Win64/Dadc.YBD!MTB
360 Security later detected:
Trojan.Downloader.Win32.Agent.HW[Upx]
under a randomly named folder in:
C:\ProgramData\<random>\<random>.exe
360 also detected modifications to the Windows Hosts file that redirected several security/antivirus websites to 127.0.0.1.
2. Suspicious persistence
Autoruns showed multiple unsigned / Not Verified scheduled tasks with random English word names.
One confirmed example:
Powerful Capabilities Objective Business Features
Action:
C:\ProgramData\K2nlzsiW\UiAEfCIH.exe 1776
The process was running as:
C:\ProgramData\K2nlzsiW\UiAEfCIH.exe
Its parent process was:
svchost.exe -k netsvcs -p -s Schedule
I also found a process/startup entry:
C:\Users\Public\uW4l7D\LYInz8.exe
and suspicious Run entries named:
Tencent SecurityHealth
Alibaba SecurityHealtha
Alibaba SecurityHealthb
pointing to randomly named executables under C:\Users\Public and C:\Program Files (x86).
3. Microsoft Defender was disabled
Get-Service WinDefend showed:
Stopped
Get-MpComputerStatus initially showed:
AMServiceEnabled : False
AntivirusEnabled : False
RealTimeProtectionEnabled : False
There was no other registered third-party antivirus at that time.
Service Control Manager Event 7000 reported that Microsoft Defender Antivirus could not start because:
“The application control policy has blocked this file.”
Code Integrity Event 3077 showed that services.exe attempted to load:
C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.26080.3-0\MsMpEng.exe
but it was blocked by an Application Control / Code Integrity policy.
I verified the Microsoft Defender executable itself using:
Get-AuthenticodeSignature
and the signature status was Valid, signed by Microsoft Windows Publisher.
4. The recurring App Control policy
CiTool.exe -lp repeatedly shows:
Policy ID: a244370e-44c9-4c06-b551-f6016e563076
Base Policy ID: a244370e-44c9-4c06-b551-f6016e563076
Friendly Name: AllowMicrosoft_2023-05-04
Version: 10.0.5.6
Platform Policy: false
Policy is Signed: false
Has File on Disk: true
Is Currently Enforced: true
Is Authorized: true
Status: 0
I removed it using:
CiTool.exe -rp "{A244370E-44C9-4C06-B551-F6016E563076}"
followed by:
CiTool.exe -r
After removal, the policy disappeared from CiTool -lp, Microsoft Defender successfully started again, and:
AMServiceEnabled : True
AntivirusEnabled : True
RealTimeProtectionEnabled : True
BehaviorMonitorEnabled : True
IsTamperProtected : True
360 Security was also able to launch normally again.
However, after rebooting the computer, the exact same policy returned and became enforced again.
Defender stopped again, and third-party security software was again blocked with the message:
“Your organization used App Control for Business to block this app.”
I repeated the removal and again confirmed that disabling/removing the enforcement allows Defender and 360 to work, but reboot causes the issue to return.
At one point:
CiTool.exe -rp ... -json
returned:
{"OperationResult":-2147024891}
which appears to correspond to 0x80070005 / Access Denied.
Currently, when the policy is not enforced, Microsoft Defender and 360 both work normally.
5. Important context
This is a personal PC.
I have not intentionally configured WDAC/App Control for Business.
I am not knowingly managed by an organization.
The malware behavior I observed — random ProgramData/Public executables, word-salad scheduled task names, Task Scheduler persistence, Defender interference, and malicious Application Control policy behavior — appears very similar to Microsoft’s September 1, 2026 report:
“Counterfeit installers to system compromise: Tracking a deceptive software download campaign.”
My questions are:
What is the correct Microsoft-supported method to determine where this AllowMicrosoft_2023-05-04 policy is being restored from after every reboot?
Should I inspect/remove copies from both:
C:\Windows\System32\CodeIntegrity\CiPolicies\Active
and the EFI System Partition:
EFI\Microsoft\Boot\CiPolicies\Active
as well as SiPolicy.p7b?
Are there any additional locations such as WMI, registry deployment settings, MDM policy stores, EFI variables, or another policy store that could recreate this policy at startup?
Is there a Microsoft-supported way to determine which process/component originally deployed or recreates this policy?
Given the confirmed Trojan detections and the fact that this policy returns after reboot, would Microsoft recommend further remediation, Microsoft Defender Offline, or a full clean installation of Windows?
I would prefer not to reinstall Windows unless necessary, but I also want to make sure the system can be trusted again.
Thank you.