We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Invoke-AtomicTest T1562.001 -TestNumbers 11 -CheckPrereqs Does not find sysmon, despite being installed and active.
Invoke-AtomicTest T1562.001 -TestNumbers 11 -CheckPrereqs
CLI: sc.exe query sysmon | findstr sysmon Does not find sysmon, despite being installed and active
sc.exe query sysmon | findstr sysmon
Prereq test should find sysmon
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:
Get-Service -Name Sysmon64 Status Name DisplayName ------ ---- ----------- Running Sysmon64 Sysmon64
sc.exe query sysmon64 | findstr sysmon64 SERVICE_NAME: sysmon64
Suggestion, fix up the Atomic Prereq test to recognize even sysmon64
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Issue is still present.
Push, to remove stale label
cyberbuff
No branches or pull requests
What did you do?
Invoke-AtomicTest T1562.001 -TestNumbers 11 -CheckPrereqs
Does not find sysmon, despite being installed and active.
CLI:
sc.exe query sysmon | findstr sysmon
Does not find sysmon, despite being installed and active
What did you expect to happen?
Prereq test should find sysmon
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 Prereq test to recognize even sysmon64
The text was updated successfully, but these errors were encountered: