Open SirStephanikus opened 1 month ago
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
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.
Issue is still present.
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 activeWhat 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