-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: T1562.001 Atomic Test #12 - Uninstall Sysmon --> Failed #2952
Comments
Nice work with the committed find and thanks for reposting the feedback and the proof and team will have this resolved soon as it is possible. Thanks mate.... |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Stale prevention: |
Hello @SirStephanikus Sorry for the delay. I am working on a fix for both of your issues (#2951 and #2952). Should be fixed within end of the week. Thanks for your patience. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Push, to remove stale label |
What did you do?
Invoke-AtomicTest T1562.001 -TestNumbers 12 -Verbose
What did you expect to happen?
After the
-CheckPrereqs
Test met all prerequisites, the AtomicTest should uninstall sysmon correctly,What happened instead?
Uninstaller does not find sysmon, despite being installed and active.
Aborting uninstall: Sysmon service named Sysmon is not installed, but Sysmon driver named SysmonDrv is.
Your Environment
Windows Server 2022 Standard, as an AD-DC. Run with privileged user.
I found the issue:
---> The Atomic test expects to find "sysmon", but it runs here as "sysmon64" (installed via chocolatey).
Proof:
Suggestion, fix up the Atomic-Test to recognize even sysmon64.
See also #2951
The text was updated successfully, but these errors were encountered: